| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Regenerated cbits/WCsubst.c based on Unicode 6.0.0 | Bas van Dijk | 2011-02-07 | 2 | -787/+1041 |
* | Windows: map ERROR_NO_DATA to EPIPE, rather than EINVAL | Simon Marlow | 2010-09-15 | 1 | -1/+4 |
* | Fix Windows build; patches frmo ezyang | Ian Lynagh | 2010-09-08 | 1 | -2/+2 |
* | More accurate isatty test for MinGW. | Edward Z. Yang | 2010-09-07 | 1 | -0/+23 |
* | Don't define the C localeEncoding on Windows | Ian Lynagh | 2010-06-20 | 1 | -0/+2 |
* | Use libcharset instead of nl_langinfo(CODESET) if possible. | pho@cielonegro.org | 2010-05-19 | 1 | -5/+19 |
* | Updates to follow the RTS tidyup | Simon Marlow | 2009-08-01 | 2 | -1/+261 |
* | avoid a warning | Simon Marlow | 2009-06-30 | 1 | -1/+3 |
* | Add a wrapper for libiconv. | Matthias Kilian | 2009-06-29 | 1 | -0/+23 |
* | Move directory-related stuff to the unix package | Simon Marlow | 2009-06-25 | 1 | -74/+0 |
* | Call nl_langinfo(CODESET) to get the name of the locale encoding on Unix | Simon Marlow | 2009-06-23 | 1 | -0/+10 |
* | ghcconfig.h is __GLASGOW_HASKELL__ only | Malcolm.Wallace@cs.york.ac.uk | 2009-03-16 | 1 | -0/+2 |
* | FIX #2189: re-enabled cooked mode for Console-connected Handles on Windows | Simon Marlow | 2009-03-05 | 1 | -5/+2 |
* | FIX #2189: re-enabled cooked mode for Console-connected Handles on Windows | Simon Marlow | 2009-03-05 | 1 | -2/+5 |
* | We should be including Rts.h here, not Stg.h | Simon Marlow | 2008-09-12 | 1 | -1/+1 |
* | Unbreak the GHC build with older versions of gcc | Ian Lynagh | 2008-09-04 | 1 | -1/+6 |
* | non-GHC: leave out Belch functions | Ross Paterson | 2008-08-31 | 1 | -2/+4 |
* | Fix warnings in PrelIOUtils.c | Ian Lynagh | 2008-08-25 | 1 | -0/+2 |
* | remove __hscore_renameFile, it is no longer uesd | Simon Marlow | 2008-08-18 | 1 | -68/+0 |
* | remove returns from void functions | Ross Paterson | 2008-08-14 | 1 | -2/+2 |
* | FIX #1198: hWaitForInput on Windows | Simon Marlow | 2008-07-08 | 1 | -35/+106 |
* | Update WCsubst.c for Unicode 5.1.0, and add a README.Unicode | Ian Lynagh | 2008-06-13 | 2 | -959/+2012 |
* | Fix ubconfc | Ian Lynagh | 2008-06-13 | 1 | -3/+3 |
* | Avoid calling varargs functions using the FFI | Simon Marlow | 2008-05-09 | 1 | -0/+9 |
* | Move Word64/Int64/Word32/Int32 primitives into ghc-prim | Ian Lynagh | 2008-03-25 | 1 | -129/+0 |
* | Move file locking into the RTS, fixing #629, #1109 | Simon Marlow | 2007-11-20 | 1 | -112/+0 |
* | clean up duplicate code | Simon Marlow | 2007-10-17 | 1 | -38/+5 |
* | make hWaitForInput/hReady not fail with "invalid argument" on Windows | Simon Marlow | 2007-08-30 | 1 | -1/+2 |
* | Remove bits left over from the old build system | Ian Lynagh | 2007-08-11 | 1 | -20/+0 |
* | bytestring is now in its own package | Ian Lynagh | 2007-07-29 | 1 | -82/+0 |
* | Split off process package | Ian Lynagh | 2007-05-23 | 2 | -636/+0 |
* | Split off directory, random and old-time packages | Ian Lynagh | 2007-05-19 | 2 | -59/+0 |
* | FIX: #724 (tee complains if used in a process started by ghc) | Simon Marlow | 2007-05-07 | 1 | -4/+9 |
* | HsByteArray doesn't exist | Ian Lynagh | 2007-04-04 | 1 | -2/+2 |
* | Fix C/Haskell type mismatches | Ian Lynagh | 2007-04-03 | 3 | -64/+64 |
* | Fix type mismatches between foreign imports and HsBase.h | Ian Lynagh | 2007-04-03 | 1 | -4/+6 |
* | The Windows counterpart to 'wrapround of thread delays' | Ian Lynagh | 2007-02-09 | 1 | -9/+7 |
* | dos2unix | Simon Marlow | 2006-12-04 | 1 | -125/+125 |
* | don't try to compile this on Unix | Simon Marlow | 2006-12-04 | 1 | -0/+4 |
* | Add support for the IO manager thread on Windows | Simon Marlow | 2006-12-01 | 2 | -100/+121 |
* | C regex library bits have moved to the regex-posix package | Simon Marlow | 2006-08-24 | 13 | -4323/+0 |
* | Sync Data.ByteString with current stable branch, 0.7 | Don Stewart | 2006-08-23 | 1 | -18/+18 |
* | reduce dependency on ghcconfig.h | Ross Paterson | 2006-08-11 | 7 | -16/+16 |
* | Import Data.ByteString.Lazy, improve ByteString Fusion, and resync with FPS head | Don Stewart | 2006-07-01 | 1 | -5/+5 |
* | Sync with FPS head | dons@cse.unsw.edu.au | 2006-05-03 | 1 | -10/+0 |
* | Merge in Data.ByteString head. Fixes ByteString+cbits in hugs | Don Stewart | 2006-04-29 | 1 | -12/+16 |
* | Import Data.ByteString from fps 0.5. | Don Stewart | 2006-04-28 | 1 | -0/+88 |
* | Track the GHC source tree reorganisation | Simon Marlow | 2006-04-07 | 2 | -2/+2 |
* | declare blkcmp() static | Simon Marlow | 2006-02-23 | 1 | -1/+1 |
* | [project @ 2005-12-02 12:26:22 by simonmar] | simonmar | 2005-12-02 | 1 | -1/+2 |