Inline foldr and (.) when applied to two arguments not three
[ghc-base.git] / GHC /
2009-10-29 simonpj@microsoft.comInline foldr and (.) when applied to two arguments...
2009-10-12 Simon MarlowMake hGetContents throw an exception if an error is...
2009-10-06 Simon MarlowUse UTF-32LE instead of UTF32LE
2009-09-30 Ben.Lippmeier@anu... Strip any Byte Order Mark (BOM) from the front of decod...
2009-10-05 Simon Marlowuse UTF32BE/UTF32LE instead of UCS-4/UCS-4LE
2009-09-30 Ben.Lippmeier@anu... Strip any Byte Order Mark (BOM) from the front of decod...
2009-09-25 Simon MarlowAdd traceEvent :: String -> IO ()
2009-09-23 Simon MarlowFix the error message when flushing the read buffer...
2009-09-23 Simon MarlowFix #3534: No need to flush the byte buffer when settin...
2009-09-16 Simon MarlowUse let !y = x in .. x .. instead of seq in $! and...
2009-09-15 Ross Patersonmake some Applicative functions into methods, and split...
2009-09-13 Judah JacobsonOn Windows, use the console code page for text file...
2009-09-11 Ian LynaghFix "init" docs: the input list need not be finite...
2009-08-30 Simon MarlowAddress #3310
2009-08-30 Ben.Lippmeier@anu... Fix unicode conversion for MSB architectures
2009-08-30 Simon MarlowFix #3441: detect errors in partial sequences
2009-08-27 Simon MarlowFix hWaitForInput
2009-08-27 Simon Marlowfix debugging code
2009-08-26 Simon Marlowtypo in comment
2009-08-25 Simon Marlowun-hide some modules from the Haddock docs
2009-08-09 Ian LynaghAdd a GHC.Constants module; fixes trac #3094
2009-08-07 Ian LynaghAdd some more C wrappers; patch from Krister Walfridsson
2009-08-05 Simon Marlowfix a copyright
2009-08-05 Simon MarlowTweak the BufferedIO class to enable a memory-mapped...
2009-08-03 Simon MarlowWindows build fix, following RTS tidyup
2009-08-01 Simon MarlowUpdates to follow the RTS tidyup
2009-07-22 Ian LynaghAdd integer-simple as a build option
2009-07-22 Simon MarlowMove the instances of Functor and Monad IO to GHC.Base...
2009-07-19 Ian LynaghImprove the index checking for array accesses; fixes...
2009-07-18 Ian LynaghMake chr say what its argument was, if it's a bad argument
2009-07-15 Simon Marlowwarning fix: -fno-implicit-prelude -> -XNoImplicitPrelude
2009-07-15 Simon MarlowAdd hGetEncoding :: Handle -> IO (Maybe TextEncoding)
2009-07-15 Simon MarlowAdd more documentation to mkTextEncoding
2009-07-15 Simon MarlowAdd the utf8_bom codec
2009-07-13 Simon MarlowExport Unicode and newline functionality from System...
2009-07-07 Simon Marlowadd a comment about the non-workingness of CHARBUF_UTF16
2009-07-11 Ian LynaghFix build on Windows
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we want...
2009-07-10 Ian LynaghRemove an unused import
2009-07-10 Ian LynaghreportStackOverflow now returns IO ()
2009-07-10 Ian LynaghGHC.Conc.reportError now returns IO ()
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we want...
2009-07-10 Ian LynaghFix "warn-unused-do-bind" warnings in GHC/IO/Handle...
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we just...
2009-07-10 Ian LynaghUse the result of writeCharBuf in GHC/IO/Encoding/Latin...
2009-07-10 Ian LynaghMinor code tidyups in GHC.Conc
2009-07-10 Ian LynaghFix "warn-unused-do-bind" warning in GHC.Conc
2009-07-09 Ian LynaghFix "warn-unused-do-bind" warnings where we really...
2009-07-07 Ian LynaghAdd back imports needed on Windows
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-07-06 Simon MarlowUse the result of writeCharBuf
2009-07-02 Simon Marlowa byte between 0x80 and 0xBF is illegal immediately...
2009-06-29 Matthias KilianAdd a wrapper for libiconv.
2009-06-26 Simon Marlowset binary mode for existing FDs on Windows (fixes...
2009-06-25 Simon Marlowfix build failure on Windows
2009-06-24 Simon MarlowsetNonBlockingMode now takes a flag, can turn blocking...
2009-06-23 Simon MarlowCall nl_langinfo(CODESET) to get the name of the locale...
2009-06-23 Simon Marlowadd hFlushAll, flushes both read and write buffers
2009-06-23 Simon Marlowfix bug in partial writes
2009-06-22 Simon MarlowTidy up use of read/write/recv/send; avoid unnecessary...
2009-06-18 Simon MarlowWindows: Unicode openFile and stat functions
2009-06-20 Ian LynaghUnconditionally make a (Show Ptr) instance
2009-06-12 Duncan CouttsRedefine gcdInt to use gcdInteger rather than gcdInt...
2009-06-20 Ian LynaghThe IO type has moved to GHC.Types in ghc-prim
2009-06-14 Simon MarlowSave and restore the codec state when re-decoding
2009-06-16 Simon MarlowFix #3128: file descriptor leak when hClose fails
2009-06-15 Malcolm.Wallace... Allow System.Posix.Internals to compile with nhc98...
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support
2009-06-11 Duncan CouttsRemove unused foreign imports of __encodeFloat/Double
2009-06-02 Ian LynaghRemove unnecessary parens
2009-05-29 simonpj@microsoft.comMake two type defaults explicit
2009-04-24 Ian LynaghAdd more bang patterns, needed to fix the 32bit build
2009-04-24 Ian LynaghUse a bang pattern when we where/let-bind values with...
2009-04-23 Simon MarlowFIX #3171: make sure we have only one table of signal...
2009-04-03 simonpj@microsoft.comDon't inline enumDeltaToInteger until its rules have...
2009-04-03 simonpj@microsoft.comImport GHC.Err so we see bottoming functions properly
2009-04-03 simonpj@microsoft.comDon't inline unpackCString
2009-03-30 Ian LynaghAvoid unnecessarily using Integer when decoding Floats
2009-03-24 Ian LynaghRemove some redundant fromInteger's
2009-03-05 Simon MarlowFIX #2189: re-enabled cooked mode for Console-connected...
2009-03-11 Simon Marlowavoid a space leak building up in the "prodding" IORef...
2009-03-05 Simon MarlowPartial fix for #2917
2009-03-05 Simon Marlowadd final newline; fix build (on Windows?)
2009-03-05 Simon MarlowFIX #2189: re-enabled cooked mode for Console-connected...
2009-02-20 Ian LynaghFix warnings: put imports inside ifdefs
2009-02-20 Ian Lynaghifdef out the syncIOManager export on Windows; fixes...
2009-02-19 Simon MarlowSet the IO manager pipe descriptors to FD_CLOEXEC
2009-02-19 Simon MarlowRewrite of signal-handling (base patch; see also ghc...
2009-02-06 Simon MarlowFix #2971: we had lost the non-blocking flag on Handles...
2009-01-31 Ian LynaghUpdate the Exception docs
2009-01-14 Ian LynaghMake Data.Typeable imports and exports more explicit
2009-01-14 Simon Marlow#2699: exit silently for EPIPE on stdout
2009-01-04 Ian LynaghAdd errno to the IOError type
2008-12-17 Simon Marlowextra dependencies for the new build system
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-10 Ivan TomacFIX #1364: added support for C finalizers that run...
2008-12-05 simonpj@microsoft.comUpdate INLINE pragmas for new INLINE story
2008-11-29 shelarcyFix typo (or out of date reference) in throwTo document...
2008-11-19 Ian LynaghAdd more description of what "round" does, from the...
next