- Jul 20, 1998
- Jul 18, 1998
-
-
sof authored
Bring sameMVar# into scope
-
- Jul 17, 1998
-
-
Simon Marlow authored
Add sameMVar# primop, and use it to define an instance for Eq (MVar a).
-
- Jul 16, 1998
-
-
Simon Peyton Jones authored
Fix tyvar scope bug
-
- Jul 10, 1998
-
-
sof authored
Added .gc -> .lhs suffix rule
-
- Jul 09, 1998
-
-
Simon Peyton Jones authored
Put IMustBeINLINEd on constructors
-
sof authored
Check if one method dict bug in 3.02 has been squashed
-
- Jul 08, 1998
-
-
Simon Peyton Jones authored
Use constr-id application when building dictionary
-
Simon Marlow authored
'make boot' fixes.
-
Simon Marlow authored
change imports so that make boot works.
-
Simon Marlow authored
'make boot' fixes.
-
Simon Marlow authored
'make boot' fixes
-
sof authored
Int <-> Addr (non-std) conversions
-
sof authored
post 3.02 export indexAddrOffAddr from Addr, not ByteArray
-
- Jul 06, 1998
-
-
Juan J. Quintela authored
New untidy function: All Parens are puted there Now strings give error messages only when necesary. And you can mix list of chars and strings whitout problems. Now records give error messages only when necesary.
-
- Jul 03, 1998
-
-
Simon Marlow authored
need to import Addr.
-
- Jul 02, 1998
-
-
sof authored
When generating the InPats to be included in a warning, make sure that non-simple conpat args have PatParIns around them. Don't understand why the warnings return InPats and not OutPats though.
-
sof authored
Extended to test right shifting
-
sof authored
shift right: iShiftRA# expects shift length to be >=0
-
Simon Marlow authored
Test for 'main' space leak (fixed in new RTS).
-
Simon Marlow authored
need Addr import.
-
Simon Marlow authored
add \$Id\$.
-
Simon Marlow authored
Add specialise pragmas (which don't work at the moment, due to an unidentified bug in the specialiser/simplifier).
-
Simon Marlow authored
update for alpha/osf3.
-
Simon Marlow authored
Workaround bug in alpha NCG by compiling Unique with -fvia-C.
-
- Jun 30, 1998
-
-
sof authored
typedefs for family of sized int types (along the lines of StgTypes.h in new rts sources, but using Word instead of Nat for unsigned ints)
-
- Jun 29, 1998
-
-
sof authored
slightly less obscene #ifdef'ing for solaris, define __EXTENSIONS__ to get at prusage_t struct
-
sof authored
Added OnExitHook(); hook run after Haskell world has been properly shut down
-
sof authored
Minor updates to reflect changes elsewhere
-
sof authored
New interface containing host-specific arch/os info
-
sof authored
Bunch of new conversion operations;Word64 support on 64 bit archs; {write,index,read}Word*Addr functions added
-
sof authored
define sizeof* and {read,Write}X*OffAddr
-
sof authored
Added {read,write}Word{8,16,32}Array functions + sizeof(Mutable)?ByteArray
-
sof authored
Added {index,read,Word}X*OffAddr functions
-
sof authored
#define HOST_ARCH and HOST_OS in locally generated config.h
-
sof authored
Haskell source includeable header file defining sizes of prim. types
-
sof authored
import decl update
-
sof authored
Added functions for creating/reading/writing mutable Word arrays
-