summaryrefslogtreecommitdiff
path: root/libraries/base/include/HsBase.h
Commit message (Expand)AuthorAgeFilesLines
* Windows: Remove mingwex dependencyRyan Scott2023-02-031-7/+4
* base: avoid using unsupported posix functionality on wasm32Cheng Shao2022-11-111-1/+1
* build: get rid of `HAVE_TIME_H`Nicolas Trangez2022-10-211-2/+0
* Pure Haskell implementation of GHC.UnicodePierre Le Marre2022-06-011-1/+0
* configure: Make environ decl check more robustBen Gamari2022-04-071-2/+2
* Remove MAX_PATH restrictions from RTS, I/O manager and various utilitiesTamar Christina2018-03-311-2/+14
* fdReady: Use C99 bools / CBool in signatureNiklas Hambüchen2017-12-111-2/+3
* base: fdReady(): Fix timeouts > ~49 days overflowing. Fixes #14262.Niklas Hambüchen2017-11-241-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-27/+27
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-5/+1
* test for HAVE_CLOCK_GETTIME definednessGabor Greif2017-04-051-1/+1
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-111-1/+1
* Scrap IRIX supportHerbert Valerio Riedel2016-03-281-1/+1
* 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