- Feb 09, 1998
-
-
sof authored
- commented out unused code (upp_cc_uf) - don't include module name when dumping scc name inside CC_DECLARE.
-
sof authored
Perform UNC->DOS translation on what bash-cygwin32's pwd returns.
-
Simon Marlow authored
delete a spurious space.
-
sof authored
Do UNC->DOS translation of TOP_PWD
-
sof authored
Re-commit of cygwin32 fix
-
sof authored
misc syslib related fixes
-
- Feb 07, 1998
- Feb 06, 1998
-
-
Simon Marlow authored
Add a few module from the old HBC lib: they're needed by a couple of things in nofib. These can disappear once the dependencies are removed.
-
Simon Marlow authored
correct name of lib.
-
Simon Marlow authored
-syslib conc doesn't have any cbits.
-
Simon Marlow authored
This isn't needed anymore.
-
Simon Marlow authored
remove stray bit of documentation - it was getting in the way of 'make boot'.
-
- Feb 05, 1998
-
-
Simon Marlow authored
alpha-dec-osf1 and alpha-dec-osf3 are now separate configurations.
-
- Feb 04, 1998
-
-
sof authored
Warn specially if users should supply interface files on the command line.
-
sof authored
don't substitute TMPDIR when making binary dists (BIN_DIST=1)
-
sof authored
Avoid use of system() for simple stuff like touching.
-
sof authored
Updated cygwin32 details
-
sof authored
Added TMPDIR to list of variables prepended to perl & sh scripts.
-
sof authored
AC_PROG_GNUCPP: look for (\/|\\)cpp, not (\/|\\\\)cpp
-
sof authored
AC_PROG_GNUCPP: translate backward slashes into forward ones. AC_HAVE_GCC: tweaked sed regexp to catch cygnus gcc snapshot version strings (i.e., version cygnus-2.7.2...)
-
sof authored
AC_SUBST(exeext) added (only non-empty under cygwin32)
-
- Feb 03, 1998
-
-
sof authored
Added entry for assertions
-
sof authored
Support for assertions: - if `assert' is not a variable name within scope, it is expanded to (GHCerr.assert__ <srcLoc>), GHCerr.assert__ :: String -> Bool -> a -> a where <srcLoc> encodes module name plus line number of the assertion. - enabled with -fglasgow-exts
-
Simon Marlow authored
- remove unused imports
-
Simon Marlow authored
- remove unused imports - remove dead code
-
Simon Marlow authored
- Fixes for bootstrapping with 3.01. - Use 'official' extension interfaces rather than internal prelude modules (such as ArrBase) where possible. - Remove some cruft. - Delete some unused imports found by '-fwarn-unused-imports'.
-
Simon Marlow authored
- Fixes for bootstrapping with 3.01. - Use 'official' extension interfaces rather than internal prelude modules (such as ArrBase) where possible. - Remove some cruft. - Delete some unused imports found by '-fwarn-unused-imports'.
-
Simon Marlow authored
missing </tag>.
-
Simon Marlow authored
bump version to 3.01
-
Simon Marlow authored
missing '('.
-
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.
-