- Jan 27, 1999
-
-
Simon Marlow authored
Add missing file.
-
- Jan 26, 1999
-
-
Simon Marlow authored
- Add specialised closure types (CONSTR_p_n, THUNK_p_n, FUN_p_n) - Add -T<n> RTS flag to specify the number of steps in younger generations.
-
Simon Marlow authored
Add missing file.
-
Simon Marlow authored
add missing file.
-
sof authored
Drop unused infix decl for 'thenMaybeL' - spotted by 4.02 renamer.
-
Simon Marlow authored
More stable name additions/changes.
-
Simon Marlow authored
- Add Stable Names - Stable pointers and stable names are now both provided by the "Stable" module in ghc/lib/exts. Documentation is updated, and Foriegn still exports the stable pointer operations for backwards compatibility.
-
sof authored
ifdef fix
-
sof authored
Prepared to support i?86-*-mingw32
-
- Jan 25, 1999
-
-
sof authored
Added indexStablePtrArray (moved over from MutableArray)
-
sof authored
Completeness job - added read and write ops for various sized Ints and Words.
-
sof authored
Added --> {Int,Word}# coercion functions to export list. For internal use only
-
Simon Marlow authored
Avoid a couple of C compiler warnings.
-
sof authored
Added osf3 guess
-
sof authored
Tweaks to make the sources compilable again on osf3.2
-
sof authored
Added isEmptyChan
-
- Jan 24, 1999
-
-
sof authored
Moved ST <--> IO coercion functions from IOExts to ST (and LazyST) docs.
-
sof authored
- Completed lists of coercion functions provided. - Clarified what behaviour to expect from Enum instances.
-
sof authored
GhcReportCompiles: default is NO
-
sof authored
more updates
-
sof authored
Tidied up desugar warnings - will now print out patterns containing infix constructors correctly.
-
sof authored
Updated desugaring reg. tests
-
- Jan 23, 1999
-
-
sof authored
even more h98 updates, this time to codeGen tests
-
sof authored
updates and tweaks
-
sof authored
more h98 updates
-
sof authored
h98 updates
-
sof authored
Updated
-
sof authored
Updated for H98
-
sof authored
More Enum regression tests than you can shake a stick at.
-
sof authored
Updated to work with current sources
-
sof authored
Fixes to {word,int}64ToIntegerZh_fast
-
sof authored
docfix
-
sof authored
Added comment next to the I*_ macros to explain why having them expand to use 'static' instead of 'extern' is a Really Bad Idea.
-
sof authored
integerToInt64Zh: didn't handle negative integers particularly well
-
sof authored
Bunch of bug fixes related to Enum instances. Code clean-up.
-
sof authored
Move ST <--> IO coercion functions from IOExts to (Lazy)?ST
-
sof authored
Removed workaround for bug - fixed (a while ago.)
-
sof authored
Changed the various Ix.range methods, to specifically check whether we're dealing with an empty range or not. As it was, empty array weren't handled properly.
-
sof authored
Tag all 'foreign import's as being unsafe.
-
sof authored
do_if_stmt: insert extra (I_) to avoid minInt blues.
-