ghc-hetmet.git
2006-09-12 audreyt@audreyt.orgTake away XXXs in GADT records related code that are...
2006-09-11 Ian LynaghFix ~2000 second profiling time wrapping bug
2006-09-12 simonpj@microsoft.comAdd postfix ops to the release notes
2006-09-11 simonpj@microsoft.comDocument postfix operators
2006-09-11 simonpj@microsoft.comSimplify desugaring of left sections
2006-09-11 simonpj@microsoft.comAdd comment
2006-09-10 Ian LynaghFix warnings traceBegin/traceEnd implicitly declared
2006-09-10 Ian LynaghFix linking to expf on Windows
2006-09-10 Ross Patersonadapt stylesheet to example-contents class used by...
2006-09-09 Ian Lynagh8 byte align data. Fixes SIBGUSs on HPPA/Linux.
2006-09-08 Ian LynaghWe now need alex >= 2.0.1
2006-09-09 sof@galois.comremove generated files in a 'finally' manner
2006-09-08 simonpj@microsoft.comCatch errors in pattern matching for unboxed tuples
2006-09-08 Ian LynaghTypo, spotted by Bulat Ziganshin
2006-09-08 Ian LynaghRelease note tweaks suggested by Bulat Ziganshin
2006-09-07 Ian LynaghDoc fix: generic classes are no longer broken
2006-09-07 bringert@cs... Fixed typo in users guide section about lexically scope...
2006-09-07 Ian LynaghIf we get an unknown or unimplemented opcode, say what...
2006-09-07 Ross Patersonremove __HUGS__ #if's (Hugs uses the standalone version)
2006-09-07 Simon MarlowRemove the -optP-P from .raw-hs generation
2006-09-07 simonpj@microsoft.comFix the handling of names in declaration brackets
2006-09-07 Simon Marlowurk, the dependencies added in the last commit don...
2006-09-07 Ian LynaghRemove trailing CRs with sed rather than relying on...
2006-09-07 simonpj@microsoft.comDocumentation for impredicative polymorphism
2006-09-07 simonpj@microsoft.comComments only
2006-09-07 simonpj@microsoft.comRemove result type signatures from documentation
2006-09-07 simonpj@microsoft.comFix bug in error message
2006-09-07 simonpj@microsoft.comResult type signatures are no longer supported (partial)
2006-09-07 Simon MarlowAdd dependencies on .h files #included into Haskell...
2006-09-07 Simon MarlowRemove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
2006-09-07 Simon Marlowdocument -V in the +RTS --help outpout
2006-09-06 simonpj@microsoft.comPattern-match warning police
2006-09-06 simonpj@microsoft.comImprove error reporting for SigTvs, and add comments
2006-09-06 simonpj@microsoft.comCheck that top-level binders are unqualified names
2006-09-06 Ian LynaghDon't fail on missing happy/alex if we don't need them
2006-09-06 simonpj@microsoft.comMake record selection look cheap
2006-09-06 simonpj@microsoft.comDocumentation for lexically-scoped type variables
2006-09-06 Ian LynaghFix the Windows "VirtualAlloc MEM_COMMIT failed" bug
2006-09-06 Simon MarlowNow in the wiki
2006-09-06 Simon Marlow-threaded and -prof do not currently work together
2006-09-05 Duncan CouttsCorrect the Cabal version number and remove features.
2006-09-05 Ian LynaghStrip trailing CRs when comparing output for nofib...
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-09-05 simonpj@microsoft.comFix dependency analysis (notably bindInstsOfLocalFuns...
2006-09-05 simonpj@microsoft.comAdd note about overlapping instances
2006-09-05 simonpj@microsoft.comRecord that TH doesn't support pattern types signature
2006-09-04 Ian LynaghFix typos.
2006-09-04 simonpj@microsoft.comRefactoring for derived Read
2006-09-04 simonpj@microsoft.comEnable bang-patterns only when the flag says so (had...
2006-09-04 simonpj@microsoft.comImprove pretty-printing for HsExpr
2006-09-04 simonpj@microsoft.comRemove linear implicit parameters, and document in...
2006-09-04 simonpj@microsoft.comRelease notes should mention better newtype-deriving
2006-09-04 simonpj@microsoft.comDocumentation for bang patterns, and other improvements
2006-09-03 Ian LynaghAdd a hint on tab completion
2006-09-03 Ian LynaghAdd :main docs to ghci commands page
2006-09-03 Ian LynaghAmbiguities are now allowed in ghci command names
2006-09-03 Ian LynaghMore output updates
2006-09-03 Ian LynaghAdd docs for :main
2006-09-03 Ian LynaghMore doc output fixes
2006-09-03 Ian LynaghUpdate ghci output in docs
2006-09-03 Ian LynaghFix typo
2006-09-03 Ian LynaghUpdate ghci output in docs
2006-09-03 Ian LynaghRemove a tab causing ghci's :? alignment to go wrong
2006-08-31 Esa Ilari VuokkoDon't lose linked list tail
2006-08-30 Esa Ilari VuokkoFix Windows MBlock alloctor bookkeeping bug
2006-09-01 simonpj@microsoft.com-fglasgow-exts no longer implies -fbang-patterns
2006-09-01 Ian LynaghFix error in release notes, spotted by Esa Ilari Vuokko
2006-09-01 Ian LynaghRemove changes in packages we don't build
2006-08-29 Ian LynaghDon't enable SMP if we are unregisterised
2006-08-31 simonpj@microsoft.comAdd a pointer to the fundeps paper
2006-08-31 Simon Marlowfree the task *after* calling closeCond and closeMutex
2006-08-31 Simon Marlowadd missing ghc_ge_605
2006-08-31 Simon Marlowdon't closeMutex() the Capability lock
2006-08-30 Simon Marlowfix Unix build
2006-08-30 Simon Marlowadd sysErrorBelch() for reporting system call errors
2006-08-30 Simon Marlowcall ShutdownIOManager() before closing handles
2006-08-30 Simon MarlowWindows: make some soft failures into fatal errors
2006-08-30 Simon MarlowMAYBE_GC: initialise HpAlloc
2006-08-30 Simon MarlowFILL_SLOP: don't fill slop for BLACKHOLE/CAF_BLACKHOLE
2006-08-29 Simon Marlowoops, got the sense of the error case wrong
2006-08-29 Simon Marlowfix some rerrors in the worker counting
2006-08-29 Simon Marlowadd missing case for BlockedOnDoProc
2006-08-29 Simon Marlowomit HGL on Windows
2006-08-29 Simon MarlowDon't trust "ln -sf" to do the right thing (it doesn...
2006-08-29 Simon Marlowdon't include HaXml, Japi and monads in a GHC checkout
2006-08-29 Simon Marlowdon't include .depend (attempt to fix Windows stage2...
2006-08-25 Ian LynaghAdd mipsel case to configure.ac
2006-08-25 Ross Patersonincremented versions of arrows and X11
2006-08-25 Ross Patersonomit Control.Sequential.STM
2006-08-25 Simon Marlowvarious minor tweaks, and rearrange to put "important...
2006-08-25 Simon Marlowmention -fno-mono-pat-binds, since this is a diversion...
2006-08-25 Simon MarlowDocument SMP support
2006-08-25 Simon MarlowLoad the target of a dynamic foreign call into a temporary
2006-08-25 Simon MarlowSparc supports SMP too
2006-08-25 Ian LynaghFix rewriting of Control.Exception.Assert; fixes 875
2006-08-25 Ian LynaghAdd the regex reshuffle to the release notes
2006-08-25 Ian Lynaghparsec is now a core library
2006-08-25 Roman LeshchinskiyAdd a default case to pprDynamicLinkerAsmLabel
2006-08-25 Roman LeshchinskiyReserve a register for REG_Base on the Sparc
2006-08-25 Roman LeshchinskiyAdd atomic SMP primitives for the Sparc
next