Adjust behaviour of gcd
[ghc-base.git] / GHC /
2011-06-20 Daniel FischerAdjust behaviour of gcd
2011-06-20 William KnopUse CSUSeconds in getCPUTime and getCurrentTime. Fixes...
2011-06-20 Simon Peyton JonesMake 'forever' inlinable (fixes Trac #5205)
2011-06-02 Adam Megaczadd GArrowSTKCL for flattening of fixpoints
2011-06-02 Adam MegaczArrow.hs: fix loopl/loopr transposition
2011-05-31 Adam Megaczadd GArrowKappa
2011-05-31 Adam Megaczfix type mistake in CodeTypes.hs
2011-05-31 Adam Megaczenable argument types in pga_{un}flatten
2011-05-31 Adam Megaczadd GArrowTensor, GArrowUnit, and GArrowExponent which...
2011-05-31 Adam Megaczadd hetmet_unflatten
2011-05-31 Adam Megaczadd support for hetmet_flatten casting variable
2011-05-31 Adam Megaczupdate GHC.HetMet.CodeTypes using *->*->* as the kind...
2011-05-31 Adam MegaczPrivate.hs: make datacon name different from tycon...
2011-05-31 Adam Megaczadd experimental GArrowKappa
2011-05-31 Adam Megaczadd first draft of GHC.HetMet.Private
2011-05-31 Adam Megaczadd experimental GArrowStatic
2011-05-31 Adam Megaczrephrase GArrow{Sum,Prod} to make instance inference...
2011-05-31 Adam Megaczadd more fundeps for GArrow clases, remove -XFlexibleIn...
2011-05-31 Adam Megaczadd GArrowSTKC, GArrowPCF
2011-05-31 Adam Megaczadd ga_inl, ga_inr
2011-05-31 Adam Megaczre-order type arguments to GArrowProd
2011-05-31 Adam Megaczadd Arrow=>GArrowProd instance
2011-05-31 Adam Megaczadd ArrowChoice=>GArrowSum instance
2011-05-31 Adam Megaczfix incorrect type on GArrowCurry
2011-05-31 Adam Megaczfinal revision to GArrow classes
2011-05-31 Adam Megaczadjust some of the names in GHC.HetMet.GArrow
2011-05-31 Adam Megaczmove the (Arrow a)=>(GArrow a (,)) instance to a separa...
2011-05-31 Adam Megaczremove unnecessary testing definition from CodeTypes.hs
2011-05-31 Adam Megaczmake Control.Category a superclass of GArrow
2011-05-31 Adam Megaczadd Control.Category instance for GArrow
2011-05-31 Adam Megaczadd GArrow instance for Control.Arrow
2011-05-31 Adam Megaczimprove comments in GHC.HetMet.GArrow
2011-05-31 Adam Megaczmigrate HetMet base changes to git repo
2011-05-26 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-05-24 Ian LynaghRemove datatype contexts from base
2011-05-24 Simon Marlowadd final newline
2011-05-24 Simon Marlowdocument the behaviour of throwTo to the current thread...
2011-05-24 Simon MarlowAdd System.IO.char8, the encoding used by openBinaryFile,
2011-05-20 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/packages...
2011-05-19 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
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-17 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/packages...
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/packages...
2011-05-10 Simon Marlowdisable incorrect RULEs for Floats (#5178)
2011-05-03 Jose Pedro MagalhaesMove Eq and Ord for Int from GHC.Base to GHC.Classes...
2011-05-03 Jose Pedro MagalhaesMoved the CString functions to GHC.CString in ghc-prim...
2011-05-02 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/packages...
2011-05-02 Jose Pedro MagalhaesComment the generics stuff instances in GHC.Int, for...
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-29 Jose Pedro MagalhaesAdd instances for basic types of the new generic derivi...
2011-04-27 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/packages...
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-12 simonpjInitial commit for Pedro's generic-default mechanism
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
next