- Oct 13, 1997
-
-
Simon Marlow authored
replace a few ';' with '&&' so that failures in for-loops bomb out properly.
-
Simon Marlow authored
do the symlink thing when installing, not in the local tree.
-
Simon Marlow authored
Link ghc to ghc-$(version), not the other way around. This means that old versions won't be spammed when a new one is installed. To go in 3.00
-
Simon Marlow authored
Remove generated parsers from ghc/compiler/, since Happy is now in the tree these can always be rebuilt on site.
-
- Oct 09, 1997
-
-
Simon Marlow authored
Fix the 'set -e' business for subdirectories. Too late for 2.08 unfortunately.
-
Simon Marlow authored
back out part of last commit, it didn't take into account executable files.
-
Simon Marlow authored
fix dangling backquote in last commit.
-
Simon Marlow authored
set $(exeext) to empty, since it's currently set to @exeext@ and there's nothing in the configure script to pass in its real value. I'll move the tag on this file for 2.08, it can be fixed properly later.
-
sof authored
Added aclocal.m4 to binary distrib; ensure that group write bit is on for all toplevel binary distrib files
-
sof authored
Avoid adding defn. of RAWCPP and SED when making binary distribs (site-specific
-
sof authored
Added feature tests for sed and cpp
-
sof authored
Upped version number; added SED and RAWCPP for lib_scripts
-
Simon Marlow authored
urk, extra parenthesis crept in.
-
sof authored
Added SET_RETADDR macro for MIPSes
-
sof authored
Added SET_RETADDR macro for MIPSes
-
Simon Marlow authored
avoid another divide by zero.
-
Simon Marlow authored
Avoid divide by zero if the measured elapsed time is 0.00 seconds.
-
- Oct 08, 1997
-
-
sof authored
Use __PARALLEL_HASKELL__ rather than PAR when -cpp'ing Haskell source
-
sof authored
ForeignObj functionality is not supported in __PARALLEL_HASKELL__
-
sof authored
Use __PARALLEL_HASKELL__ rather than PAR when -cpp'ing Haskell source
-
Simon Marlow authored
Add -fno-implicit-prelude. This does nothing except tell the reader that things like () and -> shouldn't be resolved to Prelude.() and Prelude.->.
-
Simon Marlow authored
Fix for special prelude names ((),[],-> etc) when compiling with -fno-implicit-prelude.
-
- Oct 07, 1997
-
-
Simon Marlow authored
- do $(SCRIPT_SUBST) properly for shell scripts. - don't bomb out if the rmdir fails when cleaning split_objs directories.
-
Simon Marlow authored
add HappyProjectName etc. variables.
-
Simon Marlow authored
add missing IFaceFlavour field.
-
Simon Marlow authored
test for qualified Prelude bug
-
- Oct 06, 1997
-
-
sof authored
Avoid unnecessary module dependency (PrelBase.$)
-
sof authored
forkST cleanup
-
Simon Marlow authored
today's changes.
-
Simon Marlow authored
outstanding changes
-
Simon Marlow authored
import userStyle.
-
Simon Marlow authored
fix for qualified Prelude / () bug
-
Simon Marlow authored
bogus '/' crept in.
-
- Oct 05, 1997
-
-
sof authored
Do not use default methods for Enum.enumFromThenTo for Double and Float instances
-
sof authored
Added missing zipWithM_
-
sof authored
Added stack checks to startPerformIO; added code to push and pop C stack pointer upon entry/exit from Haskell land(x86 only)
-
sof authored
Keep track of the number for threads that jump into Haskell from C (via enterStablePtr()) - hack needed to support Conc. Haskell and stable pointers
-
sof authored
Added expedient hacks to turn off longjmp()ing in scheduler (needed to make threads and stable pointers work properly - x86 only.)
-
sof authored
doc update
-
sof authored
wibble
-