aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* [project @ 2003-04-11 10:00:07 by ross]Gravatar ross2003-04-11
| | | | move environ from C to Haskell
* [project @ 2003-04-11 09:43:38 by ross]Gravatar ross2003-04-11
| | | | add some standard #includes
* [project @ 2003-03-03 01:51:58 by stolz]Gravatar stolz2003-03-03
| | | | Import System/DL*
* [project @ 2003-02-28 16:09:16 by stolz]Gravatar stolz2003-02-28
| | | | Add System.Posix.Env
* [project @ 2003-01-17 17:01:14 by stolz]Gravatar stolz2003-01-17
| | | | | | - Add sendfile-API for pumping out data via sendfile(2) Currently supported are Linux (tested) & FreeBSD (not tested yet), others will throw a runtime error until I get around to implement a fallback.
* [project @ 2002-12-19 13:52:55 by simonmar]Gravatar simonmar2002-12-19
| | | | | | | | | Fill in some more bits in the new Unix library: specifically the contents of PosixTTY and PosixDB (now System.Posix.Terminal and System.Posix.User respectively). We're now about 95% complete w.r.t. the old posix library. I've identified the reminaing bits to do in System/Posix.hs.
* [project @ 2002-10-08 08:03:02 by wolfgang]Gravatar wolfgang2002-10-08
| | | | | | | | | Make the new Posix bindings compile on Mac OS X. Most notable, Mac OS X lacks *) lchown *) SIGPOLL I don't know of a replacement of either, so they are just left out when they are not detected by configure.
* [project @ 2002-09-12 16:38:21 by simonmar]Gravatar simonmar2002-09-12
More POSIX bits... we're getting there.