ghc-hetmet.git
2009-10-12 Ian LynaghMore README updates
2009-10-12 Ian LynaghUpdate the README instructions for getting the source
2009-10-10 Ian LynaghOnly make the Windows installer if ISCC is set
2009-10-10 Ian LynaghUpdate the list of happy/alex-generated files put in...
2009-10-09 Ian LynaghAdd the include files to bindists
2009-10-09 Ian LynaghTweak how bindistprep is created and cleaned
2009-10-09 Ian LynaghWhen validating, run the testsuite with the bindisttest...
2009-10-09 Ian LynaghDon't remake the bindist when validating with --testsui...
2009-10-08 simonpj@microsoft.comMake ghci work with libraries compiled with -ticky
2009-10-08 simonpj@microsoft.comMake tyConSingleDataCon_maybe more forgiving
2009-10-08 Simon MarlowMark/compact: use a dynamically-sized mark stack, and...
2009-10-08 Simon MarlowMake appendToRunQueue EXTERN_INLINE rather than INLINE_...
2009-10-08 Ian LynaghRemove FP_MINGW_GCC now that we use an in-tree gcc
2009-10-08 Ian LynaghRemove the windres configure check, now that we use...
2009-10-07 Ian LynaghRemove bytestring from the "packages" file
2009-10-07 simonpj@microsoft.comAdd flag -XExplicitForAll and document it
2009-10-06 Simon MarlowFix dependencies for the RTS
2009-10-06 Simon MarlowPackages are only shadowed if the InstalledPackageId...
2009-10-06 Simon Marlowtracing wibble (make -ls work with a -debug RTS)
2009-10-07 Ian LynaghMake the Windows installer in bindistprep/
2009-10-07 Matthias KilianMake the unpleasant sed one-liner less unpleasant
2009-10-06 Ian LynaghAdd the new bytestring to the repository
2009-10-06 Ian LynaghAdd a test in darcs-all for old bytestring repositories
2009-10-06 Ian LynaghAdd --supported-languages support to dummy-ghc
2009-10-06 Ian LynaghUpdate bin-package-db's Cabal dep
2009-10-06 Simon Marlowfollow changes in Distribution.Simple.PackageIndex API
2009-10-06 Simon Marlowremove a TODO now done
2009-10-06 Simon MarlowAdd ".PRECIOUS: %/."
2009-10-05 Ian LynaghComment out some unnecessary makefile rules
2009-10-05 Ian LynaghUse the standard library versions of elem and notElem
2009-10-04 Ian LynaghMake the bindist AC_INIT line match the main configure...
2009-10-02 Ian LynaghFix typo in comment
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-10-02 Ian LynaghUse INSTALL_DIR, not MKDIRHIER, when installing
2009-10-02 Simon Marlowadd missing id="ffi-prim"
2009-09-30 Simon MarlowReplace a checking `is_elem` with a plain `elem`
2009-10-02 simonpj@microsoft.comFix pretty-printing precedence for equality constraints
2009-10-02 simonpj@microsoft.comComments only
2009-10-02 simonpj@microsoft.comDocument -XMonoLocalBinds
2009-10-02 simonpj@microsoft.comCombine treatment of vanialla/GADT data decls, and...
2009-09-30 simonpj@microsoft.comFix Trac #3540: malformed types
2009-09-30 simonpj@microsoft.comWhite space only
2009-09-30 Matthias KilianSystem.Console.Terminfo isn't available when bootstrapping.
2009-09-30 Ian LynaghThe Windows installer now needs to get its files from...
2009-09-30 Ian LynaghWe no longer need to specify the gcc and ld location...
2009-09-29 Ian Lynaghbinary is called "binary", not "ghc-binary", in the...
2009-09-29 Ian LynaghDon't put library tarballs etc in the GHC source tarballs
2009-09-29 Ian LynaghDon't install haskeline/mtl/terminfo, and hide ghc...
2009-09-29 Simon MarlowUse "rep; nop" inside a spin-lock loop on x86/x86-64
2009-09-29 Simon MarlowNo need to use -split-objs with dynamic libraries
2009-09-29 Simon MarlowFix some missing unfoldings (foldr in particular!)
2009-09-28 Simon Marlowremove TICK_GC_WORDS_COPIED, the GC stats give us the...
2009-09-26 Ben.Lippmeier... Remove long rotted configure support for Windows DLLs
2009-09-29 Ian LynaghFix making Windows bindist and installer
2009-09-28 Ian LynaghRun bindisttest when validating
2009-09-27 Ian LynaghFollow bindist changes in bindisttest
2009-09-27 Ian LynaghMore bindist tweaking
2009-09-27 Ian LynaghAdd a $(MAKE_RESTARTS) check to ghc.mk
2009-09-27 Ian LynaghDon't use absolute paths unnecessarily when making...
2009-09-27 Ian LynaghChange where bindists are made
2009-09-28 Simon MarlowemitRetUT: cope with arguments overlapping with results...
2009-09-28 Simon Marlowfix cut-and-paste bugs in .cmm -> .hc/.s rules
2009-09-25 Simon MarlowAdd a way to generate tracing events programmatically
2009-09-27 Tim ChevalierUnder utils/ext-core, update README to mention that...
2009-09-25 Ian LynaghUpdate the OS X package build scripts
2009-09-27 Ian LynaghUse $topdir in the RTS's package.conf file when doing...
2009-09-27 Ian LynaghFix invoking windres in a directory containing spaces
2009-09-27 Ian LynaghAdd support for relocatable builds in the new build...
2009-09-26 Ben.Lippmeier... Fix building of the RTS with the NCG under Windows
2009-09-24 Ian LynaghMake some sed more portable: Use \{0,1\} instead of \?
2009-09-21 Ian Lynaghteach boot-pkgs about -snapshot tarballs
2009-09-24 Ian LynaghWe now tell the linker macosx_version_min is 10.5;...
2009-09-24 Ian LynaghErrors talking about a left section should refer to...
2009-09-23 Ian LynaghMake count_lines work with the new directory layout
2009-09-23 Ian LynaghAdd count_lines back into the repo
2009-09-23 Ian LynaghRemove a haskeline release note that doesn't apply...
2009-09-23 Simon Marlowfix warnings
2009-09-23 Simon MarlowAdd erf, erfc, erfff, erfcf (#3536)
2009-09-23 Simon MarlowVarious updates/additions
2009-09-23 Simon MarlowDocument -package-id, and use the term "package ID...
2009-09-23 Simon MarlowMake it so that -Ds implies -ls
2009-09-20 Matthias KilianDon't build haddock if HADDOC_DOCS = NO, and disable...
2009-09-22 Ian LynaghRemove syb; it is no longer needed
2009-09-22 Ian LynaghRemove base3-compat
2009-09-22 Ian LynaghSet version number to 6.13
2009-09-21 Ian Lynaghboot-pkgs now automatically works out which libraries...
2009-09-21 Simon Marlowremove "touch %_hsc.c" - what was it for?
2009-09-21 Ian LynaghValidate now cleans regardless of whether mk/config...
2009-09-21 Ian LynaghUpdate 6.12.1 release notes
2009-09-21 Ian LynaghAdd sdist to ghc-cabal's bag of tricks
2009-09-21 Simon MarlowAdd the --checked-out flag; expand the docs/comments...
2009-09-21 Simon Marlowmove way-related stuff into a separate file
2009-09-21 Simon Marlowclean some Haddock-generated files
2009-09-20 Ian LynaghFix bindist creation
2009-09-20 Ian LynaghUpdate dependencies
2009-09-20 Ian LynaghAdd release notes for 6.12.1
2009-09-18 Simon Marlowremove encoding of output using Haskeline; the IO libra...
2009-09-18 Simon Marlowignore unused-import warnings from Haskeline
2009-09-18 Simon MarlowFix the nursery size calculation when -N is used with -H
2009-09-18 Simon Marlowimplement case-on-Word in the byte code generator/inter...
next