14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2003-07-08 16:22:52 by panne] Fixed some more Haddock links. More... over 22 years ago
[project @ 2003-07-08 16:04:54 by panne] Export TestResult, too More... over 22 years ago
[project @ 2003-07-08 15:46:40 by panne] Fixed some Haddock links. More... over 22 years ago
[project @ 2003-07-03 15:22:04 by sof] [mingw only] asyncDoProc :: FunPtr (Ptr a -> IO ()) -> Ptr a -> IO ()
sof
More... almost 23 years ago
[project @ 2003-07-02 13:27:35 by stolz] fork() never returns with EINTR More... almost 23 years ago
[project @ 2003-06-30 14:08:24 by stolz] Duplex Handles are writeable. More... almost 23 years ago
[project @ 2003-06-24 09:40:51 by stolz] Pick up openFileEx/openBinaryFile change in error message More... almost 23 years ago
[project @ 2003-06-22 09:24:23 by ross] Hugs only: import throwIO More... almost 23 years ago
[project @ 2003-06-21 20:21:04 by malcolm] Exclude openBinaryFile etc from nhc98 build until we implement it. More... almost 23 years ago
[project @ 2003-06-20 14:42:03 by ross] Hugs only: no hSetBinaryMode More... almost 23 years ago
[project @ 2003-06-19 13:20:37 by simonmar] Fix reallocBytes: when size is zero, it is supposed to act like free. Which it did, except that we were complaining about the NULL return value from C's realloc and reporting it as an error. More... almost 23 years ago
[project @ 2003-06-19 13:04:49 by simonmar] Following near-silence on the libraries list, add More... almost 23 years ago
[project @ 2003-06-19 12:55:09 by simonmar] Fix typo in doc string More... almost 23 years ago
[project @ 2003-06-19 10:42:26 by simonmar] Add raiseIO# primop. More... almost 23 years ago
[project @ 2003-06-19 10:38:15 by simonmar] Fix Windows build More... almost 23 years ago
[project @ 2003-06-19 09:32:04 by wolfgang] fix misleading typo in comment More... almost 23 years ago
[project @ 2003-06-18 08:06:00 by stolz] fork() never returns with EINTR More... almost 23 years ago
[project @ 2003-06-16 08:02:09 by simonpj] Add Haddock docs, courtesy of Hal Daume More... almost 23 years ago
[project @ 2003-06-12 16:06:06 by simonmar] Change the type of System.Cmd.rawSystem: More... almost 23 years ago
[project @ 2003-06-12 15:15:23 by simonmar] exitWith should be using throwIO not throw. More... almost 23 years ago
[project @ 2003-06-12 12:55:27 by ross] move portable newForeignPtr from GHC.ForeignPtr to Foreign.ForeignPtr More... almost 23 years ago
[project @ 2003-06-12 10:59:00 by malcolm] ... and add newForeignPtr_ for nhc98. More... almost 23 years ago
[project @ 2003-06-12 10:55:57 by malcolm] For nhc98, define mallocForeignPtr and friends. More... almost 23 years ago
[project @ 2003-06-12 10:53:15 by simonmar] Update to latest revision of the FFI spec: More... almost 23 years ago
[project @ 2003-06-12 10:31:29 by malcolm] For nhc98, temporarily make foreignPtrToPtr an alias for unsafeForeignPtrToPtr until ghc and hugs catch up. More... almost 23 years ago
[project @ 2003-06-05 13:42:51 by ralf] Add listify; other minor revisions. More... almost 23 years ago
[project @ 2003-06-05 00:49:31 by diatchki] a huge commit. More... almost 23 years ago
[project @ 2003-06-04 14:52:09 by ralf] Made gread a bit more robust; some renaming of new stuff; add more comments to implementations; added a bit more illustration of gunfold; added or/choice operators More... almost 23 years ago
[project @ 2003-06-03 22:26:44 by diatchki] Added a first version of the new monad library (experimental). Hopefully one day the "X" will disappear. More... almost 23 years ago
[project @ 2003-06-02 14:32:14 by simonpj] Add (<++) More... almost 23 years ago