- Jul 02, 1998
-
-
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
-
sof authored
Added indexAddrOffAddr
-
sof authored
Re-export h{Get,Set}Echo
-
sof authored
New functions for getting/setting terminal echo via handles; allow non-std setting/getting of buffering on semi-closed handles
-
sof authored
comment typo
-
sof authored
Wrong t. signature for ioeGetErrorString
-
sof authored
Added basic library for computing MD5 message digests
-
sof authored
Remove unused cpp'ery
-
sof authored
New functions: isCString, psToCString
-
- Jun 26, 1998
- Jun 24, 1998
-
-
Simon Peyton Jones authored
Specialiser for rec bindings
-
- Jun 21, 1998
- Jun 19, 1998
-
-
Simon Marlow authored
Use BUFSIZ sized blocks for Haskell-side buffering, not (BUFSIZ+1), which probably interacts very badly with the C-side buffering.
-
Simon Marlow authored
oops, update acconfig.h too.
-
Simon Marlow authored
update w/ respect to latest configure.in.
-
- Jun 18, 1998
-
-
sof authored
fixed dropPS typo
-
- Jun 16, 1998
-
-
Simon Peyton Jones authored
alleged fix to SetLevels
-
sof authored
New function: okToUnfoldInHiFile. - For values whose RHS have been deemed to be interface file unfolding candidates, do a last minute check to see whether the unfolding is really suitable. An unfolding is not suitable iff - contains a _casm_ - contains a lit-lit The reason for not unfolding _casm_/lit-lits into interface files is that their C fragments are likely to mention #defines/functions that will be out-of-scope at an unfolding site. Turning off unfolding of such expressions avoid this unfortunate situation.
-
Simon Marlow authored
note new GetOpt library.
-
Simon Marlow authored
Add Sven Panne's GetOpt library.
-
sof authored
Don\'t generate con2tag, tag2con funs for newtype derivings
-
- Jun 13, 1998
-
-
sof authored
mirror driver, -concurrent gets you -syslib concurrent
-