summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tweak newArray# documentation againSimon Marlow2011-01-191-1/+1
* Fix OSTYPE testIan Lynagh2011-01-201-2/+2
* Comments onlysimonpj@microsoft.com2011-01-191-1/+1
* Add OSTYPE build-system variable, and use itsimonpj@microsoft.com2011-01-134-7/+20
* Remove an extraneous comma that stopped ghc-cabal from buildingIan Lynagh2011-01-191-1/+1
* Move some make variables aroundIan Lynagh2011-01-192-14/+14
* Remove a debugging 'info'Ian Lynagh2011-01-191-1/+0
* Move the PACKAGE_MAGIC evaluation inside package-data.mkIan Lynagh2011-01-192-6/+7
* Fix libraries/index.html's haddock dependency on WindowsIan Lynagh2011-01-191-1/+1
* Add configure phases for the stage 3 compilerIan Lynagh2011-01-191-0/+2
* Include kfreebsdgnu in the list of Target Platforms.Marco Silva2011-01-183-7/+8
* Fix documentation bug: newArray# accepts word count, not byte count.Edward Z. Yang2011-01-181-1/+1
* Update the location of libffi.dll.aIan Lynagh2011-01-181-1/+1
* Update the generics docs; pointed out by Christian MaederIan Lynagh2011-01-171-8/+10
* ghc-cabal now adds the language flag being usedIan Lynagh2011-01-171-0/+1
* Reinstate the OS X flags in the LDFLAGS etc variablesIan Lynagh2011-01-171-9/+3
* Add NondecreasingIndentation extension to ghc-binIan Lynagh2011-01-171-0/+2
* Change an "if ... else return ()" into a "when"Ian Lynagh2011-01-171-3/+1
* Add NondecreasingIndentation to the list of extensions in ghc-pkgIan Lynagh2011-01-171-1/+1
* Add NondecreasingIndentation to the list of extensions in the ghc packageIan Lynagh2011-01-171-0/+2
* Fix deps on the ghc packageIan Lynagh2011-01-171-5/+8
* Tidy up gmp cleaningIan Lynagh2011-01-171-11/+2
* Remove redundant libraries/cabal-bin.hsIan Lynagh2011-01-162-63/+0
* Turn off dtrace unless you override USE_DTRACEIan Lynagh2011-01-162-3/+6
* Simplify a bit of makefileIan Lynagh2011-01-161-4/+2
* Tweak Windows phase orderingIan Lynagh2011-01-161-1/+1
* Handle dependencies of programs on libraries correctlyIan Lynagh2011-01-163-5/+19
* It's not clear if LDFLAGS flags will be given to gcc or ld,Ian Lynagh2011-01-161-4/+14
* Fix cross-package dependency generation on WindowsIan Lynagh2011-01-161-1/+4
* Add some Windows-only CONFIGURE_PHASEsIan Lynagh2011-01-161-0/+4
* Simplify, and future-proof, a dependency in the build systemIan Lynagh2011-01-161-5/+1
* Remove an unnecessary phase, and some unnecessary depsIan Lynagh2011-01-162-49/+19
* We can now pass -include-pkg-deps to the bootstrapping compilerIan Lynagh2011-01-161-2/+0
* Remove some flags that are redundant now GHC gets configured by CabalIan Lynagh2011-01-161-10/+0
* Change some HC_OPTS var handlingIan Lynagh2011-01-163-24/+30
* Remove some unnecessary workaroundsIan Lynagh2011-01-161-9/+0
* Tidy up a bitIan Lynagh2011-01-161-178/+67
* Build system improvementsIan Lynagh2011-01-1514-163/+280
* Whitespace tweakIan Lynagh2011-01-151-1/+1
* Fix libffi build rulesIan Lynagh2011-01-151-1/+3
* Fix Trac #4874: specialisation of INLINABLE thingssimonpj@microsoft.com2011-01-141-20/+49
* Comments onlysimonpj@microsoft.com2011-01-141-4/+16
* Fix a buglet in postInlineUnconditionallysimonpj@microsoft.com2011-01-141-6/+21
* cope with empty libraries/stamp directory (in git repo)Simon Marlow2011-01-141-0/+3
* add .gitignoreSimon Marlow2011-01-141-0/+198
* Fix longstanding bug in C-- inlining for functions calls.Edward Z. Yang2011-01-131-1/+1
* fix for remote repos without -rSimon Marlow2011-01-131-13/+13
* add a version of packages that stores all the repos in gitSimon Marlow2011-01-131-0/+84
* add the -r flag from darcs-allSimon Marlow2011-01-131-42/+124
* Make Template Haskell classInstances function return [ClassInstance]simonpj@microsoft.com2011-01-131-3/+2