ghc-hetmet.git
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
2006-08-22 Simon MarlowFastString and StringBuffer need -funbox-strict-fields too
2006-08-22 Simon Marlowminor fix to the clashing export error message
2006-08-22 Simon MarlowfindModule: add a fallthrough error case
2006-08-22 Simon Marlownotes about which versions of GHC can be used to bootstrap
2006-08-22 Simon Marlowdisable .ident generation on darwin_TARGET_OS
2006-08-22 Simon Marlowfix typo
2006-08-21 Simon Marlowfixes to PPC version of cas(), from David Kirkman ...
2006-08-21 Simon MarlowAlways use -funbox-strict-fields for Binary
2006-08-21 Simon Marlowdisable automagic building of GHCi in stage1
2006-08-21 Simon Marlowremove ancient file with incorrect information
2006-08-16 Martin Grabmuellernew option -a (append) for hasktags
2006-08-21 Simon Marlowugly hack to cause ghc_boot_platform.h to be built...
2006-08-21 Simon Marlowadd libraries/cgi and libraries/xhtml
2006-08-20 Esa Ilari Vuokko(temp) #814 - More flexible memory allocation in Windows
2006-08-21 Simon Marlowfix export/import list parsing (allow (,)), and remove...
2006-08-21 Simon Marlowcomply with Haskell 98 by not allowing extra commas...
2006-08-21 Ian LynaghMissing stage1's in hc-build
2006-08-19 Ross Patersonremove spurious commas in imports
2006-08-18 Ross Patersonwhitespace cleanup only
2006-08-18 sof@galois.comremove gcj libs from bin dist
2006-08-18 simonpj@microsoft.comI don't thing we want to add a call-context here; it...
2006-08-18 simonpj@microsoft.comAvoid duplicate "In type ..." in error messages
2006-08-18 simonpj@microsoft.comBetter pretty-printing for TvSubst
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-08-18 simonpj@microsoft.comFix typo (fst --> head) in docs on implicit parameters
2006-08-17 simonpj@microsoft.comOne last hs-boot update
2006-08-17 simonpj@microsoft.comMissing import for stage 2
2006-08-17 simonpj@microsoft.comOne more hs-boot file
2006-08-17 simonpj@microsoft.comRefactoring for valid rule checking
2006-08-17 simonpj@microsoft.comDo not CSE in INLINE and NOINLINE things
2006-08-17 simonpj@microsoft.comUpdate lhs-boot files
2006-08-16 simonpj@microsoft.comAdd ad-hoc typing checks for tagToEnum#
2006-08-16 simonpj@microsoft.comGet dead-ness right in knownCon
2006-08-16 simonpj@microsoft.comTuning for argToPat
2006-08-16 simonpj@microsoft.comRe-factor mkAtomicArgs and completeNonRecX
2006-08-16 simonpj@microsoft.comAnother try at the continuation-swapping stuff
2006-08-16 simonpj@microsoft.comDon't build unnecessary lets in knownCon
2006-08-16 simonpj@microsoft.comComments only
2006-08-16 simonpj@microsoft.comRefactoring, plus record recursive-function *components...
2006-08-16 simonpj@microsoft.comRecord constructor arg occs correctly (bug-fix)
2006-08-16 simonpj@microsoft.comDisable form-checking for rule LHSs
2006-08-15 simonpj@microsoft.comAllow class and instance decls in hs-boot files
2006-08-15 simonpj@microsoft.comReject derivable type classes with higher-rank methods
2006-08-15 simonpj@microsoft.comSpecConstr now specialises on constants and lambdas
2006-08-15 simonpj@microsoft.comFix two bugs in rule-matching
2006-08-15 simonpj@microsoft.comMoving list-length code from one place in the file...
2006-08-15 simonpj@microsoft.comMake UniqSM into a proper monad
2006-08-15 simonpj@microsoft.comTypo in patch that dealt with duplicating continuations...
2006-08-14 simonpj@microsoft.comBe more conservative about duplicating continuations
2006-08-14 simonpj@microsoft.comInline into tail-called constructor args
2006-08-14 simonpj@microsoft.comImprove exprIsCheap
2006-08-14 bringert@cs... Added xhtml and cgi as default libraries.
2006-08-14 simonpj@microsoft.comImprove error message in TcHsType
2006-08-11 sven.panne... Warning police: Removed overlapped pattern warnings
2006-08-11 simonpj@microsoft.comComplete -fmono-pat-binds patch
2006-08-11 sven.panne... Avoid warning about overlapped pattern for Linux target
2006-08-11 simonpj@microsoft.comImprove error message layouts
2006-08-11 simonpj@microsoft.comAdd type signature
2006-08-11 Simon MarlowImprove the "could not find module" error message
2006-08-11 Simon MarlowOn FreeBSD, use -lthr instead of -pthread for now ...
2006-08-11 simonpj@microsoft.comTwo more error message indendations
2006-08-11 simonpj@microsoft.comGo back to calling type veriables t
2006-08-11 simonpj@microsoft.comIndent an error message
2006-08-11 simonpj@microsoft.comImprove error message (imported from Prelude at Implici...
2006-08-11 Simon Marlowdon't qualify module name for importedSrcLoc
2006-08-11 Simon Marlowuse "Defined in" rather than "Imported from" when print...
2006-08-11 sven.panne... Now that we have an "html" package, put the Haddock...
2006-08-10 sven.panne... Nuked hschooks.h in favour of cutils.h, which has the...
2006-08-10 sven.panne... Match format strings and arguments for printf-like...
2006-08-10 sven.panne... Warning police: Make prototype for LDV_recordDead_FILL_...
2006-08-10 sven.panne... Warning police: Make strlen and friends known
2006-08-10 sven.panne... Tweak GCC's inlining parameters to get thread_obj inlined
2006-08-10 simonpj@microsoft.comAdd an IAmDead case to postInlineUnconditionally, and...
2006-08-10 simonpj@microsoft.comDo not repeatedly simplify an argument more than once
2006-08-10 simonpj@microsoft.comDo not call preInlineUnconditionally in simplNonRecX
2006-08-10 simonpj@microsoft.comMake postInlineUnconditaionally more conservative
2006-08-10 Simon MarlowControl.Exception.unblock wasn't unblocking exceptions
2006-08-10 Simon Marlowremove out of date comment
2006-08-10 Simon Marlowmove html before network, for now
2006-08-10 Simon Marlowadd html package
2006-08-10 simonpj@microsoft.comEgregious bug in tcLHsConResTy
2006-08-10 simonpj@microsoft.comComments about improvements to SpecConstr
2006-08-09 Esa Ilari VuokkoRemove HasBounds-instance and implement MArray.getBound...
2006-08-09 Esa Ilari VuokkoFix Array imports
2006-08-09 Simon MarlowWhere we use $(GhcHcOpts), also add $(GhcStage1HcOpts)
2006-08-09 Simon Marlowfixes to the stage2 build following removal of old...
2006-08-09 Simon Marlowfix bug in task freeing
next