[sword-cvs] sword ChangeLog,1.147,1.148
sword@www.crosswire.org
sword@www.crosswire.org
Sun, 25 May 2003 21:32:47 -0700
Update of /usr/local/cvsroot/sword
In directory www:/tmp/cvs-serv8807
Modified Files:
ChangeLog
Log Message:
Added utilfuns/utilxml.cpp and test/xmltest which
include basic xml utility classes
Added comparison operators to SWBuf so it plays
nicely with stl containers
Index: ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/sword/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -C2 -d -r1.147 -r1.148
*** ChangeLog 20 Feb 2003 07:25:19 -0000 1.147
--- ChangeLog 26 May 2003 04:32:44 -0000 1.148
***************
*** 2,5 ****
--- 2,11 ----
app specific changes
+ 25-May-2003 Troy A. Griffitts <scribe@crosswire.org>
+ Added utilfuns/utilxml.cpp and test/xmltest which
+ include basic xml utility classes
+ Added comparison operators to SWBuf so it plays
+ nicely with stl containers
+
19-Feb-2003 Troy A. Griffitts <scribe@crosswire.org>
Added utilfuns/swbuf.cpp and tests/swbuftest