- Dec 19, 1997
-
-
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.
-
Simon Marlow authored
update for GHC 2.10, and add SGML2INFO.
-
Simon Marlow authored
update for 2.10
-
Simon Marlow authored
update for 2.10.
-
Simon Marlow authored
remove a couple more GHC dependencies.
-
Simon Marlow authored
cleanups to the bindist stuff.
-
Simon Marlow authored
Remove some of the BIN_DIST hacks, allowing us to build a binary distribution for either Happy or Ghc (or various other projects when these are set up).
-
Simon Marlow authored
make this Makefile package-independant.
-
Simon Marlow authored
project-ify the bin-dist rules a bit.
-