ghc-hetmet.git
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
2006-08-25 Roman LeshchinskiyMake sure GCC uses the Sparc V9 instruction set
2006-08-25 Simon MarlowshutdownCapability(): don't bail out after 50 iterations
2006-08-25 Simon Marlowadd dependency on regex-compat
2006-08-25 Simon Marlowmove parsec into $(GhcBootLibs); tidy up
2006-08-25 Simon MarlowMips registerised support
2006-08-25 Simon Marlowparsec is required to be a core package, genprimopcode...
2006-08-25 Simon MarlowFree Win32 Handles on shutdown
2006-08-25 Ian LynaghFix unregisterised builds, and building on non-x86...
2006-08-24 Ian LynaghRelease notes for GHC 6.6
2006-08-24 Simon MarlowUpdate for changes to packages
2006-08-24 Simon Marlowsomehow I lost the unix subdir; recover it
2006-08-24 Simon Marlowexpand the section on getting the source.
2006-08-24 Simon Marlowconfig in regex-posix too
2006-08-24 Simon Marlowmake all AC_CONFIG_SUBDIRS optional
2006-08-23 Esa Ilari VuokkoAdd dynCompileExpr
2006-08-24 Ian LynaghRemove duplicate documentation of -package flag
2006-08-24 Ian LynaghRemove a reference to -fglobalise-toplev-names that...
2006-08-23 Esa Ilari VuokkoAdd closeMutex and use it on clean up
2006-08-23 Esa Ilari VuokkoAdd shared Typeable support
2006-08-23 Esa Ilari VuokkoIgnore sections generated from .ident
2006-08-24 Simon Marlowupdate with respect to darcs-all changes
2006-08-24 Simon Marlowdivide packages into "core" and "extra" packages
2006-08-24 Simon MarlowSparc fix: work around gcc optimising away the reserved...
2006-08-24 Simon Marlowadd new regex packages
2006-08-23 Esa Ilari VuokkoClean up coding style
2006-08-23 Esa Ilari VuokkoUse stgMallc and stgFree instead of malloc/free
2006-08-21 Esa Ilari VuokkoRemove wrong VirtualAlloc MEM_DECOMMITs on cleanup
2006-08-13 Esa Ilari VuokkoRemove few format-warnings by adding casts
2006-08-13 Esa Ilari VuokkoRemove warning: Correct includes for mingw
2006-08-12 Esa Ilari VuokkoAdd few more guesses where to find bits of mingw-gcc
2006-08-23 Simon Marlowin the GHCi prompt, print ModuleNames not Modules
2006-08-23 Simon MarlowIn the Compiling/Skipping message, print ModuleNames...
2006-08-22 Ian LynaghFix typo
2006-08-22 Ian LynaghFix typo
next