ghc-hetmet.git
2008-10-15 simonpj@microsoft.comComments only
2008-10-15 simonpj@microsoft.comFix Trac #2497; two separate typos in Lexer.x
2008-10-15 simonpj@microsoft.comUpdate manual: tidy up instances, say more about type...
2008-10-14 Thomas SchillingMake tags work on Unices, too.
2008-10-14 Clemens FruhwirthUndefine __PIC__ before defining it to work around...
2008-10-14 Clemens FruhwirthAdd "dyn" to GhcRTSWays when compiling --enable-shared
2008-10-13 Ian LynaghFill out the ghc package's cabal file
2008-10-14 Clemens FruhwirthPatching libffi so it can be built as DLL
2008-10-13 Thomas SchillingAdd 'etags' makefile target.
2008-10-13 Thomas SchillingUse cabal information to get GHC's flags to `ghctags'.
2008-10-14 Clemens FruhwirthVersion bump for libffi to 3.0.6
2008-10-13 Clemens FruhwirthEncode shared/static configuration into stamps to do...
2008-10-13 Ian LynaghAdd a link to the GHC API docs from the library haddock...
2008-10-13 Ian LynaghLink to the GHC API documentation from the main doc...
2008-10-13 Ian LynaghWhitespace only in docs/index.html
2008-10-13 Ian LynaghTweak gen_contents_index
2008-10-13 Clemens FruhwirthBuild fixes for DLLized rts
2008-10-13 Clemens FruhwirthDo not filter the rts from linked libraries in linkDynL...
2008-10-13 Clemens FruhwirthAdd HsFFI.o to INSTALL_LIBS
2008-10-13 Clemens FruhwirthRename symbol macros to a consistant naming scheme
2008-10-13 Simon MarlowFix #2685: two Bool arguments to tidyTypeEnv were the...
2008-10-11 Ian LynaghSimplify the "is $bindir in $PATH" test
2008-10-11 Ian LynaghCorrect the "is $bindir in $PATH" test
2008-10-11 pepeFix a typo which was causing ghci to quit on commands...
2008-10-11 Clemens FruhwirthDrop libm from the linker dependencies for libffi
2008-10-10 Clemens FruhwirthDo not generate haddock documentation when running...
2008-10-10 Josef SvenningssonWhen waking up thread blocked on TVars, wake oldest...
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-10-10 Simon Marlowfix #2636: throw missing module errors as SourceErrors...
2008-10-08 Simon MarlowatomicModifyIORef: use a local cas() instead of the...
2008-10-10 Clemens FruhwirthDelay building libffi until package.conf is created...
2008-10-09 Ian LynaghInstall a versioned ghc-pkg script; fixes trac #2662
2008-10-09 Ian LynaghFix bindist creation: Only the main RTS was being put...
2008-10-09 Simon MarlowpushAtom: add missing case for MachNullAddr (#2589)
2008-10-09 Simon Marlowundo incorrect assertion, and fix comments
2008-10-09 Simon Marlowremove old GRAN/PARALLEL_HASKELL code
2008-10-09 Manuel M T... FIX #2639
2008-10-09 Manuel M T... Cover PredTy case in Type.tyFamInsts
2008-10-09 Clemens FruhwirthDrop ghcconfig.h/RtsConfig.h from libffi's package...
2008-10-08 Clemens FruhwirthDon't use sed's -i flag as Solaris doesn't know it...
2008-10-08 Clemens FruhwirthDon't use /dev/null trick to create empty object files...
2008-10-08 Clemens FruhwirthTurn libffi into a Haskell package
2008-10-08 Thomas SchillingMake 'getModSummary' deterministic.
2008-10-07 Thomas SchillingAdd accessors to 'HsModule' and haddockify it.
2008-10-08 Simon Marlowfix syntax errors in src-dist publish rules
2008-10-08 Simon Marlowadd comments and an ASSERT_LOCK_HELD()
2008-10-08 Simon MarlowFix #2663: we had a hard-wired capabilities[0]
2008-10-03 Simon MarlowFix #1955 for heap profiles generated by +RTS -hT
2008-10-07 Simon Marlowadd a section id for +RTS -hT
2008-10-07 Simon Marlowupdate documentation for PostfixOperators
2008-10-07 Simon Marlowfix markup
2008-10-08 Roman LeshchinskiyFix bug in DPH docs
2008-10-08 Roman LeshchinskiyAdd short DPH section to users guide
2008-10-08 Manuel M T... Users Guide: added type family documentation
2008-10-08 Roman LeshchinskiyTrack changes to package dph
2008-10-07 Ian LynaghBuild a profiled GHC API by default if p is in GhcLibWays
2008-10-07 Ian LynaghCheck whether mk/validate.mk defines anything after...
2008-10-06 Ian LynaghRemove #define _BSD_SOURCE from Stg.h
2008-10-07 Thomas SchillingMake ghctags compile again.
2008-10-07 Clemens FruhwirthRevert AutoLinkPackages change for dynamic libraries...
2008-10-07 Clemens FruhwirthChange suffix for dyn. linked executables from _real...
2008-10-06 Thomas SchillingAdd accessors to 'Target' fields and haddockify.
2008-10-06 Thomas SchillingMake 'gblock' and 'gunblock' part of 'ExceptionMonad...
2008-10-07 Roman LeshchinskiyAdd Word8 support to vectoriser
2008-10-05 Ian LynaghFix generating OS X installers: Set COMMAND_MODE=unix2003
2008-10-05 Ian LynaghWe need to set datadir = $(libdir) in bindists
2008-10-04 Ian Lynaghprep-bin-dist-mingw complains if it finds a bad version...
2008-10-02 'Jose Pedro... removed Data.Generics.Basics, added Data.Data
2008-10-03 Ian LynaghFix a build problem with GHC 6.4.2
2008-10-03 Clemens FruhwirthNo AutoLinkPackages for dynamic library linking
2008-10-01 Clemens Fruhwirthuse ghcError for error in command line
2008-10-03 simonpj@microsoft.comFix warnings
2008-10-03 Ian LynaghAlways use extensible exceptions in ghc-pkg, rather...
2008-10-03 Ian LynaghUse a proper exception for IOEnvFailure, not just a...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comMake a debug check more refined
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Thomas SchillingLet parseModule take a ModSummary like checkAndLoadModu...
2008-10-02 Ian LynaghRemove some out-of-date entries from .darcs-boring
2008-10-02 Manuel M T... TFs: Allow repeated variables in left-hand sides of...
2008-10-02 Manuel M T... Clean up some comments
2008-10-02 simonpj@microsoft.comMake the new binder-swap stuff in OccurAnal work right...
2008-10-02 simonpj@microsoft.comMinor refactoring only
2008-10-02 simonpj@microsoft.comComments only
2008-10-02 simonpj@microsoft.comZap dead-ness info appropriately in SpecConstr
2008-10-02 simonpj@microsoft.comSuppress invalid Core Lint complaint about lack of...
2008-10-01 Simon Marlowadd some more GC roots (fixes conc048, and possibly...
2008-10-01 Simon MarlowDocument +RTS -hT
2008-10-01 Simon Marlowfix new-qualified-operators link
2008-10-01 Manuel M T... Proper error message for unsupported pattern signatures
2008-10-02 Roman LeshchinskiyPrevent excessive inlining with DPH
2008-10-01 Ian LynaghOn Windows, check that we have a good version of windre...
2008-09-30 Ian LynaghCall $(PERL) rather than perl when making the manpage
2008-09-30 Ian Lynaghdon't install the installPackage program
2008-10-01 Simon MarlowFix #2637: conc032(threaded2) failure
2008-09-30 Simon MarlowRemove outdated link to OGI webpage
2008-10-01 Manuel M T... TFs: Fixed InstContextNorm (and simplification of IPs)
2008-10-01 Manuel M T... TcSimplify.reduceImplication: clean up
2008-10-01 Manuel M T... Make sure to zonk the kind of coercion variables
next