- Aug 25, 1997
-
-
sof authored
Added #define for MachRegs.ImmAddr (sigh)
-
sof authored
doc update
-
sof authored
ppr updated
-
sof authored
New constructors: DoOrListComp.Guard, HsExpr.RecRecordConOut
-
sof authored
dsExpr: updated to use RecordConOut constructor
-
sof authored
Improved error message
-
sof authored
Removed ListSetOps import (unused)
-
sof authored
Added debugging code for dataConFieldLabels
-
sof authored
cleaned up
-
sof authored
define COMPILING_NCG to control inclusion of relevant GHC header file pieces
-
sof authored
removed -DCOMPILING_GHC from SRC_HC_OPTS (unused); cooler -i usage
-
sof authored
Keep generated .hc files; install SysMan as a libexec
-
sof authored
-
sof authored
new opt: -no-recomp; use [] instead of parentheses to group hsc simplifier opts; more accurate recording of what files to clean up
-
sof authored
Removed the printing of foo: unchanged msgs; fixed up printing of hi-diffs
-
sof authored
Toplevel ANNOUNCE blurb
-
sof authored
Unused
-
sof authored
Removed opt_Haskell_1_3; changed simplifier opts grouping syntax
-
sof authored
Added index{Char,Int,Addr,FloatDouble}OffForeignObjZh macros
-
sof authored
Offset of data field within ForeignObj made constant across different GC schemes
-
sof authored
COMPILING_GHC renamed to COMPILING_NCG
-
Simon Marlow authored
Fix problem with installing signal handlers on FreeBSD. Symptom: occasional reports of 'cannot install SEGV handler...', sometimes when the Haskell program calls 'error'.
-
- Aug 22, 1997
-
-
Alastair Reid authored
Added test for greencard
-
Alastair Reid authored
Added suffix rules, option variables, etc for greencard
-
- Aug 18, 1997
-
-
sof authored
-cpp fix
-
- Aug 17, 1997
- Aug 14, 1997
- Aug 12, 1997
-
-
Simon Marlow authored
Support new version of Happy. The interface file parsers now require the version of Happy in the tree to compile.
-
- Aug 03, 1997
-
-
sof authored
derived Show: added printing of labels for constructors with labelled fields; derived Read: added lexing of fields for constructors with labelled fields
-
sof authored
Improved error messages for derivings of types with wrong shape
-
sof authored
derivingOccurrences: added occurrence info (return and zero) for Ix
-
sof authored
Removed preludeNames - dead code
-
- Aug 02, 1997