- Jan 26, 1999
-
-
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.
-
sof authored
Parser didn't accept the (all-important) empty module. Does now.
-
sof authored
Updated to work with current sources
-
- Jan 22, 1999
-
-
sof authored
ifaceKeywordsFM: adding missing __ccall_GC entry
-
Simon Marlow authored
Fix include typo.
-
Simon Marlow authored
Fix more uses of [n..m]
-
Simon Marlow authored
Fix a use of [ e1..e2 ] in the light of the new Haskell 98 semantics.
-
Simon Marlow authored
Fix two uses of [ e1 .. e2 ] in light of the new Haskell 98 semantics.
-
- Jan 21, 1999
-
-
sof authored
Enum instances updated to comply with the behaviour that Haskell 98 specifies. Notable changes, * [a..b] is not the empty list when a>b any longer. * [x..] and [x,y..] for Enum Int are now bounded lists. The first change is might be worth bearing in mind when converting 1.4 code to Haskell 98; functions may have made use of the old behaviour.
-