14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Sep 10, 2025 — Sep 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2002-07-03 13:05:28 by simonmar] Export dynApply and dynApp More... about 24 years ago
[project @ 2002-07-02 13:13:36 by simonmar] Add descriptions to the top level of each package documentation More... about 24 years ago
[project @ 2002-07-02 10:34:52 by simonmar] Point the punters to the online report at haskell.org until the documentation for the Prelude is up to scratch. More... about 24 years ago
[project @ 2002-07-02 10:33:23 by simonmar] Documentation for getProgName. More... about 24 years ago
[project @ 2002-07-02 10:31:35 by simonmar] Documentation for system More... about 24 years ago
[project @ 2002-07-02 10:28:54 by simonmar] Documentation for hSetBinaryMode More... about 24 years ago
[project @ 2002-07-01 18:50:54 by sof] closesocket() is stdcall-based
sof
More... about 24 years ago
[project @ 2002-07-01 11:37:35 by simonmar] Replace divInt# with a version which doesn't suffer from overflow problems (thanks to Dylan Thurston for the code). More... about 24 years ago
[project @ 2002-06-27 17:19:01 by sof] theStdGen: initialise it via mkStdRNG (as was done in <= 5.02)
sof
More... about 24 years ago
[project @ 2002-06-27 15:38:58 by simonmar] Finally fix foreign export and foreign import "wrapper" so that exceptions raised during the call are handled properly rather than causing the RTS to bomb out. More... about 24 years ago
[project @ 2002-06-27 13:40:37 by stolz] - forkProcess[Prim] wrapper - document forkProcess[Prim] & labelThread More... about 24 years ago
[project @ 2002-06-26 08:18:45 by stolz] - Make TSO "stable" again: The thread label was changing the size of the TSO if you were building a debugging-RTS, leading to binary incompatibility. Now we map TSOs to strings using Hash.c. More... about 24 years ago
[project @ 2002-06-24 14:40:02 by simonmar] Makefile updates for generating docs with Haddock: More... about 24 years ago
[project @ 2002-06-21 14:00:32 by simonmar] Mention the package name in the Haddock title More... about 24 years ago
[project @ 2002-06-21 09:12:37 by simonmar] Andy Gill asked me to remove his license to keep things simple. More... about 24 years ago
[project @ 2002-06-20 16:12:58 by simonmar] Haddock stuff has moved to ../../mk/package.mk More... about 24 years ago
[project @ 2002-06-20 16:11:45 by simonmar] use $(includedir) and INSTALL_INCLUDES rather than overriding $(datadir) More... about 24 years ago
[project @ 2002-06-20 14:56:11 by malcolm] Remove spurious comma in export list. More... about 24 years ago
[project @ 2002-06-20 13:54:40 by simonmar] Add license from Andy Gill's HTML library More... about 24 years ago
[project @ 2002-06-19 14:33:24 by simonmar] Remove this hack. Happy 1.13 is now required to build GHC. More... about 24 years ago
[project @ 2002-06-18 13:58:22 by simonpj] --------------------------------------- Rehash the handling of SeqOp --------------------------------------- More... about 24 years ago
[project @ 2002-06-18 13:01:43 by simonmar] Fix bug in the implementation of hGetLine: on finding the EOF when we have a partial line in our hands, we weren't resetting the state of the buffer to empty, so the same partial line would be returned for each subsequent call to hGetLine. More... about 24 years ago
[project @ 2002-06-18 09:31:05 by simonpj] -------------------------- Deal with NaN and Infinity -------------------------- More... about 24 years ago
[project @ 2002-06-14 08:17:08 by simonpj] Add comment More... about 24 years ago
[project @ 2002-06-13 23:26:55 by sof] Provide STRefs over both lazy and strict ST monads as,
sof
More... about 24 years ago
[project @ 2002-06-13 10:41:31 by simonmar] Some extra docs, from Jon Fairbairn More... about 24 years ago
[project @ 2002-06-11 10:53:03 by simonmar] typo in email address (noticed by J?n Fairbairn, thanks J?n). More... over 24 years ago
[project @ 2002-06-09 14:20:06 by panne] Use :%, not % for Inf/NaN, the latter would immediately lead to a runtime error. Note that More... over 24 years ago
[project @ 2002-06-08 14:14:08 by panne] Minor doc formatting improvement More... over 24 years ago
[project @ 2002-06-08 13:11:27 by panne] Install HSbase3.o, too. NOTE: This is untested, but probably corrects the previous commit. More... over 24 years ago