summaryrefslogtreecommitdiff
path: root/ghc/lib/std/cbits/allocMem.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2000-11-07 10:42:55 by simonmar]simonmar2000-11-071-24/+0
| | | | | merge before-ghci -> before-ghci-branch-merged into the ghc (non-compiler) parts of the tree.
* [project @ 1999-11-25 16:54:14 by simonmar]simonmar1999-11-251-3/+2
| | | | | | | | | | | | | | Incremental cleanups & improvements to the I/O subsystem - Initial fix for problems caused by partial writes to non-blocking file descriptors. To see this bug, run ghc/tests/programs/life_space_leak through a pipe. - remove FILEOBJ_FLUSH, it allegedly has the same meaning as FILEOBJ_WRITE. This fixes a buf in openFd: it erroneously didn't set FILEOBJ_FLUSH on writeable file descriptors. - some ANSIfication
* [project @ 1998-12-02 13:17:09 by simonm]simonm1998-12-021-0/+25
Move 4.01 onto the main trunk.