untabify
[ghc-base.git] / GHC /
2008-02-03 Ian Lynaghdeforestation rules for enumFromThenTo; based on a...
2008-01-24 Simon MarlowFIX #1936: hGetBufNonBlocking was blocking on stdin...
2008-01-20 Ian LynaghExport topHandler, topHandlerFastExit from GHC.TopHandler
2008-01-20 Ross Patersonhaddock attributes for haddock-2.0
2008-01-09 simonpj@microsoft.comFix comment on GHC.Ptr.minusPtr
2008-01-04 simonpj@microsoft.comRemove redundant imports of GHC.Err
2007-12-20 simonpj@microsoft.comAdd groupWith, sortWith, the, to support generalised...
2007-12-05 Simon Marlowdocs: describe the changes to forkIO, and document...
2007-12-05 Roman LeshchinskiyAdd singletonP to GHC.PArr
2007-12-04 Simon Marlowprotect console handler against concurrent access ...
2007-12-04 Simon Marlowprotect against concurrent access to the signal handler...
2007-11-30 Simon Marlowrestore fdToHandle' to avoid breaking clients (#1109)
2007-11-26 Ian LynaghFix some links in haddock docs
2007-11-26 Ian LynaghEscape some special characters in haddock docs
2007-11-22 Simon MarlowFIX #1753
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-11-16 Simon Marlowfix comment
2007-11-10 Ian LynaghFix ` characters in elem's haddock docs
2007-11-02 Simon MarlowAdd module of special magic GHC desugaring helper functions
2007-10-29 Simon MarlowFix performance regression: re-instate -funbox-strict...
2007-10-09 Simon Marlowexpose the value of +RTS -N as GHC.Conc.numCapabilities...
2007-09-17 Simon Marlowtypo
2007-09-04 Ian LynaghRemove some incorrect rules; fixes #1658: CSE [of Doubl...
2007-08-10 Ian LynaghMake arrays safer (e.g. trac #1046)
2007-08-23 Simon MarlowFIX #1282: 64-bit unchecked shifts are not exported...
2007-07-25 Simon MarlowHandle buffers should be allocated with newPinnedByteAr...
2007-07-22 Ian LynaghMove open(Binary)TempFile to System.IO
2007-07-21 Ian LynaghRename openFd to fdToHandle'
2007-07-19 Simon Marlowin hClose, free the handle buffer by replacing it with...
2007-07-17 Ian LynaghImplement GHC.Environment.getFullArgs
2007-06-28 Simon Marlowfix bug in writes to blocking FDs in the non-threaded RTS
2007-06-14 Simon MarlowFIX hGetBuf001: cut-and-pasto in readRawBufferNoBlock
2007-05-23 Ian LynaghFix comment: maperrno is in Win32Utils.c, not runProcess.c
2007-05-19 Ian LynaghSplit off directory, random and old-time packages
2007-05-15 Simon MarlowWhen doing safe writes, handle EAGAIN rather than raisi...
2007-05-08 Malcolm.Wallace... further clarify the docs for 'evaluate'
2007-05-08 Simon Marlowimprove documentation for evaluate
2007-05-07 Simon MarlowFIX: #724 (tee complains if used in a process started...
2007-04-26 Simon Marlowthe "unknown" types are no longer required
2007-05-03 simonpj@microsoftTrim imports, remove a cycle
2007-02-21 simonpj@microsoftRemove Splittable class (a vestige of linear implicit...
2007-02-21 simonpj@microsoftAdd IsString to exports of GHC.Exts
2007-04-12 Ian LynaghRemove unnecesary SOURCE import of GHC.Err in GHC.Pack
2007-03-08 Ian Lynaghmake Setup and base.cabal suitable for building the...
2007-04-04 Ian LynaghDon't use Fd/FD in foreign decls
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-04-03 Ian LynaghFix type mismatches between foreign imports and HsBase.h
2007-04-02 Manuel M T ChakravartyFunction crossMapP for fixing desugaring of comprehensions
2007-03-29 Ian LynaghFix the type of wgencat
2007-03-27 Simon Marlowfix strictness of foldr/build rule for take, see #1219
2007-03-07 Simon Marlowfix race condition in prodServiceThread
2007-03-06 Simon MarlowPrevent duplication of unsafePerformIO on a multiprocessor
2007-03-05 Manuel M T ChakravartyPArr: fixed permutations
2007-01-30 Ian LynaghAdd Data.String, containing IsString(fromString); trac...
2007-03-02 Manuel M T ChakravartyGHC.PArr: add bounds checking
2007-02-22 Manuel M T ChakravartyFixed PArr.dropP
2007-02-20 Ian LynaghKeep the same FD in both halves of a duplex handle...
2007-02-20 Ian LynaghRemove more redundant FD conversions
2007-02-20 Ian LynaghFix FD changes on Windows
2007-02-19 Ian LynaghConsistently use CInt rather than Int for FDs
2007-02-09 Ian LynaghThe Windows counterpart to 'wrapround of thread delays'
2007-01-29 Neil Davieswrapround of thread delays
2007-02-06 Ian LynaghWhitespace changes only
2007-02-06 Ian LynaghAdd some type sigs
2006-07-29 Ian LynaghEliminate some warnings
2006-12-21 lennart@augustsson.netAdd IsString class for overloaded string literals.
2006-12-04 Andriy PalamarchukAdded examples, more detailed documentation to Data...
2007-01-17 Simon Marlowfix threadDelay
2007-01-15 Ian LynaghFix crash with (minBound :: Int*) `div (-1) as...
2006-11-08 Pepe IborraAdded Unknowns for higher kinds
2006-08-13 Pepe IborraImproved the Show instance for Unknown
2006-08-01 mnislaih@gmail.comShow instance for GHC.Base.Unknown
2006-07-25 mnislaih@gmail.comIntroduce Unknowns for the closure viewer. Add breakpoi...
2006-12-01 Alec BerrymanFix missing comma in Fractional documentation
2006-12-11 simonpj@microsoftMention that throwTo does not guarantee promptness...
2006-12-11 simonpj@microsoftAdd note about synhronous delivery of throwTo
2006-12-05 Simon Marlowdocumentation for installHandler
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows
2006-12-01 Simon Marlowderiving (Eq, Ord, Enum, Show, Read, Typeab) for Consol...
2006-11-28 Ian LynaghMake sure the threaded threadDelay sleeps at least...
2006-11-24 simonpj@microsoft.comMove instance of Show Ptr to Ptr.hs (fewer orphans)
2006-11-24 simonpj@microsoft.comAdd type signatures
2006-11-15 Ian LynaghUpdate comments on Prelude organisation in GHC/Base.lhs
2006-11-11 Ian LynaghFix broken pragmas; spotted by Bulat Ziganshin
2006-11-07 Simon MarlowUpdate documentation for hWaitForInput
2006-10-12 Samuel BronsonUse unchecked shifts to implement Data.Bits.rotate
2006-10-07 tharris@microsoft.comSTM invariants
2006-10-09 Samuel BronsonInline shift in GHC's Bits instances for {Int,Word...
2006-09-17 brianlsmith@gmail.comFix syntax error that prevents building Haddock documen...
2006-09-27 Simon Marlowmake hGetBufNonBlocking do something on Windows w/...
2006-09-10 Ross Patersondoc tweaks, including more precise equations for evaluate
2006-09-04 Ross PatersonTypeable1 instances for STM and TVar
2006-09-01 Simon Marlowfix hDuplicateTo on Windows
2006-05-08 simonpj@microsoftMake length a good consumer
2006-08-21 Simon Marlowgenerate Haddock docs on all platforms
2006-08-11 sven.panne@aedion.deWarning police: Make some prototypes from the RTS known
2006-08-11 sven.panne@aedion.deWarning police: Removed useless catch-all clause
2006-07-21 Simon MarlowFix unsafeIndex for large ranges
2006-07-14 simonpj@microsoftImprove documentation of atomically
2006-07-08 LemmihbreakpointCond
next