- Feb 12, 1998
-
-
Simon Marlow authored
protect some StablePtr stuff from __PARALLEL_HASKELL__.
-
Simon Marlow authored
test for newtype declaration with an unboxed field.
-
Simon Marlow authored
couple of newtype changes.
-
Simon Marlow authored
Make it an error for a newtype constructor field to be unboxed (this would undoubtedly cause problems later on, better to catch it early). While I'm here, report the context properly for newtype declarations, it was previously being reported as a 'data' declaration.
-
Simon Marlow authored
revert to version 1.9 of AC_PROG_GNUCPP.
-
Simon Marlow authored
revert 'tr' breakage for the time being.
-
- Feb 11, 1998
-
-
Simon Marlow authored
Back-out fix for layout processing in pragmas. It broke things.
-
- Feb 10, 1998
-
-
Simon Marlow authored
fixes for errors in last commit.
-
Simon Peyton Jones authored
Several small fixes to multi-param type classes
-
Simon Marlow authored
test for non-layout processing inside {-# ... #-}
-
Simon Marlow authored
Don't do layout processing inside {-# ... #-}. The fix is horrible, and should probably be redone in a cleaner way at some point.
-
- Feb 09, 1998
-
-
Simon Marlow authored
clean up old scripts.
-
sof authored
Reworded note on the sign extension of shift ops.
-
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
-