From: Patrick H. <pat...@us...> - 2002-05-16 22:34:32
|
patrickh 2002/05/16 15:34:31 PDT Modified files: cppdom cppdom.cpp Log: Added error message strings for xml_filename_invalid, xml_file_access, and default (so that we don't get back junk memory). Revision Changes Path 1.15 +2 -0 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/cppdom/cppdom/cppdom.cpp.diff?r1=1.14&r2=1.15&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-13 07:32:08
|
allenb 2003/01/12 23:32:07 PST Modified files: cppdom cppdom.cpp Log: Throw exception if user attempts to call addChild with a NULL node. Revision Changes Path 1.33 +6 -2 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.32&r2=1.33&diff_format=h |
From: Patrick H. <pat...@us...> - 2003-01-13 15:41:13
|
patrickh 2003/01/13 07:41:12 PST Modified files: cppdom cppdom.cpp Log: Fixed document saving. Revision Changes Path 1.34 +3 -3 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.33&r2=1.34&diff_format=h |
From: Allen B. <al...@us...> - 2003-02-20 20:14:03
|
allenb 2003/02/20 12:14:02 PST Modified files: cppdom cppdom.cpp Log: Fix a couple of bugs in isEqual test and added some debug output that is commented out by default. Revision Changes Path 1.39 +15 -3 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.38&r2=1.39&diff_format=h |
From: Allen B. <al...@us...> - 2003-02-22 03:25:35
|
allenb 2003/02/21 19:25:35 PST Modified files: cppdom cppdom.cpp Log: Fixed up isEqual to work with element ignore information. Revision Changes Path 1.41 +12 -4 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.40&r2=1.41&diff_format=h |
From: Ben S. <non...@us...> - 2003-06-12 20:48:53
|
nonchocoboy 2003/06/12 13:48:52 PDT Modified files: cppdom cppdom.cpp Log: Fixed occasional crash when a Node's destructor was called twice (by std::vector) causing the node to delete its children twice. Revision Changes Path 1.44 +3 -2 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.43&r2=1.44&diff_format=h |
From: Patrick H. <pat...@us...> - 2004-04-06 02:08:54
|
patrickh 2004/04/05 18:56:13 PDT Modified files: cppdom cppdom.cpp Log: Silence a compiler warning. Revision Changes Path 1.51 +3 -3 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.50&r2=1.51&diff_format=h |
From: Patrick H. <pat...@us...> - 2005-10-24 18:57:03
|
patrickh 2005/10/24 11:56:56 PDT Modified files: cppdom cppdom.cpp Log: Output the document type before any processing instructions. It is not clear to me why the doucment type was not being included with the output before, but it may have something to do with wanting support for encodings other than UTF-8. Revision Changes Path 1.54 +8 -10 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.53&r2=1.54&diff_format=h |
From: Patrick H. <pat...@us...> - 2005-12-04 14:41:06
|
patrickh 2005/12/04 06:40:58 PST Modified files: (Branch: releng-0-6) cppdom cppdom.cpp Log: MFH [rev 1.54]: Output the document type before any processing instructions. It is not clear to me why the doucment type was not being included with the output before, but it may have something to do with wanting support for encodings other than UTF-8. Revision Changes Path 1.53.2.1 +8 -10 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.53&r2=1.53.2.1&diff_format=h |
From: Patrick H. <pat...@us...> - 2005-12-04 14:42:59
|
patrickh 2005/12/04 06:42:53 PST Modified files: (Branch: releng-0-3) cppdom cppdom.cpp Log: MFH [rev 1.54]: Output the document type before any processing instructions. It is not clear to me why the doucment type was not being included with the output before, but it may have something to do with wanting support for encodings other than UTF-8. Revision Changes Path 1.46.2.1 +8 -10 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.46&r2=1.46.2.1&diff_format=h |