Add tests from testsuite/tests/h98
[ghc-base.git] / GHC /
2011-05-18 Max BolingbrokeChange to the 0xEF80..0xEFFF private-use range for...
2011-05-18 Max BolingbrokeUse Unicode private-use characters for roundtripping
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-05-10 Simon Marlowdisable incorrect RULEs for Floats (#5178)
2011-04-30 Ian LynaghAdd a note about the definition of quot etc
2011-04-30 Bas van DijkAdd GHC.Event.getSystemEventManager :: IO (Maybe EventM...
2011-04-30 Denys RtveliashviliPerformance improvement for division: got rid of an...
2011-04-24 Ian LynaghFor GHC, implement the Typeable.hs macros using standal...
2011-04-22 Ian LynaghFix build on 64bit machines
2011-04-22 Ian LynaghPart of #5122 "Faster conversion between Rational and...
2011-04-15 Simon MarlowImprove docs for GHC.IO.FD.openFile
2011-04-07 Bas van DijkRemoved Show instance for IOCallback and FdData The...
2011-04-04 Max BolingbrokeDocument invariants on mkText{Decoder,Encoder}
2011-04-03 Max BolingbrokeChange some uses of CString functions to CAString instead
2011-04-03 Max BolingbrokeFix handling of suffixes for GNU iconv
2011-04-03 Max BolingbrokeChange debug prints in readTextDevice' to refer to...
2011-03-30 Simon MarlowExport the affinity API from Control.Concurrent: forkOn...
2011-03-03 Bas van DijkDeprecate Control.Exception.blocked in favour of getMas...
2011-03-29 Simon Marlowfix Haddock error
2011-03-29 Simon Marlowadd forkIOWithUnmask, forkOnIOWithUnmask; deprecate...
2011-03-29 Simon MarlowAdd GHC.IO.Handle.FD.openFileBlocking (#4248)
2011-03-23 Ian LynaghWork around a limitation in the hsc2hs cross-compilatio...
2011-03-21 Ian LynaghRename System.Event to GHC.Event
2011-03-09 Ian LynaghFix warning
2010-10-18 Daniel FischerFIX #2271
2011-03-01 Simon Marlowadd threadCapability :: ThreadId -> IO (Int,Bool)
2010-12-22 Simon Marlowfollow changes to threadStatus#, and update stat values
2011-02-18 Manuel M T ChakravartyRemove most of GHC.PArr
2011-02-19 Ian LynaghRoll back generics changes in the HEAD repos
2010-10-14 jpm@cs.uu.nlDo not export GHC.Generics from GHC.Base
2010-12-22 Simon Marlowadd getNumCapabilities :: IO Int
2011-01-31 Simon Marlowadd missing extensions for Windows
2011-01-31 Simon Marlowadd NoImplicitPrelude (fix Windows build failure)
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2011-01-21 Simon Marlowfix silly mistake in hGetBufSome (#4895)
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-06 Bryan O'SullivanDrop closeFd from Control.Concurrent, rename to closeFdWith
2010-11-26 Bryan O'SullivanFix #4514 - IO manager deadlock
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-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-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-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)
next