- Feb 03, 1998
-
-
Simon Marlow authored
Not used anymore.
-
Simon Marlow authored
duplicate constructor test
-
Simon Marlow authored
illegal char test
-
Simon Marlow authored
Update test suite for 3.01.
-
Simon Marlow authored
remove hslibs stuff.
-
Simon Marlow authored
take into account $(GhcLibsWithReadline).
-
Simon Marlow authored
forgot one file...
-
- Feb 02, 1998
-
-
Simon Marlow authored
Library re-organisation: All libraries now live under ghc/lib, which has the following structure: ghc/lib/std -- all prelude files (libHS.a) ghc/lib/std/cbits ghc/lib/exts -- standard Hugs/GHC extensions (libHSexts.a) -- available with '-fglasgow-exts' ghc/lib/posix -- POSIX library (libHSposix.a) ghc/lib/posix/cbits -- available with '-syslib posix' ghc/lib/misc -- used to be hslibs/ghc (libHSmisc.a) ghc/lib/misc/cbits -- available with '-syslib misc' ghc/lib/concurrent -- Concurrent libraries (libHSconc.a) -- available with '-concurrent' Also, several non-standard prelude modules had their names changed to begin with 'Prel' to reduce namespace pollution. Addr ==> PrelAddr (Addr interface available in 'exts') ArrBase ==> PrelArr CCall ==> PrelCCall (CCall interface available in 'exts') ConcBase ==> PrelConc GHCerr ==> PrelErr Foreign ==> PrelForeign (Foreign interface available in 'exts') GHC ==> PrelGHC IOHandle ==> PrelHandle IOBase ==> PrelIOBase GHCmain ==> PrelMain STBase ==> PrelST Unsafe ==> PrelUnsafe UnsafeST ==> PrelUnsafeST
-
Simon Marlow authored
Short-cut unary '-' applied to an integer constant, before literal overloading kicks in.
-
Simon Marlow authored
Remove comments of the '%... \n' variety.
-
Simon Marlow authored
Split -fwarn-unused-names into -fwarn-unused-imports Warn about unused explicit imports. (in -W) -fwarn-unused-binds Warn about unused bindings (in -W) -fwarn-unused-matches Warn about unused names in pattern matches (not as useful, relegated to -Wall)
-
Simon Marlow authored
Add -fwarn-unused-toplevel and -fwarn-unused-imports.
-
Simon Marlow authored
remove old section about module recursion.
-
Simon Marlow authored
add section about breaking recursion between modules.
-
Simon Marlow authored
Notes about 'gmake FAST=YES' and requirement of SGML-Tools for building documentation.
-
Simon Marlow authored
SCRIPT_PROG=ghc-$(GhcProjectVersion) SCRIPT_LINK=ghc
-
Simon Marlow authored
Add support for links to versioned driver scripts.
-
Simon Marlow authored
HBC's QSort algorithm moved into List.
-
- Jan 30, 1998
-
-
sof authored
Added NumExts entry
-
sof authored
New sections on naming conventions and NumExts
-
Simon Marlow authored
Remove old literate documentation support, and add support for multi-file SGML documents.
-
Simon Marlow authored
New SGML User Guide, first cut.
-
sof authored
- intToDigit: if we're going to crash and burn, we might as well report back the argument value that caused it.
-
sof authored
- NumExts: new hugs&ghc interface - moved showOct and showHex from Numeric to NumExts
-
sof authored
- added regressions tests for Word, Int & Bits (pinched test file from Hugs dist.) - added NumExts regressions tests
-
sof authored
buglet (showSDoc, not show)
-
- Jan 29, 1998
-
-
sof authored
Added test case for showing Floats and Doubles.
-
sof authored
Don't use typecasts to convert floats to ints, use unions.
-
Simon Peyton Jones authored
Fix interaction of "hiding" on import with "module M" on export
-
Simon Marlow authored
add note about 'make install-doc' to the message printed after configuration.
-
Simon Marlow authored
protect some sections for the !OMIT_NATIVE_CODEGEN case.
-
Simon Marlow authored
fix script installation *again*.
-
- Jan 28, 1998
-
-
Simon Marlow authored
add note about SGML and the installation guide.
-
Simon Marlow authored
Hmmm, .vsgml rule was wrong. Not sure how that happened.
-
Simon Marlow authored
add pointer to 3-00-notes.lit.
-
Simon Marlow authored
complete changes list for 3.00.
-
Simon Marlow authored
update for announcement of 3.00.
-
sof authored
renameSourceCode: don't emit warnings
-
Simon Marlow authored
Bring back old equality instance for Handles (replaced in rev 1.16) in the concurrent case, since Eq isn't defined over MVars.
-
- Jan 27, 1998
-
-
sof authored
AC_SUBST(exeext)
-