- May 22, 2000
-
-
Simon Marlow authored
Add test for record selector functions where the field has a polymorphic type.
-
Simon Marlow authored
Add -fwarn-hi-shadowing to the default set of warnings.
-
Simon Marlow authored
Complain about unrecognised warning options.
-
Simon Marlow authored
Batch finalizers on a per-GC basis. That is, after a GC a single thread is created to run the pending finalizers, rather than creating a thread for each finalizer. This is almost as fast as having a global thread to run finalizers, but doesn't require any global state or special treatment by the scheduler.
-
Simon Marlow authored
Don't use a worker Id for the internal ccall worker; generate a new syslocal instead. This is to avoid a clash in the case where a real worker is generated later on.
-
Simon Marlow authored
be more conservative about inlining PrimOp Ids.
-
Jeff Lewis authored
Please merge, of course ;-) A couple of sentences about implicit parameters for the release notes. You might want to double-check my sgml, which I do not speak fluently.
-
Simon Peyton Jones authored
*** NO NEED TO MERGE WITH 4.07, BUT POSSIBLE *** Warn about completely unused imported modules (when -fwarn-unused-imports)
-
Simon Peyton Jones authored
*** MERGE WITH 4.07 *** Correct types of selectors for records with polymorphic fields. (Bug reported by Martin Kowalczyk.)
-
- May 19, 2000
-
-
Reuben Thomas authored
New member of the family. Look out for .redhat, .mandrake, .beos, .w95,... coming soon.
-
Reuben Thomas authored
Improved DocBook instructions and added a special section for Windows.
-
Reuben Thomas authored
Added BNW of Installing It Yourself to DocBook docs. Added new world of pattern guards to Glasgow Exts.
-
Julian Seward authored
Fix sparc breakage caused by recent (DLLery) NCG hackery. :-)
-
Simon Marlow authored
Make the _ret symbols static; there's no need to have these exported.
-
Simon Marlow authored
Fix type casts w/ CIndex assignments. Should eliminate some warnings in via-C compilations.
-
- May 18, 2000
-
-
sven.panne@aedion.de authored
* A shell-classic: Inserted space before ] (the lexical syntax of shells is always resource of miracles...) * Made searching for a catalog a little bit more cunning: If SGML_CATALOG_FILES is not set, try FPTOOLS_CATALOG_FILE, then /usr/share/sgml/CATALOG.docbkdsl, the SuSE-Linux default, don't know about Red Hat, Debian, etc. This way "make dvi html pdf ps rtf" works out of the box, at least for me. :-)
-
Simon Marlow authored
Add parsec subdir.
-
sven.panne@aedion.de authored
'-#include <foo.h>' gobbled the following option. Fixed.
-
Julian Seward authored
Teach the NCG about the dereferencing and naming conventions to be used when compiling for a DLLised world. Some cleanups on the way too. The scheme is that * All CLabels which are in different DLLs from the current module will, via the renamer, already be such that labelDynamic returns True for them. * Redo the StixPrim/StixMacro stuff so that all references to symbols in the RTS are via CLabels. That means that the usual labelDynamic story can be used. * When a label is printed in PprMach, labelDynamic is consulted, to generate the __imp_ prefix if necessary. * In MachCode.stmt2Instrs, selectively ask derefDLL to walk trees before code generation and insert deferencing code around other-DLL symbols. * When generating Stix for SRTs, add 1 to other-DLL refs. * When generating static closures, insert a zero word before the _closure label.
-
Simon Marlow authored
New version of hGetLine that is roughly 4 times faster than the original, and is tail-recursive to boot. I'm not entirely happy with the code, but it needs to get some testing.
-
sven.panne@aedion.de authored
Add addrOf_ErrorHdrHook prototype
-
sven.panne@aedion.de authored
Make stackOverflow prototype available Haskell compilation
-
Simon Marlow authored
cosmetic only
-
Simon Marlow authored
Remove -noC, add -package concurrent to simpl006_HC_OPTS.
-
Simon Marlow authored
Upd_frame ==> upd_frame
-
Simon Marlow authored
$(SGML_DOC) can only support one document, so build the Build System Guide by default.
-
Simon Marlow authored
doc-building fix.
-
- May 17, 2000
-
-
Jeff Lewis authored
Defer ambiguity test for class members, so that the test is done *after* we know the (extended) functional dependencies (this is a patch that was mostly carried over from hugs98, but a few lines were out of place).
-
- May 16, 2000
-
-
sven.panne@aedion.de authored
Unbreak util package dependencies for non-M$ platforms
-
Simon Marlow authored
Upd_frame ==> upd_frame (somehow this file got missed from yesterday's commit)
-
Reuben Thomas authored
Put the -c flag in the right place.
-
Reuben Thomas authored
Added a description of SGML comments.
-
Reuben Thomas authored
Added FPTOOLS_CATALOG_FILE
-
Reuben Thomas authored
Made it buildable again; notes on installing DocBook/Jade removed for the moment.
-
Reuben Thomas authored
Added docbook-cheat-sheet
-
Reuben Thomas authored
Added -package concurrent.
-
Reuben Thomas authored
Now that -ddump-* dumps to stdout, the stderr/out files need reorganising.
-
Reuben Thomas authored
Added import PrelIOBase, which is now needed.
-
Reuben Thomas authored
Add util packages to memo tests.
-
Reuben Thomas authored
Package fix: don't have posix as a dependency of util on Windows (where posix doesn't work).
-