- Feb 20, 1998
-
-
Simon Marlow authored
update for 3.01
-
Simon Marlow authored
cut-n-paste-o.
-
Simon Marlow authored
cut-and-paste-o.
-
Simon Marlow authored
remove spurious reference to GHC.hi (probably a cut-and-paste-o).
-
- Feb 19, 1998
-
-
sof authored
- Handle \begin{code} ... \end{code} + <code> ... </code>
-
sof authored
don't recurse over the different ways with `make runtests' inside leaf directories, leave that to `make all'.
-
sof authored
Adjust a couple of dummy references to point to PrelGHC rather than GHC.
-
Simon Marlow authored
header file for ByteOps.c.
-
Simon Marlow authored
C support for ByteOps.lhs.
-
Simon Marlow authored
remove comment on GhcProjectVersion: it caused problems with make dist.
-
- Feb 18, 1998
- Feb 17, 1998
-
-
sof authored
don't look for green-card binary, use the one in the build tree instead.
-
sof authored
- TAGS rule: be quiet if we fail to copy generated TAGS file from build to source tree.
-
sof authored
- arityErr: prefix error message with what kind of constructor that is being used wrongly.
-
Simon Marlow authored
Remove redundant PROJECT{VERSION,NAME,PATCHLEVEL} in favour of ProjectVersion etc. from config.mk.in.
-
- Feb 16, 1998
-
-
sof authored
Intial checkin of h/direct - an IDL to Haskell compiler.
-
- Feb 14, 1998
-
-
sof authored
Adjusted PrelRead heap setting.
-
- Feb 12, 1998
-
-
sof authored
New attempt at converting backslashes into forward ones.
-
Simon Marlow authored
combining undeclared infix operators (from a bug in Hugs).
-
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.
-