- 10 May, 1999 2 commits
- 07 May, 1999 7 commits
-
-
sof authored
integer2Int# again: don't flip sign unless outside [minInt,maxInt]
-
simonm authored
some test updates
-
simonm authored
Fix bug in tagToEnum#: if the amode of the tag overlapped with node, bogus code would be generated. Now load the tag into a temporary before doing the table lookup.
-
sof authored
Fixed two showstopping bugs in 'deriving Read' code (mea culpa).
-
simonm authored
Don't try to make a tag2con function if we're deriving Ix on a single-constructor datatype (it isn't needed, and will probably be type-incorrect anyway).
-
simonm authored
Ignore exceptions in the spawned threads.
-
simonm authored
Don't test for CLOSURE_SHOULD_SPARK in forkzh, because forkzh's argument is an IO action and we're about to apply it to the state anyway.
-
- 06 May, 1999 2 commits
- 05 May, 1999 8 commits
-
-
keithw authored
Add a space to panic message from zipWith*Equal.
-
sof authored
DLL config added
-
sof authored
Improved the splitting of the std. generator
-
sof authored
switch over to using Winsock on the _WIN32 side
-
sof authored
stubs for starting & stopping Winsock
-
sof authored
Winsock support
-
sof authored
Empty rec pattern test
-
sof authored
Allow record pattern "F{}" on any old constructor, not just with those that have labelled fields.
-
- 04 May, 1999 14 commits
-
-
sof authored
Check for presence of winsock.h
-
sof authored
Misc tweaks to Win32 DLL setup
-
sof authored
Module defn files for RTS + the bits that the RTS need from the Prelude
-
sof authored
integer2Int# isn't sign preserving any longer, but modulo maxBound
-
sof authored
Moved DLL-related macros out of Stg.h and into separate .h file
-
sof authored
Removed last vestiges of PrelBase_Bool_closure_tbl (yes\!)
-
sof authored
* Added option --mk-dll (and -optdll<foo>) to ease the creation of DLLs containing ghc-compiled code (see docs for details). * Fixed bug which caused non-std ways to pick up the std way's interface files when compiling the prelude.
-
sof authored
a rule or two for building DLLs
-
sof authored
Added support for dllwrap options
-
sof authored
added a new way (dll) to use when building Prelude DLLs
-
sof authored
added HAVE_WIN32_DLL_SUPPORT
-
sof authored
New option: --enable-win32-dlls
-
sof authored
Updated _casm_ example
-
sof authored
a howto on Win32 DLLs
-
- 03 May, 1999 1 commit
-
-
sof authored
Win32'ified
-
- 29 Apr, 1999 3 commits
- 28 Apr, 1999 3 commits