[s-xml-cvs] CVS update: s-xml/ChangeLog

Sven Van Caekenberghe scaekenberghe at common-lisp.net
Thu Jan 19 20:00:05 UTC 2006


Update of /project/s-xml/cvsroot/s-xml
In directory common-lisp:/tmp/cvs-serv22035

Modified Files:
	ChangeLog 
Log Message:
added a set of patches contributed by David Tolpin dvd at davidashen.net : we're now using char of type Character and #\Null instead of null, read/unread instead of peek/read and some more declarations for more efficiency - added hooks for customizing parsing attribute names and values

Date: Thu Jan 19 14:00:05 2006
Author: scaekenberghe

Index: s-xml/ChangeLog
diff -u s-xml/ChangeLog:1.5 s-xml/ChangeLog:1.6
--- s-xml/ChangeLog:1.5	Sun Nov 20 08:24:33 2005
+++ s-xml/ChangeLog	Thu Jan 19 14:00:05 2006
@@ -1,3 +1,9 @@
+2006-01-19 Sven Van Caekenberghe <svc at mac.com>
+
+	* added a set of patches contributed by David Tolpin dvd at davidashen.net : we're now using char of type 
+	Character and #\Null instead of null, read/unread instead of peek/read and some more declarations for
+	more efficiency - added hooks for customizing parsing attribute names and values
+
 2005-11-20 Sven Van Caekenberghe <svc at mac.com>
 
 	* added xml prefix namespace as per REC-xml-names-19990114 (by Rudi Schlatte)
@@ -57,4 +63,4 @@
 	* release 0
 	* as part of an XML-RPC implementation
 
-$Id: ChangeLog,v 1.5 2005/11/20 14:24:33 scaekenberghe Exp $
+$Id: ChangeLog,v 1.6 2006/01/19 20:00:05 scaekenberghe Exp $




More information about the S-xml-cvs mailing list