fix haddock submodule pointer
[ghc-hetmet.git] / rts / package.conf.in
2011-03-09 William KnopDon't use read_only_relocs on darwin x86-64; fixes...
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-07-24 Johan TibellIntegrate new I/O manager, with signal support
2010-07-16 Ian LynaghChange a BUILD var to a HOST var
2010-04-01 Simon Marlowwe don't have a gcc-lib in LIB_DIR any more
2009-12-16 Simon Marlowfix up libm detection and use (#3724)
2009-11-06 Simon MarlowRollback #1185 fix
2009-11-03 Simon MarlowFix #1185 (RTS part, also needs corresponding change...
2009-09-13 Ian LynaghUse _ rather than : for the builtin package filenames
2009-09-03 Simon Marlowfix -u flags (after changes for #3310)
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-08-21 Ian LynaghPut "dl" back in rts/package.conf if HAVE_DL is defined
2009-08-19 Simon Marlowfix an include
2009-06-28 Simon Marlowremove old incarnation of .NET support
2009-06-16 Ian LynaghAdd a #endif back that was accidentally removed from...
2009-06-13 Duncan CouttsStop building the rts against gmp
2009-06-12 Ian LynaghUpdate symbol names; fixes the build on OSX
2009-04-26 Ian LynaghGHC new build system megapatch
2009-02-19 Simon MarlowRewrite of signal-handling (ghc patch; see also base...
2009-02-04 Simon Marlowleave out rts/ from include-dirs in the inplace rts...
2008-12-16 Simon MarlowWorkaround for #2262, from Barney Stratford
2008-11-19 Simon MarlowFix typo (HAVE_LIBGMP => HAVE_LIB_GMP); omit local...
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-10-08 Clemens FruhwirthTurn libffi into a Haskell package
2008-09-18 Ian LynaghDon't put the mingw directory in RTS's package.conf
2008-09-02 Simon MarlowFIX #2554: GHC.TopHandler.{runIO,runNonIO} should be...
2008-08-21 Ian LynaghFix references to exceptions from the RTS
2008-08-12 Ross Patersonget exception names from Control.Exception.Base instead...
2008-08-06 Ian LynaghMove Int, Float and Double into ghc-prim:GHC.Types
2008-08-05 Ian LynaghC# has moved to ghc-prim:GHC.Types
2008-07-30 Ian LynaghFollow extensible exception changes
2008-06-21 Ian LynaghWhen raising NonTermination with the RTS, build the...
2007-11-01 Simon Marlowallow PAPI to be installed somewhere non-standard
2008-04-08 Simon MarlowImport libffi-3.0.4, and use it to provide FFI support...
2008-03-23 Ian LynaghFollow library changes
2008-01-12 Ian LynaghAdd GMP_INCLUDE_DIRS in a couple of places
2008-01-03 Simon MarlowOptionally use libffi to implement 'foreign import...
2007-12-17 Manuel M T ChakravartyEliminate external GMP dependencies
2007-08-10 Clemens FruhwirthAlso build gmp shared if neccessary
2007-07-05 Ian LynaghUpdate the in-tree GMP; fixes trac #832
2007-03-11 Ian LynaghHave configure take arguments telling it where gmp...
2006-12-05 Simon Marlowwe need GHC.Conc.ensureIOManagerIsRunning on Windows too
2006-11-08 mrchebas@gmail.comAddition of PAPI to RTS
2006-07-27 Simon Marlowa couple more symbols need package names
2006-07-26 Simon Marlowchange wired-in Haskell symbols to include the package...
2006-05-24 Simon MarlowBetter control of the IO manager thread; improvements...
2006-04-07 Simon MarlowReorganisation of the source tree