summaryrefslogtreecommitdiff
path: root/libraries/base/cbits
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* HsByteArray doesn't existIan Lynagh2007-04-041-2/+2
* Fix C/Haskell type mismatchesIan Lynagh2007-04-033-64/+64
* Fix type mismatches between foreign imports and HsBase.hIan Lynagh2007-04-031-4/+6
* The Windows counterpart to 'wrapround of thread delays'Ian Lynagh2007-02-091-9/+7
* dos2unixSimon Marlow2006-12-041-125/+125
* don't try to compile this on UnixSimon Marlow2006-12-041-0/+4
* Add support for the IO manager thread on WindowsSimon Marlow2006-12-012-100/+121
* C regex library bits have moved to the regex-posix packageSimon Marlow2006-08-2413-4323/+0
* Sync Data.ByteString with current stable branch, 0.7Don Stewart2006-08-231-18/+18
* reduce dependency on ghcconfig.hRoss Paterson2006-08-117-16/+16
* Import Data.ByteString.Lazy, improve ByteString Fusion, and resync with FPS headDon Stewart2006-07-011-5/+5
* Sync with FPS headdons@cse.unsw.edu.au2006-05-031-10/+0
* Merge in Data.ByteString head. Fixes ByteString+cbits in hugsDon Stewart2006-04-291-12/+16
* Import Data.ByteString from fps 0.5.Don Stewart2006-04-281-0/+88
* Track the GHC source tree reorganisationSimon Marlow2006-04-072-2/+2
* declare blkcmp() staticSimon Marlow2006-02-231-1/+1
* [project @ 2005-12-02 12:26:22 by simonmar]simonmar2005-12-021-1/+2