- Dec 17, 1997
-
-
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.
-
Simon Marlow authored
Add SGML suffix rules. Single-file documents only for the moment.
-
Simon Marlow authored
Move GHC ANNOUNCE message into GHC subdir.
-
Simon Marlow authored
add sgmlverb.
-
- Dec 15, 1997
-
-
Simon Marlow authored
Add verbatim for SGML.
-
Simon Marlow authored
bump happy version number to 1.5.
-
Simon Marlow authored
release notes for 2.10.
-
- Dec 08, 1997
-
-
Simon Marlow authored
Treat $(PROJECTVERSION) as a string, not a floating point number, to avoid rounding errors. Fool cpp into substituting for PROJECTVERSION within a string by using string gaps, not forgetting the space after the '\' at the end of the line to fool cpp into leaving the '\' behind :-)
-
- Dec 05, 1997
-
-
Simon Marlow authored
import DsM, seems to be required for ghc-0.29.
-
- Dec 04, 1997
-
-
Simon Marlow authored
Move a few instances of the Bounded class from PrelBase out into a new module PrelBounded. This enables the minBound value for Int to be fixed using a Literal Literal (using litlits requires an import of CCall, which imports PrelBase, hence the need to move this stuff outside).
-
Simon Marlow authored
Restore perl4 compatibility.
-