- Aug 06, 1998
-
-
Simon Marlow authored
Fix leading underscore test.
-
- Aug 05, 1998
-
-
sof authored
cygwin32 doesn't support the ops for inspecting the various /etc/ files
-
sof authored
cygwin32 mods
-
sof authored
accept buglet
-
sof authored
Dynamic library test cases
-
sof authored
- Completed the (tedious) job of defining Typeable instances - removed test code (now in regression lib)
-
sof authored
Added GetOpt; documented unsafeIOToST; documented pre-defined Typeable instances
-
sof authored
New home
-
sof authored
GetOpt has moved over to exts/
-
Simon Peyton Jones authored
Fix tyvar scope problem
-
- Aug 04, 1998
-
-
sof authored
Foreign section expanded. Doc-fixes
-
Simon Marlow authored
add a quick stable ptr stress test.
-
Simon Marlow authored
add missing stdout file.
-
- Aug 03, 1998
-
-
sof authored
Added sect. on Dynamic library
-
- Jul 27, 1998
-
-
sof authored
Cheap and cheerful dynamic types library, closely based on Hugs library with the same name. (docs to follow soon)
-
Simon Marlow authored
Add a test for black hole behaviour, where a computation is shared between threads.
-
Simon Marlow authored
Forgot to add the Makefile, it seems.
-
- Jul 24, 1998
- Jul 23, 1998
-
-
Simon Marlow authored
Converting a suffix rule to a pattern rule appears to fix some build problems. Don't ask me why.
-
sof authored
back out foreign decl change, not supposed to see that just yet
-
- Jul 22, 1998
-
-
sof authored
IO.hInputReady: interval arg is millisecs, not secs
-
Simon Marlow authored
Correct type error in previous commit.
-
- Jul 21, 1998
-
-
sof authored
commas inside SLIT()s have never been a good idea
-
- Jul 20, 1998
-
-
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
-
- 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
-