Use a C program for ghc-inplace
[ghc-hetmet.git] / compiler / Makefile
2007-08-15 Ian LynaghUse a C program for ghc-inplace
2007-08-12 Ian LynaghGet closer to GhcCompilerWays=p working
2007-07-29 Ian Lynaghbytestring is now in its own package
2007-07-17 Clemens FruhwirthAdd hardwire-lib-paths option and make it default for...
2007-07-26 Ian LynaghLink with hpc even if GhcWithInterpreter is not set
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
2007-06-29 Roman LeshchinskiyAdd vectorise subdirectory and dummy module
2007-07-04 Simon MarlowUse $(HC), not $(GHC) to compile ghc-inplace
2007-06-23 Simon Marlowmake inplace scripts less sensitive to /bin/sh quoting...
2007-06-22 andy@galois.comStage2 now used the package hpc to get the hpc datastru...
2007-06-21 Lemmihfurther fixes to the inplace scripts
2007-06-21 Simon MarlowFix problems with new inplace stuff on Cygwin
2007-06-20 Simon MarlowFix a problem with package.mk being included too early
2007-06-21 Simon MarlowUse a real binary instead of scripts for ghc-inplace
2007-06-20 Ian LynaghMake building haddock docs opt-in rather than opt-out
2007-06-12 Ian LynaghTweak banner printing 2007-06-12
2007-06-09 Ian LynaghFix the ghc package in bindists
2007-06-05 Ian LynaghInstall the RTS from a bindist correctly
2007-04-27 Simon Marlowdon't forget to clean the .bat files
2007-04-18 simonpj@microsoft.comFix bat-script generation for MSys
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-10 Ian LynaghDon't use regexps in the GHC sources
2007-03-27 wolfgang.thaller... Make GHC main program depend on the libHSghc_dyn when...
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-11-20 Ian LynaghDon't make ghc threaded if GhcNotThreaded is YES
2006-11-17 sof@galois.comEmit .bat versions of -inplace scripts on Windows platf...
2006-11-09 Simon Marlowuse the right $(HC) for stage 3
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-16 Simon MarlowBuild the GHC package in stage 3 too
2006-10-13 Simon Marlowmore fixups to make a stage 3 build do the right thing...
2006-10-12 Ian LynaghPartially fix GHCi when unregisterised
2006-09-29 simonpj@microsoft.comFix bug in SCRIPT_SHELL patch (| should be ||)
2006-09-26 sof@galois.comunbreak mingw-on-cygwin (/=MSYS) builds
2006-09-20 Manuel M T ChakravartyMakefile comment
2006-09-20 Manuel M T Chakravartyfix some coercion kind representation things, extend...
2006-09-04 simonpj@microsoft.comComments only
2006-08-07 Manuel M T ChakravartyConfigure changes to make testsuite work better on...
2006-09-07 Simon Marlowurk, the dependencies added in the last commit don...
2006-09-07 Simon MarlowAdd dependencies on .h files #included into Haskell...
2006-08-29 Simon MarlowDon't trust "ln -sf" to do the right thing (it doesn...
2006-08-25 Simon Marlowadd dependency on regex-compat
2006-08-22 Simon MarlowFastString and StringBuffer need -funbox-strict-fields too
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 Marlowugly hack to cause ghc_boot_platform.h to be built...
2006-08-10 sven.panne@aedion.deNuked hschooks.h in favour of cutils.h, which has the...
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-12 Simon Marlowfix the stage3 build
2006-06-09 Simon MarlowMove readline configuration into the readline package
2006-06-01 simonmar@microsoft.comWin32: set up the console code pages
2006-04-21 LemmihEnable breakpoint support.
2006-04-20 rl@cse.unsw.edu.auFix workaround for a GHC 6.4 bug
2006-04-07 Simon MarlowReorganisation of the source tree