[cl-store-cvs] CVS update: cl-store/ChangeLog cl-store/cl-store.asd cl-store/default-backend.lisp
Sean Ross
sross at common-lisp.net
Sun Sep 5 14:56:08 UTC 2004
Update of /project/cl-store/cvsroot/cl-store
In directory common-lisp.net:/tmp/cvs-serv5295
Modified Files:
ChangeLog cl-store.asd default-backend.lisp
Log Message:
Nothing worth mentioning
Date: Sun Sep 5 16:56:07 2004
Author: sross
Index: cl-store/ChangeLog
diff -u cl-store/ChangeLog:1.6 cl-store/ChangeLog:1.7
--- cl-store/ChangeLog:1.6 Mon Aug 30 17:10:20 2004
+++ cl-store/ChangeLog Sun Sep 5 16:56:06 2004
@@ -1,4 +1,4 @@
-2004-07-29 Sean Ross <sdr at jhb.ucs.co.za>
+2004-09-01 Sean Ross <sdr at jhb.ucs.co.za>
* sbcl/custom.lisp, sbcl/custom-xml.lisp: Custom structure storing.
* cmucl/custom.lisp, cmucl/custom-xml.lisp: Custom structure storing.
* lispworks/custom.lisp, lispworks/custom-xml.lisp: Custom structure storing
Index: cl-store/cl-store.asd
diff -u cl-store/cl-store.asd:1.6 cl-store/cl-store.asd:1.7
--- cl-store/cl-store.asd:1.6 Thu Sep 2 11:06:58 2004
+++ cl-store/cl-store.asd Sun Sep 5 16:56:06 2004
@@ -39,7 +39,7 @@
:name "CL-STORE"
:author "Sean Ross <sdr at jhb.ucs.co.za>"
:maintainer "Sean Ross <sdr at jhb.ucs.co.za>"
- :version "0.2"
+ :version "0.2.2"
:description "Serialization package"
:long-description "Portable CL Package to serialize data types"
:licence "MIT"
Index: cl-store/default-backend.lisp
diff -u cl-store/default-backend.lisp:1.4 cl-store/default-backend.lisp:1.5
--- cl-store/default-backend.lisp:1.4 Mon Aug 30 17:10:20 2004
+++ cl-store/default-backend.lisp Sun Sep 5 16:56:06 2004
@@ -81,7 +81,7 @@
(defrestore-cl-store (non-return stream)
(restore-object stream)
(restore-object stream))
-
+
;; integers
(defstore-cl-store (obj integer stream)
More information about the Cl-store-cvs
mailing list