- Dec 22, 1997
-
-
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.
-
Simon Marlow authored
add notes about library document and ':::' bug.
-
Simon Marlow authored
* remove explicit lexing of '::' which didn't take into account tokens that begin with '::'. * remove duplicate ':' case from is_sym. * add '::' as a builtin identifier, mapped to ITdcolon.
-
Simon Marlow authored
add new files for ':::' test.
-
Simon Marlow authored
Add test for ':::' interface-file lexing bug.
-
Simon Marlow authored
use '----' instead of '***' so as not to get confuesd with error messages
-
Simon Marlow authored
remove unreferenced files
-
Simon Marlow authored
Add runST.
-
Simon Marlow authored
add typechecker bug which we currently don't have a fix for
-
- Dec 16, 1997
-
-
Simon Marlow authored
update tests for 2.10
-
Simon Marlow authored
another attempt at getting 'make -k' to do the right thing.
-
Simon Marlow authored
bump version no. to 2.10.
-
Simon Marlow authored
point to 2-10-notes.lit.
-
Simon Marlow authored
build SGML documentation using the normal 'gmake dvi' etc.
-
Simon Marlow authored
add skeleton Makefile
-
Simon Marlow authored
note about SGML-Tools.
-
Simon Marlow authored
litify, add a couple of things.
-