[Lunar-commits] CVS: moonbase/devel/gc DETAILS,1.1.1.1,1.2

Florin Braescu florin at lunar-linux.org
Mon Jul 12 17:15:00 GMT 2004


Update of /var/cvs/lunar/moonbase/devel/gc
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27331

Modified Files:
	DETAILS 
Log Message:
bump the version from 6.0 to 6.3.


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/gc/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS	21 Aug 2002 00:55:11 -0000	1.1.1.1
+++ DETAILS	12 Jul 2004 17:14:58 -0000	1.2
@@ -1,19 +1,19 @@
           MODULE=gc
-         VERSION=6.0
+         VERSION=6.3
           SOURCE=$MODULE$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
    SOURCE_URL[0]=http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/$SOURCE
+      SOURCE_VFY=md5:8b37ee18cbeb1dfd1866958e280db871
         WEB_SITE=http://www.hpl.hp.com/personal/Hans_Boehm/gc/
          ENTERED=20020314
-         UPDATED=20020314
+         UPDATED=20040712
            SHORT="a Garbage collector"
+
 cat << EOF
-The Boehm-Demers-Weiser conservative garbage collector 
-can be used as a garbage collecting replacement for C 
-malloc or C++ new. It is also used by a number of 
-programming language implementations that use C as 
-intermediate code. Alternatively, it may be used as 
-a leak detector for C or C++ programs. A slightly 
-older version of the garbage collector is also 
-included as part of the GNU compiler (gcc) distribution. 
+The Boehm-Demers-Weiser conservative garbage collector can be used as a 
+garbage collecting replacement for C malloc or C++ new. It is also used 
+by a number of programming language implementations that use C as 
+intermediate code. Alternatively, it may be used as a leak detector for 
+C or C++ programs. A slightly older version of the garbage collector is 
+also included as part of the GNU compiler (gcc) distribution. 
 EOF



More information about the Lunar-commits mailing list