- Jan 07, 1998
-
-
Simon Marlow authored
protect part of the binary-dist rules against 'for i in ; do ...'.
-
Simon Marlow authored
patch level 1
-
- Jan 02, 1998
-
-
Simon Marlow authored
Some shells have problems with 'for i in ; do ...', so protect the relevant for loops with 'if test <string>; then ...'.
-
Simon Marlow authored
Replace three 'test ... && ...' sequences with 'if ... then ... fi', since the test form would fail, causing some non-GNU makes to bomb out (maybe they invoke sh with -e?).
-
- Jan 01, 1998
-
-
Simon Marlow authored
compile simplStg/UpdAnal.lhs with -fno-strictness until the strictness analyser bug is fixed.
-
- Dec 23, 1997
-
-
Alastair Reid authored
-
- Dec 22, 1997
-
-
Simon Marlow authored
portabilify a test.
-
Simon Marlow authored
remove some superfluous-looking parenthesis around a test.
-
Simon Marlow authored
fix a couple of typos.
-
Simon Marlow authored
remove support for using the Happy from the tree.
-
Simon Marlow authored
reinforce the test for Happy: version 1.4 or later is now *required*
-
Simon Marlow authored
put note about Happy being separated out.
-
Simon Marlow authored
add a .sgml->.tex rule
-
Simon Marlow authored
fix for the getWorkerIdAndCons bug.
-
Simon Marlow authored
add a few more change notes.
-
Simon Marlow authored
print idinfo with a BigCoreBinder.
-
Simon Marlow authored
a few changes to the 2.10 announcement
-
- Dec 19, 1997
-
-
Simon Marlow authored
use PACKAGE_BINS to get the actual binaries to install.
-
Simon Marlow authored
set GhcBinDistBins.
-
Simon Marlow authored
add PACKAGE_BINS for a binary_dist.
-
Simon Marlow authored
don't split objects for way "mr" too.
-
Simon Marlow authored
bump a few heap sizes to be on the safe side.
-
Simon Marlow authored
hi file comes out on stderr, not stdout.
-
Simon Marlow authored
add test for getWorkerIdAndCons bug.
-
Simon Marlow authored
Move array tests from ghc/lib to ghc/tests and put them in our test framework.
-
Simon Marlow authored
add subdirectory 'array'.
-
Simon Marlow authored
Move array tests from ghc/lib to ghc/tests and put them in our test framework.
-
sof authored
Cleaned out old defnition of lex_id
-
sof authored
Having unbalanced parantheses inside cpp macros is also Bad, Bad, Bad.
-
Simon Marlow authored
fix bug in sameVal on ApproxFuns.
-
- Dec 18, 1997
-
-
Simon Marlow authored
correct typo in bindist configuration stuff.
-
sof authored
Remove comma from SLIT (upsets GNU cpp on some (all?) platforms.)
-
- Dec 17, 1997
-
-
sof authored
Renamed -fwarn-overlapped-patterns to -fwarn-overlapping-patterns to match driver (and docs.)
-
sof authored
Removed PARSER_VERSION (unused)
-
sof authored
Better error message when trying to declare CCallable & CReturnable instance of abstract type
-
Simon Marlow authored
add instance of Show for Addr.
-
Simon Marlow authored
Add bibliography for this file. We don't have make rules to use it yet.
-
Simon Marlow authored
remove GHC/Hugs extension document from the user guide.
-
Simon Marlow authored
* swapped ST and LazyST. * remove thenStrictST and thenLazyST from the main definition, noting that Hugs implements these. * added strictToLazyST and lazyToStrictST in module LazyST. Update for latest versions of SGML-Tools, and add labels to the section headings.
-
Simon Marlow authored
add ghc/docs/libraries to the documentation built for a GHC binary distribution.
-