ghc-hetmet.git
2006-05-22 simonpj@microsoft.comTransmit inline pragmas faithfully
2006-05-19 simonpj@microsoft.comImproved RULE lhs typechecking; less dictionary sharing
2006-05-19 simonpj@microsoft.comBug-fix for infix function definitions (parse/rename)
2006-05-19 simonpj@microsoft.comRemove misleading comments
2006-05-18 simonpj@microsoft.comFix a nasty continuation-duplication bug
2006-05-18 simonpj@microsoft.comMake simplifier report which phase it is doing in ...
2006-05-18 simonpj@microsoft.comComments only
2006-05-18 Simon Marlowtake parsec out of $(GhcBootLibs)
2006-05-18 simonpj@microsoft.comImprove documentation of INLINE pragmas
2006-05-18 Simon Marlowa couple of additions
2006-05-18 Simon Marlow#define _REENTRANT 1 (needed to get the right errno...
2006-05-18 Simon MarlowDeclare this file to be POSIX
2006-05-18 Simon Marlowsomewhere to keep track of release notes for 6.6
2006-05-17 simonpj@microsoft.comNewtype data constructors get a compulsory unfolding
2006-05-17 simonpj@microsoft.comWhite space only
2006-05-17 simonpj@microsoft.comRetain InlinePragInfo on wrappers
2006-05-17 simonpj@microsoft.comSpelling correction
2006-05-17 simonpj@microsoft.comRetain INLINE pragma information during indirection...
2006-05-17 simonpj@microsoft.comImprove pretty-printing
2006-05-17 simonpj@microsoft.comComments only
2006-05-17 simonpj@microsoft.comImprove pretty-printing slightly
2006-05-16 Duncan CouttsLet GHCi work with with Sparc32+/V8+ .o files
2006-05-15 Simon Marlowmatch up more closely with compiler/main/DynFlags.hs...
2006-05-10 Simon Marlowset $(GhcVersion) and $(GhcPatchLevel) correctly when...
2006-05-10 Simon Marlow.raw_s and .s live in $(odir), not the source dir
2006-05-10 Simon Marlowadditions from Reilly Hayes
2006-05-10 Simon Marlowsome tweaks to the HC bootstrapping instructions
2006-05-10 LemmihIgnore unboxed values in breakpoints.
2006-05-09 LemmihDon't read ~/.ghci on breakpoints.
2006-05-09 Simon Marlowmake it possible to define an alias for :quit
2006-05-08 simonpj@microsoft.comDo not put wired-in things in interface files
2006-05-08 simonpj@microsoft.comRemove NOINLINE strictness hack
2006-05-08 simonpj@microsoft.comTrim imports
2006-05-08 simonpj@microsoft.comTrim imports
2006-05-08 Simon MarlowGHC_MANGLER-->MANGLER
2006-05-05 LemmihFix bug #763: Breakpoint mechanism crashes when there...
2006-05-02 LemmihbreakpointCond
2006-05-05 simonpj@microsoft.comPreserve type variable names during type inference
2006-05-05 simonpj@microsoft.comTrim imports
2006-05-05 Simon Marlowfixup for new source tree layout
2006-05-05 Simon MarlowFPTOOLS_TOP-->GHC_TOP, and remove some references to...
2006-05-05 Simon Marlow$(FPTOOLS_TOP) is now known as $(GHC_TOP)
2006-05-05 Simon Marlowupdate the build system documentation
2006-05-05 Simon Marlowupdate for new source tree layout
2006-05-05 Simon Marlowpartial update for new source tree layout
2006-05-05 Simon Marlowupdate for new source tree layout (untested)
2006-05-04 simonpj@microsoft.comPrint a more helpful error for find_thing
2006-05-04 simonpj@microsoft.comFix a bug in rule matching
2006-05-04 simonpj@microsoft.comFix constructor-specialisation bug
2006-05-04 simonpj@microsoft.comFix precedence for records in derived Read
2006-05-04 simonpj@microsoft.comMake rules available in RHS
2006-05-04 simonpj@microsoft.comPretty printing instance for Unfolding
2006-05-04 Simon Marlowsmall clarification
2006-05-04 Simon Marlowsmall fix to booting instructions from #762
2006-05-03 Simon Marlow$(ProjectNameShort) => ghc
2006-05-03 Simon Marlowonly pass -fno-unit-at-a-time to gcc if it is supported
2006-04-26 simonpj@microsoft.comArrange that -fth is no longer implied by -fglasgow...
2006-05-02 Simon Marlowremove code not required in the new source tree layout
2006-05-02 Simon Marlowmove "compat" earlier in the build for .hc bootstrapping
2006-05-02 Simon Marlowfix ctime_r problem on Solaris (I hope)
2006-05-02 Simon Marlowfix whitespace problem that shows up on Solaris (x86)
2006-05-02 Simon Marlowlibraries/time is boring
2006-05-01 Ashley Yakeleyadd time package to libraries Makefile
2006-04-26 Ashley Yakeleyadd time package to default-packages
2006-04-28 dons@cse.unsw... Fix stage2 segfault on openbsd.
2006-04-28 Simon Marlowfix quoting around ${FPTOOLS_TOP_ABS} (fixes #749)
2006-04-27 LemmihFix bug shown in the mod77 test.
2006-04-26 LemmihDon't init root pointers if they aren't gonna be used.
2006-04-25 Simon MarlowFix recompilation checking.
2006-04-25 Simon MarlowSolaris needs -lrt for the threaded RTS
2006-04-24 Simon Marlowfix problem with binary-dist docs
2006-04-21 LemmihEnable breakpoint support.
2006-04-20 Josef SvenningssonFixing some lexer errors with extcore
2006-04-20 Josef SvenningssonExtcore can now handle data types without constructors
2006-04-20 Josef SvenningssonComments only
2006-04-21 sven.panne... Resurrect ProjectName
2006-04-20 Simon MarlowRemove the section on platform support, link to the...
2006-04-20 rl@cse.unsw... Fix workaround for a GHC 6.4 bug
2006-04-19 sven.panne... hslibs is dead, Jim...
2006-04-19 sven.panne... Synched .spec file with reality
2006-04-19 sven.panne... Add .spec file to source distribution
2006-04-19 Simon Marlowremove paragraph about mutable objects that doesn't...
2006-04-18 Simon MarlowHsBool should be HsInt, not StgBool
2006-04-18 Simon Marlowhandle Bool arg to foreign import "wrapper"
2006-04-18 Simon Marlowupdate commentry for foreign import "wrapper" handling
2006-04-18 Simon Marlowremove vestiges of ByteArray and MutableByteArray,...
2006-04-18 simonpj@microsoft.comComment only
2006-04-18 simonpj@microsoft.comFix rank-validity testing
2006-04-18 LemmihMake the initial rdr and type scope available in the...
2006-04-18 LemmihFix minor bug in Linker.withExtendedLinkEnv
2006-04-18 LemmihExport 'insertSymbol' and 'insertStableSymbol'.
2006-04-14 simonpj@microsoft.comAllow $x, as well as $(x), at top level in TH
2006-04-14 simonpj@microsoft.comFix TH erorr recovery (test is TH_recover)
2006-04-14 simonpj@microsoft.comComments only
2006-04-14 simonpj@microsoft.comRecover gracefully from a Template Haskell programmers...
2006-04-14 simonpj@microsoft.comDocument newtype-unwrapping for IO in FFI
2006-04-12 simonpj@microsoft.comCosmetics in SpecConstr
2006-04-12 simonpj@microsoft.comImprove pruning of case alternatives to account for...
2006-04-12 Simon MarlowFix a bug in optimising division to shift right
2006-04-11 simonpj@microsoft.comOmit lndir on Windows, as it used to be
next