summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix some dependencies in bindistsIan Lynagh2009-11-202-0/+9
* Add a rule to allow us to sdist libraries easilyIan Lynagh2009-11-191-0/+9
* Check upper/lower bounds on various RTS flags (#3633)Simon Marlow2009-11-191-59/+59
* define HS_WORD_MAXSimon Marlow2009-11-191-0/+2
* Print the prog name in errorBelch() even if prog_argv is not set yetSimon Marlow2009-11-191-1/+1
* Remove dead codeRoman Leshchinskiy2009-11-122-8/+1
* Remove the (very) old strictness analysersimonpj@microsoft.com2009-11-1930-2863/+421
* Make INLINE warning more precisesimonpj@microsoft.com2009-11-191-2/+3
* Implement -fexpose-all-unfoldings, and fix a non-termination bugsimonpj@microsoft.com2009-11-1917-74/+135
* Re-implement the binder-swap stuff in OccurAnalsimonpj@microsoft.com2009-11-191-173/+339
* Try harder not to make DFuns into loop breakerssimonpj@microsoft.com2009-11-191-7/+25
* Extend the GHCi FAQ slightlysimonpj@microsoft.com2009-11-171-0/+7
* Add gnutar to the list of names we use when looking for GNU tarIan Lynagh2009-11-191-1/+1
* Add support for the man page to the new build systemIan Lynagh2009-11-193-50/+59
* Refactor case-merging and identical-alternative optimisationssimonpj@microsoft.com2009-11-192-206/+265
* Fix a nasty infelicity in the size computation of CoreUnfoldsimonpj@microsoft.com2009-11-191-1/+5
* Comments and white space onlysimonpj@microsoft.com2009-11-191-4/+7
* Fix splitAppTysRoman Leshchinskiy2009-11-191-2/+2
* Windows DLLs: Slurp across the actually static version of libffiBen.Lippmeier@anu.edu.au2009-11-191-0/+8
* Windows DLLs: Don't rely on stg/DLL.h being included in RtsAPI.hBen.Lippmeier@anu.edu.au2009-11-182-14/+13
* Fix warnings about unused importsBen.Lippmeier@anu.edu.au2009-11-181-1/+5
* Windows DLLs: stifle more warnings about auto imported symbolsBen.Lippmeier@anu.edu.au2009-11-181-0/+5
* Windows DLLs: stifle warnings about symbols being auto imported from DLLsBen.Lippmeier@anu.edu.au2009-11-181-0/+6
* Windows DLLs: add #ifdefery to turn off DLL import of libffi when building st...Ben.Lippmeier@anu.edu.au2009-11-182-1/+8
* Windows DLLs: disable extra shutdownHaskell() when unloading the RTS DLLBen.Lippmeier@anu.edu.au2009-11-171-1/+5
* Windows DLLs: remove dup symbol from def fileBen.Lippmeier@anu.edu.au2009-11-171-1/+0
* Use opt_PIC not #defined __PIC__ in compiler source.Ben.Lippmeier@anu.edu.au2009-11-173-6/+15
* Windows DLLs: CHARLIKE_closure and INTLIKE_closure aren't defined in this way.Ben.Lippmeier@anu.edu.au2009-11-141-3/+17
* If a comment says "Is this correct?", it's not.Ben.Lippmeier@anu.edu.au2009-11-141-1/+1
* Windows DLLs: gmp is in the integer-gmp package now.Ben.Lippmeier@anu.edu.au2009-11-141-3/+1
* Use DLL aware runIO_closure instead of base_GHCziTopHandler_runIO_closure dir...Ben.Lippmeier@anu.edu.au2009-11-141-2/+3
* RTS also uses runSparks_closure from baseBen.Lippmeier@anu.edu.au2009-11-141-0/+2
* Provide extralibs when linking Windows DLLsBen.Lippmeier@anu.edu.au2009-11-141-0/+12
* Don't share low valued Int and Char closures with Windows DLLsBen.Lippmeier@anu.edu.au2009-11-147-10/+64
* Windows DLLs: use one import lib for each DLL the RTS needs.Ben.Lippmeier@anu.edu.au2009-11-114-38/+87
* Add autoconf code to locate dlltool on WindowsBen.Lippmeier@anu.edu.au2009-11-103-1/+17
* Break recursive imports between the RTS and base library on Windows.Ben.Lippmeier@anu.edu.au2009-11-062-0/+76
* Add the msysCORE*.tar.gz tarball to the list of tarballs we unpackIan Lynagh2009-11-181-0/+2
* Put the libffi files to be installed into a dist directoryIan Lynagh2009-11-184-31/+30
* Add ghc-tarballs to the list of directories that go into an sdistIan Lynagh2009-11-181-1/+1
* Remove redundant libffi/tarball directoryIan Lynagh2009-11-181-3/+0
* Fix gen_contents_index on MSYSIan Lynagh2009-11-171-1/+1
* include the GHC package docs in a bindistSimon Marlow2009-11-171-0/+1
* exclude some haddock-related rules during BINDISTSimon Marlow2009-11-172-2/+6
* Add an install-docs target that emits a helpful diagnostic (#3662)Simon Marlow2009-11-161-1/+7
* fix install_docs dependencies, and add a missing $(INSTALL_DIR)Simon Marlow2009-11-161-1/+2
* Tweak to the directory-building ruleSimon Marlow2009-11-131-1/+5
* exprIsHNF should "look through" letssimonpj@microsoft.com2009-11-171-0/+1
* Improvement to typecheck higher-rank rules bettersimonpj@microsoft.com2009-11-171-5/+20
* Apply RULES to simplified argumentssimonpj@microsoft.com2009-11-173-113/+133