14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2003-03-26 15:25:46 by simonmar] Change our ForeignPtr implementation to match the spec: finalizers must now be foreign functions. More... about 23 years ago
[project @ 2003-03-26 12:35:34 by simonmar] Add getrlimit()/setrlimit() suppport More... about 23 years ago
[project @ 2003-03-14 13:08:04 by simonmar] Attach the finalizer to the write side of a duplex handle, where it should have been. Otherwise finalization of duplex handles doesn't work properly. More... about 23 years ago
[project @ 2003-03-12 16:42:27 by ijones] * Added more Haddock documentation to functions / classes / types * Added section headings for classes / types * Added an Examples section More... about 23 years ago
[project @ 2003-03-11 18:41:43 by panne] Fixed link to getArgs More... about 23 years ago
[project @ 2003-03-09 20:19:27 by panne] Fixed markup confusion ("" vs. '') More... about 23 years ago
[project @ 2003-03-08 23:03:47 by panne] More markup fixes... More... about 23 years ago
[project @ 2003-03-08 19:02:39 by panne] Fixed some broken/redirected/canonicalized links found by a very picky link checker. More... about 23 years ago
[project @ 2003-03-06 09:51:03 by simonmar] Add Data/Array/IO to list of directories More... about 23 years ago
[project @ 2003-03-05 15:54:59 by malcolm] For nhc98, use nullPtr rather than 0 as the argument to time(). More... about 23 years ago
[project @ 2003-03-05 15:53:10 by malcolm] Build the hierarchical libraries from .hc files when building nhc98 from .hc's. More... about 23 years ago
[project @ 2003-03-04 13:36:39 by ross] add an #ifdef __GLASGOW_HASKELL__ More... about 23 years ago
[project @ 2003-03-04 11:09:15 by simonmar] Split Data.Array.IO into Data.Array.IO.Internals (which defines and exports the concrete representations of IOArray and IOUArray) and Data.Array.IO which exports the user-visible API. More... about 23 years ago
[project @ 2003-02-28 12:34:43 by stolz] - Rename System.Posix.Process.forkProcess to forkProcessAll - Move GHC.Conc.forkProcess to System.Posix with type 'Maybe ProcessID' More... about 23 years ago
[project @ 2003-02-26 10:22:14 by simonmar] Add a note about the problem with forkProcess, for the time being. More... about 23 years ago
[project @ 2003-02-21 05:34:12 by sof] Asynchronous / non-blocking I/O for Win32 platforms.
sof
More... about 23 years ago
[project @ 2003-02-20 09:36:40 by malcolm] Add Foreign.Marshal.Pool to the nhc98 build. More... about 23 years ago
[project @ 2003-02-19 13:54:19 by malcolm] Oops, the "directory-collecting" modules Foreign and Foreign.Marshal were accidentally omitted from the nhc98 build. More... about 23 years ago
[project @ 2003-02-18 20:39:56 by panne] Guerrilla tactics: Re-export Foreign.Marshal.Pool >:-) More... about 23 years ago
[project @ 2003-02-18 20:15:15 by panne] * Fixed bug #687034 (GetOpt overly ambiguous) * Reformatted comment * Synch example with reality More... about 23 years ago
[project @ 2003-02-17 15:13:56 by simonpj] Wibbles to ST Monad methods; I forget why More... about 23 years ago
[project @ 2003-02-17 15:13:09 by simonpj] Type sig for getTag More... about 23 years ago
[project @ 2003-02-17 11:43:21 by simonmar] Comment wibble More... about 23 years ago
[project @ 2003-02-14 17:11:59 by sof] - add missing config.h include to Handle.hs - Handle.hSetBuffering: don't bother putting the handle's FD into 'raw' mode under Win32. 'raw' mode is just too specialised and potentially confusing (see comments.)
sof
More... about 23 years ago
[project @ 2003-02-14 13:01:32 by simonpj] Fix for deriving of records with leading underscore, and corresponding lex More... about 23 years ago
[project @ 2003-02-06 10:41:13 by simonmar] Aargh! We were setting the VMIN and VTIME values in the termios structure when the terminal is in non-raw mode, rather than raw mode, because I had a test round the wrong way. More... about 23 years ago
[project @ 2003-02-06 10:41:10 by ross] Hugs-only: special definitions of fromInt & fromDouble. More... about 23 years ago
[project @ 2003-02-04 11:55:54 by simonmar] Add support for using vfork, which I apparently removed when this file was moved over from ghc/lib/std/cbits. Using vfork on Linux makes quite a big difference - eg. when building GHC.Base with -split-objs , I saw a 2.5s reduction in system time. More... about 23 years ago
[project @ 2003-01-30 20:41:10 by panne] * Fixed the comment breakage of the previous commit (Haddock failure) * Synched signature comments in header with reality * Added default implementation of 'rotate' in terms of 'rotateL'/'rotateR' * Removed spurios "signed": What's a signed rotate or a signed left shift?? More... about 23 years ago
[project @ 2003-01-30 12:51:05 by ross] fix for non-GHC More... about 23 years ago