- 23 Jul, 1998 1 commit
-
-
sof authored
back out foreign decl change, not supposed to see that just yet
-
- 22 Jul, 1998 2 commits
- 21 Jul, 1998 1 commit
-
-
sof authored
commas inside SLIT()s have never been a good idea
-
- 20 Jul, 1998 10 commits
-
-
sof authored
- Added a word of warning on using 'executeFile' *and* have parent and child share open files.
-
sof authored
Added paragraph about why _casm_s are a bad idea
-
sof authored
importDecl: Improved warning message for (attempted) reflexive import
-
sof authored
Provide option for allowing _casm_s to be unfolded across modules
-
sof authored
- turn on cloning in first simplifier pass to ensure that the output from desugarer&TC gets unique binders before the Simplifier TransformFest really gets going. - Solaris specific: include -lsocket in the linker command line when using -syslib misc. - pipe through to compiler the new option -funfold-casms-in-hi-file.
-
sof authored
non-standard extensions: intToWord and wordToInt coercion functions
-
sof authored
In a moment of boredom, converted to use do notation
-
sof authored
major clean up; fixed misc marshaling bugs; *Entry types now use labelled fields
-
sof authored
cleaned up a little; clarified the byte ordering of host addresses and port numbers
-
sof authored
new functions: unpackCStringIO, unpackCStringLenIO, unpackPSIO, unpackNBytesPS, cByteArrayToPS
-
- 18 Jul, 1998 1 commit
-
-
sof authored
Bring sameMVar# into scope
-
- 17 Jul, 1998 1 commit
-
-
simonm authored
Add sameMVar# primop, and use it to define an instance for Eq (MVar a).
-
- 16 Jul, 1998 1 commit
-
-
simonpj authored
Fix tyvar scope bug
-
- 10 Jul, 1998 1 commit
-
-
sof authored
Added .gc -> .lhs suffix rule
-
- 09 Jul, 1998 2 commits
- 08 Jul, 1998 7 commits
-
-
simonpj authored
Use constr-id application when building dictionary
-
simonm authored
'make boot' fixes.
-
simonm authored
change imports so that make boot works.
-
simonm authored
'make boot' fixes.
-
simonm authored
'make boot' fixes
-
sof authored
Int <-> Addr (non-std) conversions
-
sof authored
post 3.02 export indexAddrOffAddr from Addr, not ByteArray
-
- 06 Jul, 1998 1 commit
-
-
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.
-
- 03 Jul, 1998 1 commit
-
-
simonm authored
need to import Addr.
-
- 02 Jul, 1998 9 commits
-
-
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
-
simonm authored
Test for 'main' space leak (fixed in new RTS).
-
simonm authored
need Addr import.
-
simonm authored
add \$Id\$.
-
simonm authored
Add specialise pragmas (which don't work at the moment, due to an unidentified bug in the specialiser/simplifier).
-
simonm authored
update for alpha/osf3.
-
simonm authored
Workaround bug in alpha NCG by compiling Unique with -fvia-C.
-
- 30 Jun, 1998 1 commit
-
-
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)
-
- 29 Jun, 1998 1 commit
-
-
sof authored
slightly less obscene #ifdef'ing for solaris, define __EXTENSIONS__ to get at prusage_t struct
-