Adjust behaviour of gcd
[ghc-base.git] / GHC /
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-17 dimitris@microsoft.comFixing uses of fromIntegral for Windows
2010-11-16 simonpj@microsoft.comRemove unnecessary fromIntegral calls
2010-11-13 Ian LynaghAdd some comments to the generated Table.hs
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use bang...
2010-10-31 Ian LynaghRemove redundant import
2010-10-31 Ian LynaghRe-gen GHC/IO/Encoding/CodePage/Table.hs
2010-10-27 simonpj@microsoft.comAdd an INLINE pragma on fromInteger on Int
2010-10-27 Simon MarlowhGetBuf: fix a case of a short read being returned...
2010-10-25 simonpj@microsoft.comAdd showMultiLineString to GHC.Show
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 #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-08-16 ghc@cainnorris.netFIX #4228 (atanh (-1) returns NaN instead of -Infinity)
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-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 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 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-07 Edward Z. YangMore accurate isatty test for MinGW.
2010-08-15 simonpj@microsoft.comAdd a missing castPtr (only shows up in -DDEBUG)
2010-08-10 Simon MarlowIntegrated new I/O manager
2010-07-20 Simon Marlowadd numSparks :: IO Int (#4167)
2010-07-14 Simon Marlowdoc formatting fix
2010-07-14 Simon Marlownote shortcutting behaviour of any/all/elem
2010-07-07 simonpj@microsoft.comPartial fix for Trac #4136
2010-07-11 Simon HengelFix typo in documentation
2010-07-08 Simon Marlow New asynchronous exception control API (base parts)
2010-07-02 Simon MarlowFix a few places where we forgot to close the text...
2010-07-01 Simon Marlowdocs: unqualify Prelude.IO
2010-07-01 Simon Marlowunqualify Float and Double
2010-07-01 Simon Marlowdoc typo
2010-07-01 Simon Marlowdoc typo
2010-07-01 Simon MarlowHaddock hacks to fix whitespace consistency
2010-07-01 Simon Marlowdoc wibble: remove confusing mention of "Prelude"
2010-07-01 Simon Marlowdoc wibble: nonstrict -> non-strict
2010-06-29 Simon Marlowmove the doc for 'Char' to its new home in ghc-prim...
2010-06-29 Simon Marlowdoc wibble
2010-06-29 Simon Marlowdoc updates in System.IO
2010-06-25 Simon Marlowdoc wibble
2010-06-25 Ian LynaghFix haddock formatting
2010-06-24 Simon Marlowfix docs for isSpace
2010-06-24 Simon Marlowmake the hGetBuf/hPutBuf family work with non-FD Handle...
2010-06-22 Simon Marlownit in docs for accumArray
2010-06-22 Simon Marlowadd doc for the ExitCode type
2010-06-22 Simon Marlowremove extraneous info from docs for Array
2010-05-19 pho@cielonegro.orgUse libcharset instead of nl_langinfo(CODESET) if possible.
2010-06-15 Simon MarlowAdd a note about the interruptibility of throwTo.
2010-06-15 Simon Marlowdocs: note that hGetBufNonBlocking isn't non-blocking...
2010-05-16 Bas van DijkMoved MonadPlus instance for STM from Control.Monad...
2010-05-17 Simon MarlowhWaitForInput: don't try to read from the device (...
2010-05-14 Simon MarlowhSetEncoding: change the encoding on both read and...
2010-04-23 Adam VogtCorrect haddock formatting.
2010-05-05 Simon MarlowFix for hGetBufSome
2010-05-05 Simon Marlowimprove the documentation for throwTo and killThread...
2010-05-05 Simon Marlowelaborate the docs for unsafePerformIO a bit
2010-05-04 Simon MarlowAdd hGetBufSome, like hGetBuf but can return short...
2010-04-21 Simon Marlowraise asynchronous exceptions asynchronously (#3997)
2010-04-21 Simon Marlowadd NOINLINE pragmas for stdin/stdout/stderr
2010-04-13 Ian LynaghFix bitrot in IO debugging code
2010-04-13 Ian LynaghTiny code tidy-up
2010-03-25 Simon Marlowremove old/wrong comment
2010-03-30 Simon Marlowfix the deprecation message (GHC.IO.Handle.Base ->...
2010-03-12 Ian LynaghTweak docs
2010-03-08 Bas van DijkFixed dead links in documentation of forkIO
2010-03-01 Bas van DijkDocumentation fixes in Control.Exception
2010-02-25 Simon MarlowPlug two race conditions that could lead to deadlocks...
2010-02-23 Simon MarlowUNDO: Handle NaN, -Infinity and Infinity in the toRatio...
2010-02-21 Ian LynaghPut the complexity in the length docs. Fixes trac ...
2010-02-11 Simon MarlowHandle NaN, -Infinity and Infinity in the toRational...
2010-01-12 Simon MarlowhIsEOF: don't do any decoding (#3808)
2009-12-18 simonpj@microsoft.comAdd comments about double bounds-checking, and fast...
2009-12-16 simonpj@microsoft.comMark 'index' as INLINE in GHC.Arr
2009-12-06 Ian LynaghComment the remaining orphan instance modules
2009-12-05 Ian LynaghDe-orphan Eq/Ord Float/Double
2009-12-05 Ian LynaghAdd comments to "OPTIONS_GHC -fno-warn-orphans" pragmas
2009-11-25 Simon Marlowcheck for size < 0 in mallocForeignPtrBytes and friends...
2009-11-25 Simon MarlowhGetContents: close the handle properly on error
2009-11-26 Roman LeshchinskiyFix arities of mapFB and zipFB
next