ghc-base.git
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
2009-06-15 Ian LynaghRemove old Integer prototypes
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-15 Ian LynaghFix warnings in configure script
2009-06-15 Ian LynaghFix warnings in C programs generated by configure;...
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 Ian LynaghAdd iconv as an extra library on platform that need...
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-05 Malcolm.Wallace... nhc98 must build dirUtils.c as well.
2009-06-02 Ian LynaghRemove unnecessary parens
2009-05-29 Simon MarlowFix validate (on Windows)
2009-05-29 simonpj@microsoft.comMake two type defaults explicit
2009-05-28 Simon MarlowFix #3257: document that exitWith in a forkIO'd thread...
2009-05-24 Ian LynaghIncrease the version number to that in the 6.10 branch
2009-05-23 Ian LynaghFix warnings
2009-05-23 Ian LynaghDocument that the initial quantity for QSem and QSemN...
2009-05-20 Simon Marlowadd _O_NOINHERIT when opening files on Windows (see...
2009-05-20 Simon Marlowremove msvcrt and kernel32 from extra-libraries
2009-05-20 Ian LynaghAdd wrappers around fcntl
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-10 Ian LynaghFix QSem and QSemN: Initial amount must be non-negative
next