- Apr 17, 2000
-
-
Simon Marlow authored
Add $(INSTALL_INCLUDES), we'll probably need it at some point.
-
Julian Seward authored
Zap an old Partainesque .gdbinit file.
-
- Apr 16, 2000
-
-
sven.panne@aedion.de authored
Make splitting object files the default again on non-Windoze platforms
-
sven.panne@aedion.de authored
Fixed name of std library when not building a DLL
-
- Apr 14, 2000
-
-
sven.panne@aedion.de authored
Reduce number of warnings and raise chances of successful compilation when *not* building an interpreter :-)
-
Reuben Thomas authored
Change package name of prelude to std.
-
Reuben Thomas authored
Correct an off-by-one error.
-
Reuben Thomas authored
Increased paranoia.
-
Reuben Thomas authored
Spell "flush" "flush" not "flish".
-
Reuben Thomas authored
Set fo->bufSize even if it's 0.
-
Reuben Thomas authored
Correct DLL names.
-
Simon Marlow authored
catch exceptions around commitBuffer and free the buffer. This closes one memory leak in the new I/O stuff, there may be another small one left.
-
Reuben Thomas authored
Make PrelMain build under the new packages system (less hacky than before).
-
Reuben Thomas authored
Fixed -split-objs and removed last vestiges of dLL_ifs.hi.
-
Reuben Thomas authored
Removed -fcompiling-prelude flag (now removed from compiler)
-
Julian Seward authored
Clean up the runtime heap before deleting modules (and, currently, after every evaluation) so that the combined system can safely throw away modules and info tables without creating dangling refs from the heap.
-
Simon Marlow authored
Text => Show
-
Julian Seward authored
wibble
-
Julian Seward authored
Change NO_MACHREGS back to NO_REGS -- I misunderstood the problem.
-
Julian Seward authored
gcc-warning-avoiding-wibble
-
Simon Marlow authored
back off from _POSIX_C_SOURCE=199506L to 199309L, because the former causes a bunch of extra functions thread-related to be compiled into each module on Solaris.
-
Simon Marlow authored
msTime() uses non-POSIX features, so #define NON_POSIX_SOURCE.
-
Simon Marlow authored
uncomment prototype for msTime.
-
Simon Marlow authored
#define _POSIX_C_SOURCE 199506L #define _ISOC9X_SOURCE
-
Simon Marlow authored
Free the spare buffers immediately we hClose a file handle.
-
Simon Marlow authored
Fix a bug in commitBuffer, and tweak the semantics of commitBuffer/commitAndReleaseBuffer. Add some comments on the algorithms used here.
-
Simon Marlow authored
fix for interface header regexp; orphan modules weren't being recorded as such.
-
Simon Marlow authored
Don't bother printing the HiVersion in the __interface line (it's added by ghc-iface later on anyway).
-
Simon Marlow authored
Text => Show _ByteArray => ByteArray
-
Simon Marlow authored
fix up imports of ForeignObj(..).
-
Simon Marlow authored
_ForeignObj ==> ForeignObj
-
Simon Marlow authored
we should be using hPutBufFull here.
-
- Apr 13, 2000
-
-
Julian Seward authored
Changed NO_REGS to NO_MACHREGS to avoid inexplicable gcc warnings when building the rts for Hugs.
-
sven.panne@aedion.de authored
GHC has instance amnesia again, so a bunch of funny `import Ppr{Core,Type} ()? had to be added. Sorry, but I need a bootstrapping GHC.
-
sven.panne@aedion.de authored
Again: Addr is an abstract type in Addr, so import from PrelAddr instead. Told you so...
-
sven.panne@aedion.de authored
Bootstrapping fun: * Addr is an abstract type in Addr, so import from PrelAddr instead * Ignore the (recently introduced) return value of hPutBuf{,BA} Probably more to come. No problem, as long as I don't run out of malt first... %-)
-
sven.panne@aedion.de authored
Ooops, forgot one -syslib => -package
-
sven.panne@aedion.de authored
HS_cbits => HSstd_cbits
-
sven.panne@aedion.de authored
StgStablePtr is now void*, as required by The Happy Bit Fiddlers
-
Reuben Thomas authored
Added details of packages.
-