ghc-hetmet.git
2009-05-01 Duncan CouttsMake ghc -dynamic imply -fPIC for C code
2009-05-13 Simon Marlowvalidate does "exit 1" if it fails
2009-05-13 Simon Marlowfix warning
2009-05-13 Simon Marlowremove old unused fop/dvips/xmltex stuff
2009-05-13 Simon Marlowbuild Haddock docs
2009-04-22 y.zhuang5@lse... enable LinkDynLib in compilier phase
2009-05-13 Simon Marlowexpand hack to include PS docs too
2009-05-11 Simon Marlowstub Makefile
2009-05-11 Simon MarlowGhcBootLibs is no more
2009-05-11 Simon Marlowupdates to the section describing the +RTS -s/-S outpu...
2009-05-08 Simon Marlowmulti-slurp protection
2009-05-12 simonpj@microsoft.comImprove error messages for type functions
2009-05-11 Simon Marlowstub makefile
2009-05-11 Simon MarlowHack to make the user's guide build in a linked build...
2009-05-11 Simon Marlowmake it so that 'make html', 'make pdf', and 'make...
2009-05-08 Simon Marlowcorrect the +RTS -? docs for -A (default is 512k not...
2009-05-08 Simon MarlowUse a more compact +RTS -s output for Tasks
2009-05-05 Simon Marlowdisable a warning
2009-05-05 Simon Marlowdocbook PDF item is done
2009-05-01 Simon Marlowadd a .c --> .s rule
2009-05-09 Ian LynaghRemove libraries/ifBuildable.hs; it's no longer used
2009-05-09 Ian LynaghFix configure
2009-05-09 Ian LynaghBuild system tweak
2009-05-08 Ian LynaghAdd a Makefile in libraries/
2009-05-08 Ian LynaghTweak ./boot
2009-05-08 Ian LynaghPartially fix "make framework-pkg"
2009-05-08 Ian LynaghHandle deciding what docs to build better
2009-05-07 Ian LynaghRemove oldconfig.mk.in
2009-05-07 Ian LynaghRename pwd to ghc-pwd
2009-05-07 Ian LynaghRemove pwd's Makefile from the old build system
2009-05-07 Ian LynaghClean utils/pwd
2009-05-06 Ian LynaghUse more portable shell in ./boot; fixes booting on...
2009-05-05 Ian LynaghSimplify utils/pwd
2009-05-04 Ian LynaghMore rules for bootstrapping
2009-05-04 Ian LynaghBootstrapping fix
2009-05-04 Ian LynaghBootstrapping fixes
2009-05-04 Ian LynaghTest "ghc-pkg check" passes in bindisttest
2009-05-04 Ian LynaghPut install-sh into bindists
2009-05-04 Ian LynaghTest bindists in a deeper subdirectory
2009-05-03 Ian LynaghUse "-x c" when compiling hc files
2009-05-03 Ian LynaghMakefile rules tweak for BootingFromHc
2009-05-03 Ian LynaghMore bootstrapping rules
2009-05-03 Ian LynaghAdd a .hc building rules for bootstrapping
2009-05-03 Ian LynaghTweak rts ghc.mk for bootstrapping
2009-05-03 Ian LynaghAdd a build system TODO
2009-05-03 Ian LynaghAdd dph to build system; patch from Roman Leshchinskiy
2009-05-03 Ian LynaghFix building without GHCi
2009-05-02 Ian LynaghMakefile tweak
2009-05-01 Simon Marlowadd publish-binary-dist; tidy up
2009-04-30 Duncan CouttsFix make for libffi again, properly this time
2009-04-30 Duncan CouttsFix parallel make for libffi.
2009-04-30 Duncan CouttsFix linking shared libs with parallel make
2009-04-30 Ian LynaghFix building Haskeline on Windows
2009-04-30 Ian LynaghFix mkdependC: Make it tell cpp to use our temporary...
2009-04-30 Simon MarlowFIX build: add dependencies on ghc_boot_platform.h
2009-04-29 Duncan CouttsPrevent haddock docs being built when HADDOCK_DOCS=NO
2009-04-29 Duncan CouttsClean up building of libffi for dynamic lib way
2009-04-29 Duncan CouttsBuild library packages as shared libs
2009-04-29 Duncan CouttsBuild the rts as a shared lib correctly
2009-04-29 Duncan CouttsDon't actually build ghc itself with -dynamic
2009-04-28 Duncan CouttsAdd a new $way_libsuf variable for library suffix+extension
2009-04-28 Duncan Couttsextend the rules/c-objs macro to take the way as a...
2009-04-28 Duncan CouttsDo not link ghc stage1 using -threaded, only for stage2...
2009-04-29 Ian LynaghTweak ghc-cabal
2009-04-29 Ian LynaghAdd special support for haskeline
2009-04-29 Ian LynaghIn mkdependC.prl, create temp files properly
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...
2009-04-28 Ian LynaghFix error handling
2009-04-28 Simon Marlowmove nofib settings here from ghc's config.mk
2009-04-28 Simon Marlowadd missing eventlog subdir
2009-04-28 Simon Marlowmove runstdtest into nofib
2009-04-28 Simon Marlowimprove the finalizer callback error message
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-28 Simon Marlowmore cleaning
2009-04-27 Simon Marlowtodo updates
2009-04-27 Simon Marlowremove commentary that is now in the wiki
2009-04-27 Simon Marlowremove ticket todos
2009-04-27 Simon Marlowrequire gcc 3.0+ (see #2770)
2009-04-27 Simon Marlowupdate build order comment
2009-04-27 Manuel M T... Equality constraint solver is now externally pure
2009-04-26 Ian LynaghImprove the error message when we find a module in...
2009-04-26 Ian LynaghRemove a comment (a bug to close, that has now been...
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-25 Ben.Lippmeier... Fix SPARC build, missing #include
2009-04-24 Ian LynaghFix a lint failure when we have a ! (# ... #) pattern...
2009-04-24 Ian LynaghDo the second part of #2806: Disallow unlifted types...
2009-04-24 Ian LynaghTiny refactor
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-04-24 simonpj@microsoft.comDon't short out top-level indirections if there's a...
2009-04-24 Ben.Lippmeier... Fix #3182: 64 bit FP value returned by C calls was...
2009-04-24 Simon Marlowadd missing files (part of #3171 fix)
2009-04-24 simonpj@microsoft.comTiny optimisation to mkInlineMe
2009-04-23 Simon MarlowAdd EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO...
2009-04-23 Simon Marlowadd getOrSetSignalHandlerStore, much like getOrSetTypea...
2009-04-23 Simon Marlowdon't overwrite io_manager_pipe if it is already set
2009-04-23 simonpj@microsoft.comSimplify the placeholder binding for naughty record...
2009-04-23 simonpj@microsoft.comFix Trac #3176: intercept naughty record selectors
2009-04-23 simonpj@microsoft.comBetter pretty-printing for IdDetails
2009-04-21 Simon MarlowFIX #3166: include the fixity of classes and type synon...
2009-04-21 Simon MarlowFIX #2682: banish silly cases of the "module Foo is...
next