[Lunar-commits] r25081 - moonbase/trunk/devel/gc

Florin Braescu florin at lunar-linux.org
Wed Jul 4 03:45:48 CEST 2007


Author: florin
Date: 2007-07-04 03:45:48 +0200 (Wed, 04 Jul 2007)
New Revision: 25081

Modified:
   moonbase/trunk/devel/gc/DETAILS
Log:
bump the version from 6.8 to 7.0. The C code now requires at least C89. The live data in the heap is now counted, helping to make the heap expansion heuristic more robust. Thread local allocation support was enhanced. Some obsolete platform support such as old-style Solaris threads was removed. Some new platform support was added. Various bugs were fixed. 

Modified: moonbase/trunk/devel/gc/DETAILS
===================================================================
--- moonbase/trunk/devel/gc/DETAILS	2007-07-04 01:28:59 UTC (rev 25080)
+++ moonbase/trunk/devel/gc/DETAILS	2007-07-04 01:45:48 UTC (rev 25081)
@@ -1,13 +1,12 @@
           MODULE=gc
-         VERSION=6.8
-          SOURCE=$MODULE$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
+         VERSION=7.0
+          SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
-      SOURCE_VFY=sha1:6d5def5ba5d29292ba9c76f04df3ec06d3ab3278
+      SOURCE_VFY=sha1:657d84b702a572f8a510d2c28578a6dbaad3fed2
         WEB_SITE=http://www.hpl.hp.com/personal/Hans_Boehm/gc/
          ENTERED=20020314
-         UPDATED=20060714
-           SHORT="a Garbage collector"
+         UPDATED=20070704
+           SHORT="A garbage collector"
 
 cat << EOF
 The Boehm-Demers-Weiser conservative garbage collector can be used as a 



More information about the Lunar-commits mailing list