- Jun 24, 1999
-
-
Simon Marlow authored
Some fixes to this (still non-working) pass.
-
Simon Marlow authored
The decision to not make a static closure should only be taken for top-level bindings.
-
Simon Marlow authored
Minor cleanup
-
Simon Peyton Jones authored
Nuke -fcase-elim; sometimes things fail if you dont have it (Sergeys message)
-
- Jun 23, 1999
-
-
Simon Marlow authored
print minInt as (mintInt+1)-1, to avoid gcc's conversion to unsigned.
-
Simon Marlow authored
Bump version to 4.04 (to avoid confusion with already released 4.03 for Win32).
-
Simon Marlow authored
Don't inline strLength, it causes gcc to run out of registers.
-
Simon Marlow authored
Test for pattern type signatures.
-
Simon Marlow authored
Make scoped type variables work.
-
Simon Marlow authored
rename -ddump-rdr to -ddump-parsed, and make it work.
-
- Jun 22, 1999
-
-
Simon Peyton Jones authored
Add HsBinds.isPragSig
-
Simon Peyton Jones authored
Do CSE right after a simplification pass; needs no-shadowing invariant
-
Simon Peyton Jones authored
Pragmas for default decls
-
Simon Peyton Jones authored
Add common sub-expression
-
Simon Peyton Jones authored
Remove exponential simplifier run-time bug
-
Simon Peyton Jones authored
Many small tuning changes
-
- Jun 21, 1999
-
-
Simon Marlow authored
Up heap size for Parser.hs a bit more.
-
- Jun 18, 1999
-
-
Simon Marlow authored
Up the heap/stack for Parser.hs a bit.
-
Simon Marlow authored
Literate tidyups from Wolfram.
-
Simon Marlow authored
Typo from Wolfram.
-
- Jun 17, 1999
-
-
Simon Marlow authored
Comment cleanup and literisation(?) by Wolfram Kahl <kahl@DI.Unipi.IT>.
-
- Jun 16, 1999
-
-
Simon Marlow authored
Urk, more fixes. This thing *really* needs to be taken out and shot.
-
Simon Marlow authored
Fix for default unregisterised builds.
-
Simon Marlow 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.
-
- Jun 15, 1999
-
-
Simon Marlow authored
Test for Richard Reid's bug: syntax C{} for constructing C with all fields set to bottom.
-
Simon Marlow 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.
-
- Jun 14, 1999
-
-
Simon Marlow authored
build Posix before Misc.
-
Simon Marlow authored
Don't rely on bad implementation of 'sum', now that we don't have one :)
-
Simon Marlow authored
Allow ``...'' as argument of __casm.
-
Simon Marlow authored
Don't chop off the last character of the buffer.
-
Simon Marlow authored
tcrun004 uses existentials, needs -fglasgow-exts.
-
Simon Marlow authored
Forgot 'forall' and 'foreign' as possible variable names.
-
Simon Marlow authored
Oops, forgot that the memory returned from realloc could have moved.
-
Simon Peyton Jones authored
Add tcfail082.stderr
-
Simon Peyton Jones authored
Accept some test changes; add tcfail082, read021
-
sof authored
prescript wibble
-
- Jun 12, 1999
-
-
Keith Wansbrough authored
K&R -> ANSI token pasting (ie, x##y for x/**/y)
-
- Jun 11, 1999
-
-
Simon Marlow authored
- add a test for non-parsing of strict newtype constructor fields - other small fixes
-
Simon Peyton Jones authored
Missing case in collectTypedPatBinders; Andreas Marth bug report
-
- Jun 09, 1999
-
-
Simon Marlow authored
Add a few SPECIALISE/INLINE pragmas.
-