summaryrefslogtreecommitdiff
path: root/libraries/base/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add unsafeShift to Data.BitsJohan Tibell2011-11-081-0/+2
* Add Data.Bits.popCountJohan Tibell2011-08-251-1/+2
* Remove some antiquated C constructsIan Lynagh2011-08-011-6/+6
* Typeable overhaul (see #5275)Simon Marlow2011-07-111-0/+24
* For GHC, implement the Typeable.hs macros using standalone derivingIan Lynagh2011-04-241-39/+13
* Use _NSGetEnviron on OS X: fixes #2458Max Bolingbroke2011-04-061-0/+7
* More accurate isatty test for MinGW.Edward Z. Yang2010-09-071-0/+1
* Integrated new I/O managerSimon Marlow2010-08-102-0/+126
* Add some more C wrappers; patch from Krister WalfridssonIan Lynagh2009-08-071-0/+9
* Updates to follow the RTS tidyupSimon Marlow2009-08-012-50/+35
* Move directory-related stuff to the unix packageSimon Marlow2009-06-252-47/+0
* Tidy up use of read/write/recv/send; avoid unnecessary wrappersSimon Marlow2009-06-221-27/+0
* Windows: Unicode openFile and stat functionsSimon Marlow2009-06-181-24/+37
* Add a comment to remind us that memcpy_src_off is used by dphSimon Marlow2009-06-181-0/+1
* Remove old Integer prototypesIan Lynagh2009-06-151-3/+0
* Allow System.Posix.Internals to compile with nhc98 again.Malcolm.Wallace@cs.york.ac.uk2009-06-151-0/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-10/+0
* Fix warningsIan Lynagh2009-05-231-3/+3
* add _O_NOINHERIT when opening files on Windows (see #2650)Simon Marlow2009-05-201-2/+4
* Add wrappers around fcntlIan Lynagh2009-05-201-0/+14
* Set the IO manager pipe descriptors to FD_CLOEXECSimon Marlow2009-02-191-0/+20
* Rewrite of signal-handling (base patch; see also ghc and unix patches)Simon Marlow2009-02-191-0/+7
* Make System.Posix.Internals buildable by nhc98.Malcolm.Wallace@cs.york.ac.uk2009-02-063-0/+50
* Don't define __hscore_s_issock on WindowsIan Lynagh2008-09-041-0/+2
* Don't make S_ISSOCK use conditionalIan Lynagh2008-09-041-2/+0
* make Typeable instances for larger tuples available to non-GHCRoss Paterson2008-09-031-0/+80
* Fix some more warningsIan Lynagh2008-08-201-1/+0
* remove __hscore_renameFile, it is no longer uesdSimon Marlow2008-08-181-1/+0
* Make the macros in Typeable.h add type signaturesIan Lynagh2008-06-191-0/+4
* delete __hscore_{mkstemp,getrlimit,setrlimit} (moved to unix)Ross Paterson2008-06-151-16/+0
* Fix the build on WindowsIan Lynagh2008-05-201-0/+2
* Add wrappers for [gs]etrlimitIan Lynagh2008-05-201-0/+10
* Add a wrapper for mkstempIan Lynagh2008-05-201-0/+4
* Avoid calling varargs functions using the FFISimon Marlow2008-05-091-0/+3
* fix types for __hscore_st_dev() and __hscore_st_ino()Simon Marlow2008-03-191-2/+2
* untabifyDon Stewart2008-03-051-6/+6
* add comment about lack of _chsize_s()Simon Marlow2008-01-231-0/+3
* Windows: large file support for hFileSize and hSeek (#1771)Simon Marlow2008-01-231-8/+28
* Move file locking into the RTS, fixing #629, #1109Simon Marlow2007-11-202-15/+2
* Remove redundant include/MakefileIan Lynagh2007-08-281-14/+0
* fpstring.h has moved to bytestringRoss Paterson2007-08-191-6/+0
* Use "-- //" (2 spaces) rather than "-- //" (1) to avoid tripping haddock upIan Lynagh2007-06-272-4/+4
* Use a combination of Haskell/C comments to ensure robustness.Malcolm.Wallace@cs.york.ac.uk2007-06-262-25/+27
* Change C-style comments to Haskell-style.Malcolm.Wallace@cs.york.ac.uk2007-06-252-11/+11
* update prototype following inputReady->fdReady changeSimon Marlow2007-06-141-1/+1
* Split off process packageIan Lynagh2007-05-232-58/+0
* Split off directory, random and old-time packagesIan Lynagh2007-05-193-77/+0
* HsByteArray doesn't existIan Lynagh2007-04-041-2/+2
* Fix C/Haskell type mismatchesIan Lynagh2007-04-033-51/+51
* Fix type mismatches between foreign imports and HsBase.hIan Lynagh2007-04-031-47/+46