- Mar 14, 2000
-
-
sof authored
* 'inlined' subset of the MM protos needed to compile this module, i.e., don't require whoever does a 'make' in ghc/rts/ to have extended their <windows.h> * right Win32 proto for handle_tick()
-
sof authored
Support for setting target-specific CC options via AC_SUBST (and make use of it on the mingw32 front -- 'resist' the temptation to use GMP's config/ story for this.)
-
sof authored
mingw32 support
-
sof authored
remove some Makefile debugging bits
-
sof authored
When booting, pass in --target to gmp/
-
- Mar 13, 2000
-
-
Julian Seward authored
#include wibbles.
-
Julian Seward authored
Win32 wibble.
-
Julian Seward authored
Track recent re-homing of Prelude.h for INTERPRETER.
-
Simon Marlow authored
Remove unsafeThawByteArray# primop (which was a no-op), and use unsafeCoerce# instead.
-
Simon Marlow authored
remove duplicate signal type test.
-
Simon Marlow authored
Add PutFullMVar test
-
Julian Seward authored
Further cleanups of connect.h. Also, zap the Args macro. We really don't need to support K&R C any more.
-
Simon Marlow authored
Need to pull in PutFullMVar from PrelException.
-
Simon Marlow authored
Disable the stuff that was supposed to lex octal & hexadecimal literals, but which didn't work. The code in the Haskell report doesn't attempt to lex these either.
-
Simon Marlow authored
Add new exception: PutFullMVar for putting into an already full MVar.
-
Simon Marlow authored
Move Prelude.h from ghc/includes into ghc/rts. It's essentially a list of the things from the Prelude that the RTS depends on, and isn't relevant to STG code. Furthermore, this helps to clarify which parts of the RTS depend on things from the Prelude (by an explicity #include).
-
Julian Seward authored
Clean up a couple of compilation warnings.
-
Julian Seward authored
Remove #ifdef STANDALONE_INTEGER.
-
Simon Marlow authored
Pick up the pieces after Sven's Saturday Night Fever :)
-
Simon Marlow authored
remove unused gunk.
-
Simon Marlow authored
Remove duplicate definition of unblockOne.
-
Simon Marlow authored
Reset the interrupted flag after an interruption. This allows finalizers to run, and means that Hugs doesn't get stuck in an interruption loop.
-
- Mar 11, 2000
-
-
sven.panne@aedion.de authored
Saturday Night Fever: hPutBufBA again... >:-(
-
- Mar 10, 2000
-
-
Jeff Lewis authored
Removing backend.h for Julian.
-
Julian Seward authored
Update .c files to reflect reorganisation of .h files in this directory.
-
Julian Seward authored
Major cleanup of header files. Merge the 5 deleted files into connect.h. Organise connect.h to gather declarations into roughtly related categories.
-
Julian Seward authored
Nuke a substantial number of no-longer-supported options.
-
Jeff Lewis authored
First stab at reviving TREX - just fixing some header wibbles. Also one small fix to get implicit parameters working (`textOf' needed to be taught that IPCELLs are also OK). Moved #defines for TREX, IPARAM, etc, into options.h (in their previous location at the end of prelude.h, they were being defined too late).
-
Simon Marlow authored
Fix h{Fill,Put}Buf(BA)?. They now work in the presence of partial/blocking reads and writes, and hPutBuf now doesn't hold on to the handle while it's blocking.
-
Simon Marlow authored
Fix h{Fill,Put}Buf(BA)?. They now work in the presence of partial/blocking reads and writes, and hPutBuf now doesn't hold on to the handle while it's blocking.
-
Julian Seward authored
Compilation cleanups: * Add some prototypes to header files, to avoid compilation warnings. * Remove irrelevant #ifdeffery (#if NPLUSK, + various others)
-
- Mar 09, 2000
-
-
AndyGill authored
Rm debugging printf.
-
AndyGill authored
Wibble: rm needless import Prelude used by Hugs.
-
sven.panne@aedion.de authored
Added some NOINLINE pragmas for unsafePerformIO/newIORef hacks.
-
Simon Peyton Jones authored
Correct bug in local fixity decls (reported by Michael Hudson)
-
sven.panne@aedion.de authored
Changed an #ifdef so that the Prelude can be builit again by GHC.
-
Simon Peyton Jones authored
Add fixity tests
-
sven.panne@aedion.de authored
Removed a typo, i.e. ]\begin{code} => \begin{code}
-
Simon Marlow authored
Disable module initialisation under Hugs until we can sort out the hairy linking issues.
-
AndyGill authored
Porting bug fix from Classic Hugs to STG Hugs. This was causing crashes when compiling large examples. Removing some dead code from static.c
-