- 03 May, 2001 3 commits
- 02 May, 2001 4 commits
-
-
qrczak authored
Oops, exprIsConApp_maybe should ignore only InlineMe notes.
-
sewardj authored
Add test to check contexts on existential types in the interpreter.
-
rrt authored
Remove list of packages to install on Windows; the new story is that you install all of Cygwin.
-
simonpj authored
A bit more about flags for generics
-
- 01 May, 2001 13 commits
-
-
simonmar authored
Close files eagerly after analysing their imports.
-
rrt authored
Add zlib to list of required packages for building.
-
sewardj authored
Implement bci_STKCHECK.
-
simonmar authored
Not quite sure what this test does, but I've had it lying around for a while.
-
simonmar authored
Add an item about the networking library rewrite.
-
simonmar authored
Start a new directory for networking tests, and add a simple test which starts two threads which communicate via a socket. The socket subdirectory already contains some tests, but they're about 6 years old and don't appear to be designed to run without user intervention.
-
sewardj authored
Ignore tyvars on variables bound by case alts when generating unpack code.
-
simonmar authored
Tests for BlockedOnDeadMVar and ThreadKilled exceptions (they generate no output by default in forked threads).
-
simonmar authored
Don't include the win32 and com packages unless we're building for Windows.
-
simonmar authored
fix HC bootstrapping after LibsReadline no longer has the -l prefixes.
-
qrczak authored
Inline instance dictionary functions. Remove {-# INLINE instance #-} support and uses.
-
simonmar authored
Add some {-# SCC #-} annotations, and fix a space leak.
-
simonmar authored
SCC notes move inside other notes.
-
- 30 Apr, 2001 20 commits
-
-
qrczak authored
Fix the inlining bug: exprIsConApp_maybe didn't recognize constructor applications inside notes. I'm not sure if it's the right place to fix. Should notes be ignored in other uses of collectArgs? Perhaps they should be ignored inside the loop of collectArgs? And why the function marked as inline was not inlined even though it's not a constructor application?
-
rrt authored
Remove instructions about making /etc/passwd, as it happens automatically when installing Cygwin.
-
rrt authored
Say not to install the cygwin package, rather than to install it.
-
sewardj authored
Plumb LibsReadline into extra_libraries for -package util, rather than extra_ld_opts, so that GHCi knows to load them too.
-
panne authored
o=>O:-)
-
panne authored
Fix typo
-
simonpj authored
Fix minor typo in generics stuff; could merge with branch
-
simonmar authored
add -fwarn-misc.
-
simonmar authored
document -fwarn-misc.
-
simonmar authored
The convention for warnings currently is: standard warnings indicate "probable bugs", whereas -W warnings indicate "style problems". I think -fwarn-misc is more suited to -W.
-
rrt authored
Added cygwin to list of required packages, and said why gdbm is needed (for CVS).
-
panne authored
HSnet_cbits R.I.P. (BTW, that's what I meant with "monolithic approach" :-)
-
simonpj authored
Fix test so that it doesnt use undecidable instances
-
simonpj authored
----------------------------- Better filtering for warnings ----------------------------- * Add Opt_WarnMisc, to enable warnings not otherwise covered by Opt_Warn* in the renamer * Add RnMonad.ifOptRn :: DynFlag -> RnM d a -> RnM d () and use it many places instead of the clumsy direct code
-
simonpj authored
Add comments in tcInstType
-
simonpj authored
Add comments
-
simonpj authored
Improve error message
-
simonmar authored
Makefile.config should be in a source dist.
-
simonmar authored
better "#define IN_STG_CODE 0" before including the standard HC header in a foreign export dynamic stub, because this isn't really HC code.
-
simonmar authored
Fix the documentation about the -i<dirs> option. These are scanned left to right, but before the package directories. Also add a suitably severe warning about having a module with the same name as a package module.
-