- 23 Jun, 1999 3 commits
- 22 Jun, 1999 6 commits
-
-
simonpj authored
Add HsBinds.isPragSig
-
simonpj authored
Do CSE right after a simplification pass; needs no-shadowing invariant
-
simonpj authored
Pragmas for default decls
-
simonpj authored
Add common sub-expression
-
simonpj authored
Remove exponential simplifier run-time bug
-
simonpj authored
Many small tuning changes
-
- 21 Jun, 1999 1 commit
-
-
simonmar authored
Up heap size for Parser.hs a bit more.
-
- 18 Jun, 1999 3 commits
- 17 Jun, 1999 1 commit
-
-
simonmar authored
Comment cleanup and literisation(?) by Wolfram Kahl <kahl@DI.Unipi.IT>.
-
- 16 Jun, 1999 3 commits
-
-
simonmar authored
Urk, more fixes. This thing *really* needs to be taken out and shot.
-
simonmar authored
Fix for default unregisterised builds.
-
simonmar authored
Make use of the $(GhcWithRegisterised) build flag from config.mk. You can now get an unregisterised build by *either* - setting GhcWithRegisterised to NO in build.mk, or - adding 'u' to GhcLibWays. The former will make all compilations unregisterised, whereas the latter will require a '-unreg' flag to be passed to the compiler to get the unregisterised build.
-
- 15 Jun, 1999 2 commits
-
-
simonmar authored
Test for Richard Reid's bug: syntax C{} for constructing C with all fields set to bottom.
-
simonmar authored
Allow the syntax C{} for building an unlabelled constructor C and setting all of C's fields to bottom. The Haskell report is a bit vague on whether this is legal, but it turns out to be quite easy to support.
-
- 14 Jun, 1999 10 commits
-
-
simonmar authored
build Posix before Misc.
-
simonmar authored
Don't rely on bad implementation of 'sum', now that we don't have one :)
-
simonmar authored
Allow ``...'' as argument of __casm.
-
simonmar authored
Don't chop off the last character of the buffer.
-
simonmar authored
tcrun004 uses existentials, needs -fglasgow-exts.
-
simonmar authored
Forgot 'forall' and 'foreign' as possible variable names.
-
simonmar authored
Oops, forgot that the memory returned from realloc could have moved.
-
simonpj authored
Add tcfail082.stderr
-
simonpj authored
Accept some test changes; add tcfail082, read021
-
sof authored
prescript wibble
-
- 12 Jun, 1999 1 commit
-
-
keithw authored
K&R -> ANSI token pasting (ie, x##y for x/**/y)
-
- 11 Jun, 1999 2 commits
- 09 Jun, 1999 7 commits
-
-
simonmar authored
Add a few SPECIALISE/INLINE pragmas.
-
simonmar authored
- Recognise #-} as the end-of-pragma symbol even when -fglsagow-exts is off. Certain pragmas are Haskell (like {-# OPTIMIZE #-} :-) and some aren't, so we're not really Haskell compliant here. - Fix case-insensitive pragma matching.
-
simonmar authored
Move some code around to reduce the linkage between CgMonad and CgBindery, and make the .hi-boot-5 file compatible with both 4.02 and 4.03.
-
simonmar authored
Remove debugging trace that sneaked in.
-
simonmar authored
Fix qvarid bug.
-
simonmar authored
Use ClosureInfo.hi-boot instead of ClosureInfo.hi (which might not be built yet).
-
simonpj authored
Lots of small fixes to ghc/tests
-
- 08 Jun, 1999 1 commit
-
-
simonpj authored
Small fixes, including a significant full-laziness bug in OccurAnal
-