summaryrefslogtreecommitdiff
path: root/libraries/base/cbits
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regenerated cbits/WCsubst.c based on Unicode 6.0.0Bas van Dijk2011-02-072-787/+1041
* Windows: map ERROR_NO_DATA to EPIPE, rather than EINVALSimon Marlow2010-09-151-1/+4
* Fix Windows build; patches frmo ezyangIan Lynagh2010-09-081-2/+2
* More accurate isatty test for MinGW.Edward Z. Yang2010-09-071-0/+23
* Don't define the C localeEncoding on WindowsIan Lynagh2010-06-201-0/+2
* Use libcharset instead of nl_langinfo(CODESET) if possible.pho@cielonegro.org2010-05-191-5/+19
* Updates to follow the RTS tidyupSimon Marlow2009-08-012-1/+261
* avoid a warningSimon Marlow2009-06-301-1/+3
* Add a wrapper for libiconv.Matthias Kilian2009-06-291-0/+23
* Move directory-related stuff to the unix packageSimon Marlow2009-06-251-74/+0
* Call nl_langinfo(CODESET) to get the name of the locale encoding on UnixSimon Marlow2009-06-231-0/+10
* ghcconfig.h is __GLASGOW_HASKELL__ onlyMalcolm.Wallace@cs.york.ac.uk2009-03-161-0/+2
* FIX #2189: re-enabled cooked mode for Console-connected Handles on WindowsSimon Marlow2009-03-051-5/+2
* FIX #2189: re-enabled cooked mode for Console-connected Handles on WindowsSimon Marlow2009-03-051-2/+5
* We should be including Rts.h here, not Stg.hSimon Marlow2008-09-121-1/+1
* Unbreak the GHC build with older versions of gccIan Lynagh2008-09-041-1/+6
* non-GHC: leave out Belch functionsRoss Paterson2008-08-311-2/+4
* Fix warnings in PrelIOUtils.cIan Lynagh2008-08-251-0/+2
* remove __hscore_renameFile, it is no longer uesdSimon Marlow2008-08-181-68/+0
* remove returns from void functionsRoss Paterson2008-08-141-2/+2
* FIX #1198: hWaitForInput on WindowsSimon Marlow2008-07-081-35/+106
* Update WCsubst.c for Unicode 5.1.0, and add a README.UnicodeIan Lynagh2008-06-132-959/+2012
* Fix ubconfcIan Lynagh2008-06-131-3/+3
* Avoid calling varargs functions using the FFISimon Marlow2008-05-091-0/+9
* Move Word64/Int64/Word32/Int32 primitives into ghc-primIan Lynagh2008-03-251-129/+0
* Move file locking into the RTS, fixing #629, #1109Simon Marlow2007-11-201-112/+0
* clean up duplicate codeSimon Marlow2007-10-171-38/+5
* make hWaitForInput/hReady not fail with "invalid argument" on WindowsSimon Marlow2007-08-301-1/+2
* Remove bits left over from the old build systemIan Lynagh2007-08-111-20/+0
* bytestring is now in its own packageIan Lynagh2007-07-291-82/+0
* Split off process packageIan Lynagh2007-05-232-636/+0
* Split off directory, random and old-time packagesIan Lynagh2007-05-192-59/+0
* FIX: #724 (tee complains if used in a process started by ghc)Simon Marlow2007-05-071-4/+9