From sdr at jhb.ucs.co.za Mon Oct 4 14:01:15 2004 From: sdr at jhb.ucs.co.za (Sean Ross) Date: Mon, 04 Oct 2004 14:01:15 -0000 Subject: [cl-store-announce] Xml backend. Message-ID: <87brfilguz.fsf@sdr.ucs.co.za> Hi all, Is anyone actually using the xml backend? It's becoming a pain in the rear to maintain and I'm thinking of only keeping it around as a reference of sorts. If anyone is using it just let me know. Regards, Sean. -- "My doctor says that I have a malformed public-duty gland and a natural deficiency in moral fibre," he muttered to himself, "and that I am therefore excused from saving Universes." - Life, the Universe, and Everything Douglas Adams. From sdr at jhb.ucs.co.za Wed Oct 13 13:51:19 2004 From: sdr at jhb.ucs.co.za (Sean Ross) Date: Wed, 13 Oct 2004 13:51:19 -0000 Subject: [cl-store-announce] Release of CL-STORE 0.3 Message-ID: <87acuqu3kl.fsf@sdr.ucs.co.za> CL-STORE 0.3 has just been released. Noteworthy Changes ------------------- - New Magic Number (Objects stored with older versions will be unrestorable) - Lispworks support for storing structures (Thanks to Alain Picard). - Support for infinite floats on Lispworks (Thanks to Alain Picard). - Infinite and NaN float support on SBCL and CMUCL. - Support for symbols with unicode strings as names. - Storing multiple values with multiple-value-store. - Support for NaN floats on Lispworks. - Small optimization for integers (Decreases size of objects). - All errors signalled inside store and restore can be handled by catching store-error and restore-error respectively. If left unhandled the originating error is still signalled. The new version can be asdf-installed or downloaded at http://www.common-lisp.net/project/cl-store Regards Sean. -- "My doctor says that I have a malformed public-duty gland and a natural deficiency in moral fibre," he muttered to himself, "and that I am therefore excused from saving Universes." - Life, the Universe, and Everything Douglas Adams.