ghc-base.git
2009-10-13 Malcolm.Wallace... Re-instate System.Console.Getopt for nhc98 builds.
2009-10-09 Ian LynaghRoll back "Another instance of nhc98's strange import...
2009-10-09 Ian LynaghRoll back "Cope with nhc98's (occasionally-strange...
2009-10-09 Malcolm.Wallace... It seems that nhc98 needs defaulting in Data.Fixed.
2009-10-09 Malcolm.Wallace... Another instance of nhc98's strange import semantics.
2009-10-09 Malcolm.Wallace... Make Data.Functor compatible with non-GHC compilers.
2009-10-09 Malcolm.Wallace... Cope with nhc98's (occasionally-strange) import semantics.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage of nhc98 in System.IO.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage of nhc98 in Control.Exception...
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage of non-GHC in Data.Fixed.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage for non-GHC in Data.Bits.
2009-10-06 Simon MarlowUse UTF-32LE instead of UTF32LE
2009-09-30 Ben.Lippmeier... 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... 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-09-11 Ian LynaghBump base version to 4.2.0.0
2009-08-30 Simon MarlowAddress #3310
2009-08-30 Ben.Lippmeier... 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 Matthias KilianAllow for configurable iconv include and library locations.
2009-08-26 Simon Marlowtypo in comment
2009-08-25 Simon Marlowun-hide some modules from the Haddock docs
2009-08-19 Simon MarlowApply fix for #1548, from squadette@gmail.com
2009-08-12 Ashley Yakeleyimprovements to Data.Fixed: instances for Typeable...
2009-08-11 Ian LynaghFix "Cabal check" warnings
2009-08-09 Ian LynaghAdd a GHC.Constants module; fixes trac #3094
2009-08-09 Ian LynaghApply proposal #3393
2009-08-07 Ian LynaghAdd some more C wrappers; patch from Krister Walfridsson
2009-08-05 Alexander DunlapFixing configure for autoconf 2.64
2009-08-06 Ross Patersonadd INLINE toList
2009-08-05 Simon Marlowfix a copyright
2009-08-05 Simon MarlowTweak the BufferedIO class to enable a memory-mapped...
2009-08-04 Ian LynaghDeprecate Control.OldException
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-21 Ian LynaghUse shift[LR]Integer in the Bits Integer instance
2009-07-21 Ian Lynaghdepend directly on integer-gmp, rather than indirecting...
2009-07-22 Simon MarlowMove the instances of Functor and Monad IO to GHC.Base...
2009-07-21 Simon Marlowmove "instance Exception Dynamic" so it isn't an orphan
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 Marlowremove unused warning
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 LynaghUse throwErrnoIfMinus1_ when calling getrusage
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 LynaghMinor SampleVar refactoring
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 in System.Posix...
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-06 Ian LynaghRemove some cruft from Data.HashTable
2009-07-06 simonpj@microsoft.comAdd 'eof' to Text.ParserCombinators.ReadP
2009-07-05 Ian LynaghDon't export CLDouble for GHC; fixes trac #2793
2009-07-02 Simon Marlowa byte between 0x80 and 0xBF is illegal immediately...
2009-06-30 Simon Marlowavoid a warning
2009-06-29 Matthias KilianAdd a wrapper for libiconv.
2009-06-29 Simon Marlow#include <sys/times.h> if we have it (should fix build...
2009-06-26 Simon Marlowset binary mode for existing FDs on Windows (fixes...
2009-06-25 Simon MarlowMove directory-related stuff to the unix package
2009-06-25 Simon Marlowfix the windows build even more 2009-06-25
2009-06-25 Simon Marlownot having iconv is not fatal on Windows
2009-06-25 Simon Marlowfix build failure on Windows
2009-06-24 Ian LynaghFix iconv detection on OpenBSD
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-22 Simon MarlowMake this file independent of HsBase.h, use HsBaseConfi...
2009-06-18 Simon MarlowWindows: Unicode openFile and stat functions
2009-06-18 Simon MarlowAdd a comment to remind us that memcpy_src_off is used...
2009-06-20 Ian LynaghUnconditionally make a (Show Ptr) instance
2009-06-15 Ian LynaghRemove AC_C_CONST
next