- Aug 25, 1997
-
-
sof authored
new function: zonkSigTyVar
-
sof authored
Updated comments
-
sof authored
Updated to reflect RecordCon change
-
sof authored
Removed use of COMPILING_GHC
-
sof authored
Changed hashing function to use first-middle-last chars as seeds
-
sof authored
Removed use of COMPILING_GHC
-
sof authored
Removed use of COMPILING_GHC; removed intersectLists from export list
-
sof authored
Removed use of COMPILING_GHC
-
sof authored
Updated for 2.06 to use PackBase
-
sof authored
2.06 uses PackBase
-
sof authored
Drop the use of COMPILING_GHC
-
sof authored
-
sof authored
re-org
-
sof authored
tidy up CCallOp as well
-
sof authored
Updated to reflect RecordCon change
-
sof authored
new primops for indexing off ForeignObjs
-
sof authored
rename unpackCString2# to unpackNBytes#
-
sof authored
pACKED_STRING now points to the PackBase module
-
sof authored
ForeignObj support for ccalls; generate code for IndexFooOffForeignObj primops
-
sof authored
new: foHS
-
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
-