summaryrefslogtreecommitdiff
path: root/libraries/base/include/HsBase.h
Commit message (Expand)AuthorAgeFilesLines
* Delete _MSC_VER when not necessary, fix #10511Bernard Desmyter2015-06-121-2/+2
* Removes all occurrences of __MINGW32__ (#10485)Thomas Miedema2015-06-111-11/+11
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-4/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-4/+0
* GHC.Windows: more error support (guards, system error strings)Joey Adams2012-11-171-0/+1
* Use CAPI to make the C wrapper for keventIan Lynagh2012-10-151-13/+0
* FFI wrapper for kevent()Iku Iwasa2012-10-041-0/+13
* Use in-process file locking on Windows (#4363)Paolo Capriotti2012-05-081-2/+2
* Don't include sys/timeb.h on FreeBSD.Geoffrey Mainland2012-04-251-1/+1
* Replace getUSecOfDay with monotonic timer (#5865)Paolo Capriotti2012-04-171-1/+1
* Define monotonic time function for Darwin.Paolo Capriotti2012-04-171-0/+3
* Use monotonic time in Event/Manager.hs.Paolo Capriotti2012-04-161-0/+7
* Move nocldstop from HsBase.h to HsUnix.hIan Lynagh2012-02-261-3/+0
* Use CAPI for lseekIan Lynagh2012-02-261-14/+0
* Remove another unused definitionIan Lynagh2012-02-261-2/+0
* Remove some unused codeIan Lynagh2012-02-261-15/+0
* Convert some FFI bindings to use "value" importsIan Lynagh2012-02-261-18/+0
* Remove an unsed definition in HsBase.hIan Lynagh2012-02-221-4/+0
* Convert some more declarations to use the CAPIIan Lynagh2012-02-211-11/+0
* Redo the sigset capi changesIan Lynagh2012-02-211-22/+0
* Roll back the sigset capi changesIan Lynagh2011-12-041-0/+22
* Use capi to define the fcntl FFI importsIan Lynagh2011-11-291-14/+0
* Use capi some more (part of #5480)Ian Lynagh2011-11-291-16/+0
* Convert come FFI bindings to use the capi calling conventionIan Lynagh2011-11-281-26/+0
* Make a wrapper for getrusage; part of #5480Ian Lynagh2011-11-251-0/+8
* Remove some unused functions from include/HsBase.hIan Lynagh2011-11-251-24/+0
* Add a C wrapper for gettimeofdayIan Lynagh2011-11-251-0/+4
* Remove some antiquated C constructsIan Lynagh2011-08-011-6/+6
* Use _NSGetEnviron on OS X: fixes #2458Max Bolingbroke2011-04-061-0/+7
* Add some more C wrappers; patch from Krister WalfridssonIan Lynagh2009-08-071-0/+9
* Updates to follow the RTS tidyupSimon Marlow2009-08-011-50/+0
* Move directory-related stuff to the unix packageSimon Marlow2009-06-251-34/+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
* 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-061-0/+4
* 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
* Fix some more warningsIan Lynagh2008-08-201-1/+0
* 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