[cl-store-cvs] CVS update: cl-store/ChangeLog cl-store/circularities.lisp

Sean Ross sross at common-lisp.net
Thu Mar 17 12:07:59 UTC 2005


Update of /project/cl-store/cvsroot/cl-store
In directory common-lisp.net:/tmp/cvs-serv1333

Modified Files:
	ChangeLog circularities.lisp 
Log Message:
Changelog 2005-03-17
Date: Thu Mar 17 13:07:58 2005
Author: sross

Index: cl-store/ChangeLog
diff -u cl-store/ChangeLog:1.26 cl-store/ChangeLog:1.27
--- cl-store/ChangeLog:1.26	Tue Mar 15 10:59:38 2005
+++ cl-store/ChangeLog	Thu Mar 17 13:07:58 2005
@@ -1,3 +1,7 @@
+2005-03-17 Sean Ross <sross at common-lisp.net>
+	* doc/cl-store.texi: Fixed up to work 
+	properly with makeinfo.
+	
 2005-03-15 Sean Ross <sross at common-lisp.net>
 	* default-backend.lisp, utils.lisp: Changed reference
 	to array-dimension-limit in array storing to 


Index: cl-store/circularities.lisp
diff -u cl-store/circularities.lisp:1.16 cl-store/circularities.lisp:1.17
--- cl-store/circularities.lisp:1.16	Fri Feb 18 12:10:59 2005
+++ cl-store/circularities.lisp	Thu Mar 17 13:07:58 2005
@@ -92,7 +92,7 @@
 (defvar *stored-counter*)
 (defvar *stored-values*)
 
-(defvar *store-hash-size* 1000)
+(defvar *store-hash-size* 20)
 
 
 (defmethod backend-store ((backend resolving-backend) (place stream) (obj t))
@@ -148,7 +148,7 @@
 (defvar *restore-counter*)
 (defvar *need-to-fix*)
 (defvar *restored-values*)
-(defvar *restore-hash-size* 1000)
+(defvar *restore-hash-size* 20)
 
 (defmethod backend-restore ((backend resolving-backend) (place stream))
   "Restore an object from PLACE using BACKEND. Does the setup for 




More information about the Cl-store-cvs mailing list