14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
Feb 03, 2025 — Feb 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for the IO manager thread on Windows Fixes #637. The test program in that report now works for me with -threaded, but it doesn't work without -threaded (I don't know if that's new behaviour or not, though). More... about 19 years ago
deriving (Eq, Ord, Enum, Show, Read, Typeab) for ConsoleEvent More... about 19 years ago
Make sure the threaded threadDelay sleeps at least as long as it is asked to
igloo
as Ian Lynagh
More... about 19 years ago
Add comments about argument order to the definitions of gmapQ and constrFields More... about 19 years ago
Hugs: add Control.Parallel.Strategies More... about 19 years ago
Move instance of Show Ptr to Ptr.hs (fewer orphans) More... about 19 years ago
Add type signatures More... about 19 years ago
Add an example of the use of unfoldr, following doc feedback from dozer
dons
as Don Stewart
More... about 19 years ago
trim imports More... about 19 years ago
Data.Graph is now portable (enable for nhc98) More... about 19 years ago
make Data.Graph portable (no change to the interface) More... about 19 years ago
One less unsafeCoerce# in the tree
dons
as Don Stewart
More... about 19 years ago
typo in comment More... about 19 years ago
fix shift docs to match ffi spec More... about 19 years ago
(nhc98) use new primitive implementations of h{Put,Get}Buf. More... about 19 years ago
Update comments on Prelude organisation in GHC/Base.lhs
igloo
as Ian Lynagh
More... about 19 years ago
Control.Parallel.Strategies clean-up: Added export list to avoid exporting seq, fixed import list strangeness that haddock choked on, and moved the deprecated functions to a separate section. More... about 19 years ago
Control.Parallel.Strategies: added NFData instances for Data.Int.*, Data.Word.*, Maybe, Either, Map, Set, Tree, IntMap, IntSet. More... about 19 years ago
Control.Parallel.Strategies: deprecate sPar, sSeq, Assoc, fstPairFstList, force and sforce. Code comments indicated that sPar and sSeq have been superceded by sparking and demanding, and that Assoc, fstPairFstList, force and sforce are examples and hacks needed by the Lolita system. More... about 19 years ago
put 'unsafeCoerce' in a standard location More... about 19 years ago
add Control.Monad.Instances to nhc98 build More... about 19 years ago
Add Kleisli composition
dons
as Don Stewart
More... about 19 years ago
Control.Parallel.Strategies: clarified documentation of parListChunk. More... about 19 years ago
Added and cleaned up Haddock comments in Control.Parallel.Strategies. Many of the definitions in Control.Parallel.Strategies had missing or unclear Haddock comments. I converted most of the existing plain code comments to haddock comments, added some missing documentation and cleaned up the existing Haddock mark-up. More... about 19 years ago
remove Data.FunctorM and Data.Queue More... about 19 years ago
Fix broken pragmas; spotted by Bulat Ziganshin
igloo
as Ian Lynagh
More... about 19 years ago
hide Data.Array.IO.Internals More... about 19 years ago
add Data.Function More... about 19 years ago
add Data.Function More... about 19 years ago
whitespace only More... about 19 years ago