ghc-base.git
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
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-04-01 Malcolm.Wallace... be sure to install Nhc98BaseConfig.h
2009-03-30 Ian LynaghAvoid unnecessarily using Integer when decoding Floats
2009-03-27 Ian LynaghAdd another Data.List.intersect example from Christian...
2009-03-24 Ian LynaghRemove some redundant fromInteger's
2009-03-22 Ian LynaghAdd an import needed in the new build system
2009-03-16 Malcolm.Wallace... ghcconfig.h is __GLASGOW_HASKELL__ only
2009-03-16 Malcolm.Wallace... Fix layout to comply with H'98.
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-07 Ian LynaghAdd config.guess, config.sub and install-sh
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-07 naur@post11... Rules to make genericLength strict for Int/Integer...
2009-02-12 Jose Pedro... #2759: Amend previous patch
2009-02-20 Ian Lynaghifdef out the definition of setCloseOnExec on Windows...
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-02-05 Simon Marlowadd some rules of thumb for catching exceptions, restru...
2009-02-06 Malcolm.Wallace... implement System.IO.Error more fully for nhc98
2009-02-06 Malcolm.Wallace... Make System.Posix.Internals buildable by nhc98.
2009-02-03 Ross PatersonFix #2903: ensure CWStringLen contains the length of...
2009-02-02 Ian LynaghOldException catches unknown exceptions as DynException
2009-01-31 Ian LynaghUpdate the Exception docs
2009-01-22 Ian LynaghRequire Cabal version >= 1.6
2009-01-21 Ian LynaghAdd "bug-reports" and "source-repository" info to the...
2009-01-16 Jose Pedro... Proposal #2875: remove StringRep and StringConstr
2009-01-16 Jose Pedro... Fix #2759: add mkRealConstr and mkIntegralConstr, depre...
2008-12-11 Jose Pedro... Correct SYB's representation of Char
2009-01-18 Ross Patersonavoid `mappend` in monoid laws, because it doesn't...
2009-01-14 Ian LynaghMake Data.Typeable imports and exports more explicit
2009-01-16 Ross Patersonadd Monoid laws
2009-01-16 Malcolm.Wallace... Unbreak an import cycle caused by moving 'catch' defini...
2009-01-15 Ross Patersonmake the Monoid docs more self-contained
2009-01-14 Ian LynaghMove some catch definitions around to avoid an import...
2009-01-14 Ian LynaghAdd NoImplicitPrelude to the extensions used when build...
2009-01-14 Simon Marlow#2699: exit silently for EPIPE on stdout
2009-01-05 Ian LynaghFix build when we have HTYPE_TCFLAG_T
2009-01-05 Ian LynaghFix the build on Windows
2009-01-04 Ian LynaghAdd errno to the IOError type
2009-01-04 Ian LynaghFix typo (reqwests -> requests); trac #2908, spotted...
2009-01-02 simonpj@microsoft.comMore compact error messages for record selectors
2008-12-17 Simon Marlowextra dependencies for the new build system
2008-12-17 Simon Marlowwarning fix: don't use -XPatternSignatures in GHC ...
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-10 Ivan TomacFIX #1364: added support for C finalizers that run...
2008-11-21 Jose Pedro... Fix #2760: deprecate mkNorepType, add mkNoRepType
2008-12-05 simonpj@microsoft.comUpdate INLINE pragmas for new INLINE story
2008-12-01 Jose Pedro... Fix #2750: change Prelude.(,) to Prelude.(,,)
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...
2008-11-20 Simon Marlowre-instate the gcd/Integer and lcm/Integer RULES
2008-11-16 Ian LynaghChange an "undefined" into a more informative error...
2008-11-11 jpm@cs.uu.nlupdating Haddock documentation
next