Browse Source

Updated for 6.0pre4.

dtrg 13 years ago
parent
commit
742a6046e7
2 changed files with 12 additions and 7 deletions
  1. 5 0
      CHANGES
  2. 7 7
      README

+ 5 - 0
CHANGES

@@ -2,6 +2,11 @@
 # $State$
 # $Revision$
 
+6.0pre4
+
+  Fixed some minor bit-rotting issues that were preventing compilation on
+  modern Linux systems.
+  
 6.0pre3
 
   Added the cpm platform. Made some optimisations to the i80 code generator,

+ 7 - 7
README

@@ -1,12 +1,8 @@
-# $Source$
-# $State$
-# $Revision$
-
                      THE AMSTERDAM COMPILER KIT V6.0pre3
                      ===================================
 
                   © 1987-2005 Vrije Universiteit, Amsterdam
-                                2007-04-29
+                                2010-08-08
 
 
 INTRODUCTION
@@ -17,7 +13,7 @@ front end compilers for a number of different languages, code generators,
 support libraries, and all the tools necessary to go from source code to
 executable on any of the platforms it supports.
 
-This is an early prerelease of the upcoming version 6.0 release. Not a
+This is an early prerelease of the apocryphal version 6.0 release. Not a
 lot is supported, the build mechanism needs work, and a lot of things are
 probably broken. However, what's there should be sufficient to get things
 done and to evaluate how the full 6.0 release should work. 
@@ -167,4 +163,8 @@ Please enjoy.
 
 David Given (dtrg on Sourceforge)
 dg@cowlark.com
-2007-04-29
+2010-08-08
+
+# $Source$
+# $State$
+# $Revision$