ghc-hetmet.git
26 years ago[project @ 1997-10-14 13:23:54 by simonm]
simonm [Tue, 14 Oct 1997 13:23:54 +0000 (13:23 +0000)]
[project @ 1997-10-14 13:23:54 by simonm]
prepend SED and RAWCPP to all scripts, not just PACKAGE_LIB_SCRIPTS.

26 years ago[project @ 1997-10-14 13:20:43 by simonm]
simonm [Tue, 14 Oct 1997 13:20:43 +0000 (13:20 +0000)]
[project @ 1997-10-14 13:20:43 by simonm]
don't substitute for RAWCPP if we're bin-disting

26 years ago[project @ 1997-10-14 10:48:43 by simonm]
simonm [Tue, 14 Oct 1997 10:48:44 +0000 (10:48 +0000)]
[project @ 1997-10-14 10:48:43 by simonm]
add test for locally-overloaded constructor arguments

26 years ago[project @ 1997-10-14 09:37:44 by simonm]
simonm [Tue, 14 Oct 1997 09:37:47 +0000 (09:37 +0000)]
[project @ 1997-10-14 09:37:44 by simonm]
Fix bug in typechecking locally-overloaded function arguments.

26 years ago[project @ 1997-10-13 16:12:54 by simonm]
simonm [Mon, 13 Oct 1997 16:20:10 +0000 (16:20 +0000)]
[project @ 1997-10-13 16:12:54 by simonm]
Changes to unbox the state in the ST and IO monads.

ST now has type

newtype ST s a = ST (State# s -> STret s a)
data STret s a = STret (State# s) a

IO now has type

newtype IO a = IO (State# RealWorld -> IOResult a)
data IOResult a = IOok   (State# RealWorld) a
                | IOfail (State# RealWorld) IOError

So ST should be slightly more efficient, and IO should be nearly as
efficient as ST.

26 years ago[project @ 1997-10-13 15:58:41 by simonm]
simonm [Mon, 13 Oct 1997 15:58:41 +0000 (15:58 +0000)]
[project @ 1997-10-13 15:58:41 by simonm]
this should have been committed before 2.08.

26 years ago[project @ 1997-10-13 10:32:58 by simonm]
simonm [Mon, 13 Oct 1997 10:32:58 +0000 (10:32 +0000)]
[project @ 1997-10-13 10:32:58 by simonm]
replace a few ';' with '&&' so that failures in for-loops bomb out
properly.

26 years ago[project @ 1997-10-13 09:44:11 by simonm]
simonm [Mon, 13 Oct 1997 09:44:11 +0000 (09:44 +0000)]
[project @ 1997-10-13 09:44:11 by simonm]
do the symlink thing when installing, not in the local tree.

26 years ago[project @ 1997-10-13 09:39:23 by simonm]
simonm [Mon, 13 Oct 1997 09:39:23 +0000 (09:39 +0000)]
[project @ 1997-10-13 09:39:23 by simonm]
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

26 years ago[project @ 1997-10-13 09:34:20 by simonm]
simonm [Mon, 13 Oct 1997 09:34:20 +0000 (09:34 +0000)]
[project @ 1997-10-13 09:34:20 by simonm]
Remove generated parsers from ghc/compiler/, since Happy is now in the
tree these can always be rebuilt on site.

26 years ago[project @ 1997-10-09 16:50:35 by simonm]
simonm [Thu, 9 Oct 1997 16:50:35 +0000 (16:50 +0000)]
[project @ 1997-10-09 16:50:35 by simonm]
Fix the 'set -e' business for subdirectories.  Too late for 2.08
unfortunately.

26 years ago[project @ 1997-10-09 15:46:49 by simonm]
simonm [Thu, 9 Oct 1997 15:46:49 +0000 (15:46 +0000)]
[project @ 1997-10-09 15:46:49 by simonm]
back out part of last commit, it didn't take into account executable
files.

26 years ago[project @ 1997-10-09 15:43:17 by simonm]
simonm [Thu, 9 Oct 1997 15:43:17 +0000 (15:43 +0000)]
[project @ 1997-10-09 15:43:17 by simonm]
fix dangling backquote in last commit.

26 years ago[project @ 1997-10-09 15:02:51 by simonm]
simonm [Thu, 9 Oct 1997 15:02:51 +0000 (15:02 +0000)]
[project @ 1997-10-09 15:02:51 by simonm]
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.

26 years ago[project @ 1997-10-09 10:48:00 by sof]
sof [Thu, 9 Oct 1997 10:48:00 +0000 (10:48 +0000)]
[project @ 1997-10-09 10:48:00 by sof]
Added aclocal.m4 to binary distrib; ensure that group write bit is on for all toplevel binary distrib files

26 years ago[project @ 1997-10-09 10:44:36 by sof]
sof [Thu, 9 Oct 1997 10:44:36 +0000 (10:44 +0000)]
[project @ 1997-10-09 10:44:36 by sof]
Avoid adding defn. of RAWCPP and SED when making binary distribs (site-specific

26 years ago[project @ 1997-10-09 10:38:34 by sof]
sof [Thu, 9 Oct 1997 10:38:34 +0000 (10:38 +0000)]
[project @ 1997-10-09 10:38:34 by sof]
Added feature tests for sed and cpp

26 years ago[project @ 1997-10-09 10:38:14 by sof]
sof [Thu, 9 Oct 1997 10:38:14 +0000 (10:38 +0000)]
[project @ 1997-10-09 10:38:14 by sof]
Upped version number; added SED and RAWCPP for lib_scripts

26 years ago[project @ 1997-10-09 10:23:36 by simonm]
simonm [Thu, 9 Oct 1997 10:23:36 +0000 (10:23 +0000)]
[project @ 1997-10-09 10:23:36 by simonm]
urk, extra parenthesis crept in.

26 years ago[project @ 1997-10-09 10:21:35 by sof]
sof [Thu, 9 Oct 1997 10:21:35 +0000 (10:21 +0000)]
[project @ 1997-10-09 10:21:35 by sof]
Added SET_RETADDR macro for MIPSes

26 years ago[project @ 1997-10-09 10:05:05 by sof]
sof [Thu, 9 Oct 1997 10:06:33 +0000 (10:06 +0000)]
[project @ 1997-10-09 10:05:05 by sof]
Added SET_RETADDR macro for MIPSes

26 years ago[project @ 1997-10-09 09:33:07 by uid245]
uid245 [Thu, 9 Oct 1997 09:33:07 +0000 (09:33 +0000)]
[project @ 1997-10-09 09:33:07 by uid245]
avoid another divide by zero.

26 years ago[project @ 1997-10-09 09:08:06 by simonm]
simonm [Thu, 9 Oct 1997 09:08:06 +0000 (09:08 +0000)]
[project @ 1997-10-09 09:08:06 by simonm]
Avoid divide by zero if the measured elapsed time is 0.00 seconds.

26 years ago[project @ 1997-10-08 18:14:23 by sof]
sof [Wed, 8 Oct 1997 18:14:34 +0000 (18:14 +0000)]
[project @ 1997-10-08 18:14:23 by sof]
Use __PARALLEL_HASKELL__ rather than PAR when -cpp'ing Haskell source

26 years ago[project @ 1997-10-08 17:42:31 by sof]
sof [Wed, 8 Oct 1997 17:42:31 +0000 (17:42 +0000)]
[project @ 1997-10-08 17:42:31 by sof]
ForeignObj functionality is not supported in __PARALLEL_HASKELL__

26 years ago[project @ 1997-10-08 17:40:32 by sof]
sof [Wed, 8 Oct 1997 17:40:32 +0000 (17:40 +0000)]
[project @ 1997-10-08 17:40:32 by sof]
Use __PARALLEL_HASKELL__ rather than PAR when -cpp'ing Haskell source

26 years ago[project @ 1997-10-08 12:53:37 by simonm]
simonm [Wed, 8 Oct 1997 12:53:37 +0000 (12:53 +0000)]
[project @ 1997-10-08 12:53:37 by simonm]
Add -fno-implicit-prelude.  This does nothing except tell the reader
that things like () and -> shouldn't be resolved to Prelude.() and
Prelude.->.

26 years ago[project @ 1997-10-08 12:08:14 by simonm]
simonm [Wed, 8 Oct 1997 12:08:14 +0000 (12:08 +0000)]
[project @ 1997-10-08 12:08:14 by simonm]
Fix for special prelude names ((),[],-> etc) when compiling with
-fno-implicit-prelude.

26 years ago[project @ 1997-10-07 15:14:04 by simonm]
simonm [Tue, 7 Oct 1997 15:14:04 +0000 (15:14 +0000)]
[project @ 1997-10-07 15:14:04 by simonm]
- do $(SCRIPT_SUBST) properly for shell scripts.
- don't bomb out if the rmdir fails when cleaning split_objs
directories.

26 years ago[project @ 1997-10-07 15:13:05 by simonm]
simonm [Tue, 7 Oct 1997 15:13:05 +0000 (15:13 +0000)]
[project @ 1997-10-07 15:13:05 by simonm]
add HappyProjectName etc. variables.

26 years ago[project @ 1997-10-07 14:51:49 by simonm]
simonm [Tue, 7 Oct 1997 14:51:49 +0000 (14:51 +0000)]
[project @ 1997-10-07 14:51:49 by simonm]
add missing IFaceFlavour field.

26 years ago[project @ 1997-10-07 14:50:40 by simonm]
simonm [Tue, 7 Oct 1997 14:50:40 +0000 (14:50 +0000)]
[project @ 1997-10-07 14:50:40 by simonm]
test for qualified Prelude bug

26 years ago[project @ 1997-10-06 17:30:16 by sof]
sof [Mon, 6 Oct 1997 17:30:16 +0000 (17:30 +0000)]
[project @ 1997-10-06 17:30:16 by sof]
Avoid unnecessary module dependency (PrelBase.$)

26 years ago[project @ 1997-10-06 17:28:03 by sof]
sof [Mon, 6 Oct 1997 17:28:03 +0000 (17:28 +0000)]
[project @ 1997-10-06 17:28:03 by sof]
forkST cleanup

26 years ago[project @ 1997-10-06 16:10:10 by simonm]
simonm [Mon, 6 Oct 1997 16:10:10 +0000 (16:10 +0000)]
[project @ 1997-10-06 16:10:10 by simonm]
today's changes.

26 years ago[project @ 1997-10-06 12:43:32 by simonm]
simonm [Mon, 6 Oct 1997 12:43:32 +0000 (12:43 +0000)]
[project @ 1997-10-06 12:43:32 by simonm]
outstanding changes

26 years ago[project @ 1997-10-06 09:53:31 by simonm]
simonm [Mon, 6 Oct 1997 09:53:31 +0000 (09:53 +0000)]
[project @ 1997-10-06 09:53:31 by simonm]
import userStyle.

26 years ago[project @ 1997-10-06 09:52:41 by simonm]
simonm [Mon, 6 Oct 1997 09:52:41 +0000 (09:52 +0000)]
[project @ 1997-10-06 09:52:41 by simonm]
fix for qualified Prelude / () bug

26 years ago[project @ 1997-10-06 09:17:54 by simonm]
simonm [Mon, 6 Oct 1997 09:17:54 +0000 (09:17 +0000)]
[project @ 1997-10-06 09:17:54 by simonm]
bogus '/' crept in.

26 years ago[project @ 1997-10-05 21:33:42 by sof]
sof [Sun, 5 Oct 1997 21:33:42 +0000 (21:33 +0000)]
[project @ 1997-10-05 21:33:42 by sof]
Do not use default methods for Enum.enumFromThenTo for Double and Float instances

26 years ago[project @ 1997-10-05 21:32:07 by sof]
sof [Sun, 5 Oct 1997 21:32:07 +0000 (21:32 +0000)]
[project @ 1997-10-05 21:32:07 by sof]
Added missing zipWithM_

26 years ago[project @ 1997-10-05 21:30:40 by sof]
sof [Sun, 5 Oct 1997 21:30:40 +0000 (21:30 +0000)]
[project @ 1997-10-05 21:30:40 by sof]
Added stack checks to startPerformIO; added code to push and pop C stack pointer upon entry/exit from Haskell land(x86 only)

26 years ago[project @ 1997-10-05 21:24:24 by sof]
sof [Sun, 5 Oct 1997 21:24:42 +0000 (21:24 +0000)]
[project @ 1997-10-05 21:24:24 by sof]
Keep track of the number for threads that jump into Haskell from C (via enterStablePtr()) - hack needed to support Conc. Haskell and stable pointers

26 years ago[project @ 1997-10-05 21:01:09 by sof]
sof [Sun, 5 Oct 1997 21:01:09 +0000 (21:01 +0000)]
[project @ 1997-10-05 21:01:09 by sof]
Added expedient hacks to turn off longjmp()ing in scheduler (needed to make threads and stable pointers work properly - x86 only.)

26 years ago[project @ 1997-10-05 20:44:20 by sof]
sof [Sun, 5 Oct 1997 20:44:20 +0000 (20:44 +0000)]
[project @ 1997-10-05 20:44:20 by sof]
doc update

26 years ago[project @ 1997-10-05 20:42:48 by sof]
sof [Sun, 5 Oct 1997 20:42:48 +0000 (20:42 +0000)]
[project @ 1997-10-05 20:42:48 by sof]
wibble

26 years ago[project @ 1997-10-05 20:41:52 by sof]
sof [Sun, 5 Oct 1997 20:41:52 +0000 (20:41 +0000)]
[project @ 1997-10-05 20:41:52 by sof]
Added (inactive) x86 code for storing away C stack pointer in TSOs reg table

26 years ago[project @ 1997-10-05 20:38:58 by sof]
sof [Sun, 5 Oct 1997 20:38:58 +0000 (20:38 +0000)]
[project @ 1997-10-05 20:38:58 by sof]
Added hack for turning off heap check context switches if more than one thread has entered Haskell via a stable ptr (in C). x86 only

26 years ago[project @ 1997-10-05 20:34:00 by sof]
sof [Sun, 5 Oct 1997 20:34:00 +0000 (20:34 +0000)]
[project @ 1997-10-05 20:34:00 by sof]
prototype for NoRunnableThreadsHook changed; commented out old protos

26 years ago[project @ 1997-10-05 20:32:22 by sof]
sof [Sun, 5 Oct 1997 20:32:22 +0000 (20:32 +0000)]
[project @ 1997-10-05 20:32:22 by sof]
Added debug code to PerformReschedule

26 years ago[project @ 1997-10-05 20:30:17 by sof]
sof [Sun, 5 Oct 1997 20:30:17 +0000 (20:30 +0000)]
[project @ 1997-10-05 20:30:17 by sof]
Removed CONCURRENT #ifdef protection; updated docs

26 years ago[project @ 1997-10-05 20:28:54 by sof]
sof [Sun, 5 Oct 1997 20:28:54 +0000 (20:28 +0000)]
[project @ 1997-10-05 20:28:54 by sof]
Use GetThreadContext() to fish out faulting address for segv handlers under cygwin32

26 years ago[project @ 1997-10-05 20:16:04 by sof]
sof [Sun, 5 Oct 1997 20:16:04 +0000 (20:16 +0000)]
[project @ 1997-10-05 20:16:04 by sof]
Fix for -recomp flag (in effect, ignored); Stk size warning: msg fix

26 years ago[project @ 1997-10-03 15:53:46 by andre]
andre [Fri, 3 Oct 1997 15:53:46 +0000 (15:53 +0000)]
[project @ 1997-10-03 15:53:46 by andre]
perl not being added to scripts' top line

26 years ago[project @ 1997-10-03 15:22:48 by simonm]
simonm [Fri, 3 Oct 1997 15:22:48 +0000 (15:22 +0000)]
[project @ 1997-10-03 15:22:48 by simonm]
litify.

26 years ago[project @ 1997-10-03 15:22:20 by simonm]
simonm [Fri, 3 Oct 1997 15:22:20 +0000 (15:22 +0000)]
[project @ 1997-10-03 15:22:20 by simonm]
s/2.07/2.08/g

26 years ago[project @ 1997-10-03 15:21:52 by simonm]
simonm [Fri, 3 Oct 1997 15:21:52 +0000 (15:21 +0000)]
[project @ 1997-10-03 15:21:52 by simonm]
add yet more hacks for tmp_mnt, this time to deal with amd-style mount
points.

26 years ago[project @ 1997-10-03 15:21:21 by simonm]
simonm [Fri, 3 Oct 1997 15:21:21 +0000 (15:21 +0000)]
[project @ 1997-10-03 15:21:21 by simonm]
update for 2.08

26 years ago[project @ 1997-10-03 15:18:32 by simonm]
simonm [Fri, 3 Oct 1997 15:18:32 +0000 (15:18 +0000)]
[project @ 1997-10-03 15:18:32 by simonm]
update version number, and add stuff to install happy.

26 years ago[project @ 1997-10-03 15:16:37 by simonm]
simonm [Fri, 3 Oct 1997 15:16:37 +0000 (15:16 +0000)]
[project @ 1997-10-03 15:16:37 by simonm]
Replace $(ProjectVersion) with $(GhcProjectVersion) where appropriate.

Also add stuff to install happy in a binary distribution.

26 years ago[project @ 1997-10-03 12:35:37 by simonm]
simonm [Fri, 3 Oct 1997 12:35:38 +0000 (12:35 +0000)]
[project @ 1997-10-03 12:35:37 by simonm]
update to 2.08

26 years ago[project @ 1997-10-03 12:33:26 by simonm]
simonm [Fri, 3 Oct 1997 12:33:26 +0000 (12:33 +0000)]
[project @ 1997-10-03 12:33:26 by simonm]
reinstate better error messages for function arguments

26 years ago[project @ 1997-10-03 12:32:01 by simonm]
simonm [Fri, 3 Oct 1997 12:32:01 +0000 (12:32 +0000)]
[project @ 1997-10-03 12:32:01 by simonm]
omit qualifiers by default when printing types

26 years ago[project @ 1997-10-03 12:23:14 by simonm]
simonm [Fri, 3 Oct 1997 12:23:14 +0000 (12:23 +0000)]
[project @ 1997-10-03 12:23:14 by simonm]
add pointer to 2-08-notes.lit

26 years ago[project @ 1997-10-02 19:45:12 by sof]
sof [Thu, 2 Oct 1997 19:45:12 +0000 (19:45 +0000)]
[project @ 1997-10-02 19:45:12 by sof]
Cleanup

26 years ago[project @ 1997-10-02 19:40:41 by sof]
sof [Thu, 2 Oct 1997 19:40:41 +0000 (19:40 +0000)]
[project @ 1997-10-02 19:40:41 by sof]
Use Win32 calls for mprotecting under cygwin32

26 years ago[project @ 1997-10-02 19:39:19 by sof]
sof [Thu, 2 Oct 1997 19:39:19 +0000 (19:39 +0000)]
[project @ 1997-10-02 19:39:19 by sof]
Added newline at end

26 years ago[project @ 1997-10-02 19:38:46 by sof]
sof [Thu, 2 Oct 1997 19:38:46 +0000 (19:38 +0000)]
[project @ 1997-10-02 19:38:46 by sof]
cygwin32 hacks

26 years ago[project @ 1997-10-02 19:28:05 by sof]
sof [Thu, 2 Oct 1997 19:28:05 +0000 (19:28 +0000)]
[project @ 1997-10-02 19:28:05 by sof]
Use exeext; removed non-#! support for cygwin32 (no longer needed)

26 years ago[project @ 1997-10-02 19:24:01 by sof]
sof [Thu, 2 Oct 1997 19:24:01 +0000 (19:24 +0000)]
[project @ 1997-10-02 19:24:01 by sof]
Added exeext (cygwin32b18-specific);turn off splitting for profiled libs

26 years ago[project @ 1997-10-01 23:02:40 by andre]
andre [Wed, 1 Oct 1997 23:02:40 +0000 (23:02 +0000)]
[project @ 1997-10-01 23:02:40 by andre]
changing version number to 2.07

26 years ago[project @ 1997-09-30 15:45:00 by simonm]
simonm [Tue, 30 Sep 1997 15:45:00 +0000 (15:45 +0000)]
[project @ 1997-09-30 15:45:00 by simonm]
release notes for next version

26 years ago[project @ 1997-09-30 13:08:46 by simonm]
simonm [Tue, 30 Sep 1997 13:08:46 +0000 (13:08 +0000)]
[project @ 1997-09-30 13:08:46 by simonm]
add grouping braces to ENT_FUN_DIRECT macro

26 years ago[project @ 1997-09-30 10:28:12 by simonm]
simonm [Tue, 30 Sep 1997 10:28:12 +0000 (10:28 +0000)]
[project @ 1997-09-30 10:28:12 by simonm]
uncomment creation of 'configure' in binary-dist.

26 years ago[project @ 1997-09-30 10:26:40 by simonm]
simonm [Tue, 30 Sep 1997 10:26:40 +0000 (10:26 +0000)]
[project @ 1997-09-30 10:26:40 by simonm]
version ==> 2.07
PACKAGE_LIBSCRIPTS ==> PACKAGE_LIB_SCRIPTS

26 years ago[project @ 1997-09-26 14:28:43 by simonpj]
simonpj [Fri, 26 Sep 1997 14:28:43 +0000 (14:28 +0000)]
[project @ 1997-09-26 14:28:43 by simonpj]
Fix atomic rhs infelicity in simplifier

26 years ago[project @ 1997-09-26 13:38:58 by simonm]
simonm [Fri, 26 Sep 1997 13:38:58 +0000 (13:38 +0000)]
[project @ 1997-09-26 13:38:58 by simonm]
this file got lost somehow

26 years ago[project @ 1997-09-26 10:03:57 by simonm]
simonm [Fri, 26 Sep 1997 10:03:57 +0000 (10:03 +0000)]
[project @ 1997-09-26 10:03:57 by simonm]
oops, forgot to add this file

26 years ago[project @ 1997-09-25 14:35:16 by simonm]
simonm [Thu, 25 Sep 1997 14:37:39 +0000 (14:37 +0000)]
[project @ 1997-09-25 14:35:16 by simonm]
latest round of fixes for tests

26 years ago[project @ 1997-09-25 09:19:34 by simonm]
simonm [Thu, 25 Sep 1997 09:19:37 +0000 (09:19 +0000)]
[project @ 1997-09-25 09:19:34 by simonm]
remove unused/duplicated files

26 years ago[project @ 1997-09-25 00:11:46 by sof]
sof [Thu, 25 Sep 1997 00:11:46 +0000 (00:11 +0000)]
[project @ 1997-09-25 00:11:46 by sof]
freeze{Float,Double}Array: state token not threaded properly

26 years ago[project @ 1997-09-24 16:19:53 by simonm]
simonm [Wed, 24 Sep 1997 16:19:53 +0000 (16:19 +0000)]
[project @ 1997-09-24 16:19:53 by simonm]
finished today's changes.

26 years ago[project @ 1997-09-24 16:06:34 by simonm]
simonm [Wed, 24 Sep 1997 16:06:34 +0000 (16:06 +0000)]
[project @ 1997-09-24 16:06:34 by simonm]
couple of minor patches to verbatim from Simon P.J.'s copy.

26 years ago[project @ 1997-09-24 16:05:45 by simonm]
simonm [Wed, 24 Sep 1997 16:05:45 +0000 (16:05 +0000)]
[project @ 1997-09-24 16:05:45 by simonm]
don't use 'flex -s' to compile verbatim: it wasn't designed for it :)

26 years ago[project @ 1997-09-24 15:58:41 by simonm]
simonm [Wed, 24 Sep 1997 15:58:41 +0000 (15:58 +0000)]
[project @ 1997-09-24 15:58:41 by simonm]
aaargh, what's this doing here?

26 years ago[project @ 1997-09-24 15:55:52 by simonm]
simonm [Wed, 24 Sep 1997 15:55:54 +0000 (15:55 +0000)]
[project @ 1997-09-24 15:55:52 by simonm]
add RTS draft document

26 years ago[project @ 1997-09-24 15:39:52 by simonm]
simonm [Wed, 24 Sep 1997 15:39:52 +0000 (15:39 +0000)]
[project @ 1997-09-24 15:39:52 by simonm]
remove $(basename ..) from $(GhcLibHcOpts).

26 years ago[project @ 1997-09-24 11:50:37 by simonm]
simonm [Wed, 24 Sep 1997 11:50:37 +0000 (11:50 +0000)]
[project @ 1997-09-24 11:50:37 by simonm]
Build and install documentation for a binary distribution.

26 years ago[project @ 1997-09-24 11:08:42 by simonm]
simonm [Wed, 24 Sep 1997 11:11:27 +0000 (11:11 +0000)]
[project @ 1997-09-24 11:08:42 by simonm]
test updates

26 years ago[project @ 1997-09-24 10:18:31 by simonm]
simonm [Wed, 24 Sep 1997 10:18:31 +0000 (10:18 +0000)]
[project @ 1997-09-24 10:18:31 by simonm]
remove last bit of deforester.

26 years ago[project @ 1997-09-24 09:08:21 by simonm]
simonm [Wed, 24 Sep 1997 09:09:02 +0000 (09:09 +0000)]
[project @ 1997-09-24 09:08:21 by simonm]
Remove deforester

26 years ago[project @ 1997-09-24 00:58:48 by sof]
sof [Wed, 24 Sep 1997 00:58:48 +0000 (00:58 +0000)]
[project @ 1997-09-24 00:58:48 by sof]

26 years ago[project @ 1997-09-24 00:58:27 by sof]
sof [Wed, 24 Sep 1997 00:58:27 +0000 (00:58 +0000)]
[project @ 1997-09-24 00:58:27 by sof]
Enable fork# with __CONCURRENT_HASKELL__

26 years ago[project @ 1997-09-24 00:56:50 by sof]
sof [Wed, 24 Sep 1997 00:56:50 +0000 (00:56 +0000)]
[project @ 1997-09-24 00:56:50 by sof]
stop-on-error behaviour for recursive rules

26 years ago[project @ 1997-09-23 21:52:24 by sof]
sof [Tue, 23 Sep 1997 21:52:24 +0000 (21:52 +0000)]
[project @ 1997-09-23 21:52:24 by sof]
Add newline to version msg string

26 years ago[project @ 1997-09-23 15:32:20 by simonm]
simonm [Tue, 23 Sep 1997 15:32:20 +0000 (15:32 +0000)]
[project @ 1997-09-23 15:32:20 by simonm]
Add information on how to mix -cpp and string gaps.

26 years ago[project @ 1997-09-22 13:42:51 by simonm]
simonm [Mon, 22 Sep 1997 13:42:51 +0000 (13:42 +0000)]
[project @ 1997-09-22 13:42:51 by simonm]
nuke GhcBuildeeVersion (which wasn't used anywhere) and
GhcBuilerVersion (which was potentially wrong and not used anywhere).

26 years ago[project @ 1997-09-22 10:55:42 by simonm]
simonm [Mon, 22 Sep 1997 10:58:47 +0000 (10:58 +0000)]
[project @ 1997-09-22 10:55:42 by simonm]
update typechecker tests

26 years ago[project @ 1997-09-22 09:56:35 by simonm]
simonm [Mon, 22 Sep 1997 09:56:35 +0000 (09:56 +0000)]
[project @ 1997-09-22 09:56:35 by simonm]
update version numbers.

26 years ago[project @ 1997-09-22 09:50:01 by simonm]
simonm [Mon, 22 Sep 1997 09:50:01 +0000 (09:50 +0000)]
[project @ 1997-09-22 09:50:01 by simonm]
update for 2.07