ghc-base.git
2011-01-04 Malcolm.Wallace... Instances for ST not available in nhc98.
2011-01-03 Ross Patersonindentation tweaks (whitespace only)
2011-01-03 Ross Patersonindentation tweaks, re-order exports
2011-01-03 Ross PatersonAdd Applicative instances for ST monads (proposal ...
2010-12-21 Simon MarlowAlways use 8k buffers instead of BUFSIZ
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-12-13 Ian LynaghFix build on Windows
2010-12-13 Ian LynaghFix warnings
2010-12-06 Bryan O'SullivanUse onException for exception cleanup, and mask async...
2010-12-06 Bryan O'SullivanDrop closeFd from Control.Concurrent, rename to closeFdWith
2010-11-27 Bryan O'SullivanFix #4533 - unregister callbacks on exception, fixing...
2010-11-27 Bryan O'SullivanDrop System.Mem.Weak's dependency on Prelude
2010-11-26 Bryan O'SullivanFix #4514 - IO manager deadlock
2010-11-26 Bryan O'SullivanBump the version of base
2010-10-24 Daniel FischerCache for powers of 10
2010-10-24 Daniel FischerFix typo in floatToDigits
2010-10-24 Daniel FischerPerformance enchancement for floatToDigits
2010-10-24 Daniel FischerFIX #4383
2010-11-16 Ian LynaghAdd a Read instance for Data.Fixed.Fixed
2010-10-18 Bas van DijkAlso export lines, words, unlines and unwords from...
2010-10-18 Bas van DijkDo not export String from Data.Char
2010-10-18 Bas van DijkExport String from Data.String
2010-12-01 Simon Marlowextend the documentation about interruptible operations
2010-12-01 Simon Marlowfix a discarded exception in hClose
2010-11-30 Ben Lippmeier-XPArr is now -XParallelArrays
2010-12-01 Simon Marlowcheck for ClosedHandle in read/write operations on...
2010-11-26 Bryan O'SullivanFix typo
2010-11-25 Simon Marlowfix hTell behaviour with Unicode Handles
2010-11-25 Simon MarlowEncode immediately in hPutStr and hPutChar
2010-11-24 Simon MarlowDon't throw an error if the output buffer had no room
2010-11-24 Simon Marlowuse LANGUAGE instead of OPTIONS_GHC
2010-11-08 Simon Marlowdoc fix: don't refer to unblock.
2010-11-20 Ian LynaghRemove unused import on Windows
2010-11-20 Ian LynaghRemove an unnecessary fromIntegral
2010-11-20 Ian LynaghRemove a redundant fromIntegral
2010-11-17 simonpj@microsoft.comMake (^) and (^^) INLINABLE
2010-11-18 Ian LynaghTAG 2010-11-18
2010-11-17 simonpj@microsoft.comRemove redundant fromIntegral
2010-11-17 dimitris@microsoft.comFixing uses of fromIntegral for Windows
2010-10-14 Bas van DijkCatch exceptions in current thread and throw them to...
2010-10-14 Bas van DijkThere's no need to explicitly check for blocked status...
2010-10-14 Bas van DijkUse throwIO instead of throw in runInBoundThread and...
2010-11-16 simonpj@microsoft.comRemove unnecessary fromIntegral calls
2010-11-13 Ian LynaghAdd some comments to the generated Table.hs
2010-11-13 Ian LynaghSystem.Event.KQueue conditionally uses BangPatterns
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use bang...
2010-11-03 Johan TibellReimplement firstPowerOf2
2010-10-31 Ian LynaghRemove redundant import
2010-10-31 Ian LynaghRe-gen GHC/IO/Encoding/CodePage/Table.hs
2010-10-31 Ian LynaghAdd a Makefile for MakeTable, and remove GHC.Num genera...
2010-10-31 Ian LynaghFix whitespace in codepages/MakeTable.hs
2010-10-27 simonpj@microsoft.comAdd an INLINE pragma on fromInteger on Int
2010-10-27 simonpj@microsoft.comAdd an INLINE pragme for fmapDefault
2010-10-27 Simon MarlowhGetBuf: fix a case of a short read being returned...
2010-10-16 Bas van DijkRefer to 'mask' instead of 'block' in documentation...
2010-10-25 simonpj@microsoft.comAdd showMultiLineString to GHC.Show
2010-10-25 Malcolm.Wallace... CIntPtr, CUIntPtr, CIntMax, CUIntMax are new to nhc98.
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2010-10-19 Daniel FischerFIX #4335
2010-10-19 Daniel FischerFIX #4337
2010-10-21 Simon Marlowremove trailing whitespace
2010-10-21 Daniel FischerFIX #4336
2010-09-26 Bas van DijkAdd throwSTM :: Exception e => e -> STM a
2010-09-26 Bas van DijkGeneralize catchSTM
2010-10-20 Daniel FischerFIX #4334
2010-10-20 Daniel FischerFIX #1434
2010-10-18 simonpj@microsoft.comDefine SpecConstrAnnotation in GHC.Exts, and import...
2010-10-14 Simon MarlowthrowTo: mention interruptible foreign calls
2010-10-13 Simon Marlowremove trailing whitespace
2010-10-13 Simon MarlowFIX #4381
2010-09-24 Bas van DijkReplaced some throws to throwIOs where the type is IO
2010-10-05 Bas van DijkAdded initial .authorspellings
2010-10-02 Daniel FischerLazier intersperse
2010-08-16 ghc@cainnorris.netFIX #4228 (atanh (-1) returns NaN instead of -Infinity)
2010-09-30 Daniel FischerMake intersectBy lazier
2010-09-22 Simon Marlowdoc tweak for Directory file type: file names are ...
2010-09-15 Simon Marlowdocumentation for IODeviceType (#4317, edited by me)
2010-07-22 <unknown>Allow Data.HashTable construction with user-supplied...
2010-09-16 Simon Marlowsome fixes for hGetBufSome
2010-09-15 Simon MarlowWindows: map ERROR_NO_DATA to EPIPE, rather than EINVAL
2010-09-13 Simon Marlowtighten up parsing of numbers (#1579)
2010-09-14 simonpj@microsoft.comAdd absentError.
2010-09-14 simonpj@microsoft.comAdd missing import, fixes build on windows
2010-09-13 Simon MarlowAdd a suitable Show instance for TextEncoding (#4273)
2010-09-13 Simon Marlowdon't fill a finalized handle with an error (see comment)
2010-09-13 Simon Marlowderiving (Eq, Ord, Read, Show) for Newline and NewlineMode
2010-09-13 Simon Marlowfix warning on Windows
2010-09-13 simonpj@microsoft.comPut the state-token argument on fill, done, adjust...
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-09-09 Simon MarlowRemove debugging code accidentally left in
2010-09-08 Ian LynaghFix Windows build; patches frmo ezyang
2010-09-07 Edward Z. YangMore accurate isatty test for MinGW.
2010-09-04 Ian LynaghFix the build when HAVE_KQUEUE but not HAVE_KEVENT64
2010-08-30 benl@ouroborus.netFix warnings
2010-08-19 Ross Patersonfix cache variable name used by FP_SEARCH_LIBS_PROTO
2010-08-15 simonpj@microsoft.comAdd a missing castPtr (only shows up in -DDEBUG)
2010-08-13 Johan TibellFixed a rounding error in threadDelay
2010-08-12 Simon Marlowexport allocaBytesAligned; make allocaArray use the...
2010-07-05 Simon Marlowdeprecate unGetChan and isEmptyChan (see #4154)
next