summaryrefslogtreecommitdiff
path: root/libraries/base/cbits
Commit message (Expand)AuthorAgeFilesLines
* Fixes isAlphaNum re. isAlpha/isNumber and doc fix (trac issue #10412)ARJANEN Loïc Jean David2018-04-191-2/+0
* Various Windows / Cross Compile to Windows fixesMoritz Angermann2018-03-021-0/+2
* Make System.IO.openTempFile thread-safe on WindowsTamar Christina2018-01-021-1/+44
* base: fdReady(): Return only after sycall returns after `msecs` have passedNiklas Hambüchen2017-12-111-10/+79
* fdReady: Use C99 bools / CBool in signatureNiklas Hambüchen2017-12-111-1/+1
* base: fdReady(): Fix timeouts > ~49 days overflowing. Fixes #14262.Niklas Hambüchen2017-11-241-54/+205
* base: fdReady(): Ensure and doc that return values are always -1/0/1Niklas Hambüchen2017-09-271-2/+5
* fdReady(): Fix some C -Wconversion warnings.Niklas Hambüchen2017-09-271-7/+8
* base: fdReady(): Add note about O_NONBLOCK requirementNiklas Hambüchen2017-09-261-1/+5
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* base: Add more detail to FD_SETSIZE related error messageNiklas Hambüchen2017-09-191-2/+1
* base: Make it less likely for fdReady() to fail on Windows sockets.Niklas Hambüchen2017-09-191-0/+16
* base: Fix fdReady() returning immediately for pipes on Windows.Niklas Hambüchen2017-09-191-16/+30
* base: Fix fdReady() potentially running forever for Windows Char devices.Niklas Hambüchen2017-09-191-1/+10
* base: Fix fdReady() potentially running forever on Windows.Niklas Hambüchen2017-09-191-10/+20
* base: fdReady(): Improve accuracy and simplify code.Niklas Hambüchen2017-09-191-21/+10
* base: Fix mixed tabs/spaces indentation in inputReady.cNiklas Hambüchen2017-09-151-81/+80
* base/inputReady: Whitespace cleanupBen Gamari2017-06-271-84/+84
* Prefer #if defined to #ifdefBen Gamari2017-04-283-4/+4
* base: Fix hWaitForInput with timeout on POSIXBen Gamari2017-04-211-10/+30
* base: Implement bit casts between word and float typesErik de Castro Lopo2017-04-121-0/+69
* fdReady: use poll() instead of select()Simon Marlow2016-12-021-9/+33
* Rts flags cleanupSimon Marlow2016-06-101-42/+0
* Typos in comments [skip ci]Gabor Greif2015-08-031-1/+1
* Delete _MSC_VER when not necessary, fix #10511Bernard Desmyter2015-06-123-4/+4
* Removes all occurrences of __MINGW32__ (#10485)Thomas Miedema2015-06-114-6/+6
* accessors to RTS flag values -- #5364Ömer Sinan Ağacan2014-11-241-0/+42
* base: Mark WCsubst.c as generated for PhabricatorAustin Seipp2014-10-212-0/+2
* Update to Unicode version 7.0David Feuer2014-10-211-3468/+3817
* Refactor to avoid need for `Unicode.hs-boot`Herbert Valerio Riedel2014-10-112-10/+10
* Delete all /* ! __GLASGOW_HASKELL__ */ codeThomas Miedema2014-09-231-9/+2
* Update a comment in base cbitsReid Barton2014-08-201-1/+1
* reading/writing blocking FDs over FD_SETSIZE is broken (Partially Trac #9169)Sergei Trofimovich2014-07-021-1/+5
* Add setEnv/unsetEnv to System.Environment; fixes #7427Ian Lynagh2013-06-151-0/+11
* Add an __hsbase_ prefix to the MD5 symbols (#7914)Simon Marlow2013-05-211-13/+13
* Build fix for iOS; fixes #7759Ian Lynagh2013-04-211-1/+2
* md5.c: fix a typo in the size argument of memsetMichal Terepeta2013-04-161-1/+1
* Removes the assumption that CLK_TCK is a constant (#7519)Simon Marlow2013-01-231-0/+19
* GHC.Windows: more error support (guards, system error strings)Joey Adams2012-11-171-27/+42
* Allow openTempFile to retry when it hits a directory (#4968).Paolo Capriotti2012-06-071-0/+6
* Use in-process file locking on Windows (#4363)Paolo Capriotti2012-05-081-0/+17
* Use RTS version of getMonotonicNSec on Windows (#6061)Paolo Capriotti2012-05-081-46/+0
* Add timer initialization for darwin.Paolo Capriotti2012-04-171-10/+10
* Replace getUSecOfDay with monotonic timer (#5865)Paolo Capriotti2012-04-171-10/+43
* Define monotonic time function for Darwin.Paolo Capriotti2012-04-171-0/+21
* Remove some unused codeIan Lynagh2012-02-261-3/+0
* Remove some antiquated C constructsIan Lynagh2011-08-011-10/+10
* Fix the behaviour of scaleFloat; part of #3898Ian Lynagh2011-07-311-1/+21
* Typeable overhaul (see #5275)Simon Marlow2011-07-111-0/+238
* FIX #2271Daniel Fischer2010-10-181-9/+260