- Feb 09, 1998
-
-
Simon Marlow authored
added stuff about library re-organisation.
-
sof authored
Remove IO exception compat. cruft
-
sof authored
checkForModuleExportDups: no need for irrefutable pats
-
sof authored
New debug flag: -dshow-rn-imports, dump to stderr the paths to the interface files that are slurped.
-
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.
-