Commit graph

19 commits

Author SHA1 Message Date
Laurence Withers
593bb8d80c Fix error where first character of entity name in entity reference was
sent to the wrong buffer, and ended up in content rather than entity
name.
2006-10-26 11:32:08 +01:00
Laurence Withers
bf2ca8d925 Bump version 1.2.5 2006-10-04 10:48:15 +01:00
Laurence Withers
d46aaf2b2e Doc fix. 2006-10-04 10:47:52 +01:00
Laurence Withers
9a33766c62 Further to the previous fix, don't clear the content buffer afetr an open/close tag
callback -- clear it before. This stops included content from being lost.
2006-10-04 10:47:19 +01:00
Laurence Withers
a24d2caad2 Bump version. 1.2.4 2006-09-29 10:56:50 +01:00
Laurence Withers
25af0958a6 Merge branch 'master' of tourmaline:git/libStreamedXML 2006-09-29 10:51:41 +01:00
Laurence Withers
71fda14981 Update internal state before callback; that way, if during the callback we inject some more data
into the parser (e.g. it's an <include> tag or something), the parser is in the correct state.
2006-09-29 10:51:10 +01:00
Laurence Withers
f1fa8b5625 Fix a bug where two separate '-' characters in a comment were interpreted as a single '--' sequence. 2006-09-29 10:41:01 +01:00
Laurence Withers
8e3798dbbc Add cast for printf() 2006-09-08 14:04:46 +01:00
Laurence Withers
c2d02165d7 Edit pkgconf file, bump version. 1.2.3 2006-08-25 10:43:56 +01:00
Laurence Withers
0cc4d09d65 Upgrade to new build system. 1.2.2 2006-08-25 10:42:32 +01:00
Laurence Withers
a2ca4f8122 Add user pointer, bump version. 1.2.1 2006-08-08 14:51:50 +01:00
Laurence Withers
4533df2947 Add in libCStreamedXML and a test program for it. 2006-08-08 12:19:08 +01:00
Laurence Withers
dc6a4cf430 Fix bug: in a PI such as <?test ?pi?>, we got into an incorrect state
on the second ?. This is now properly handled.
2006-08-07 12:51:11 +01:00
Laurence Withers
4eec490403 Bump versions. 1.2.0 2006-08-07 11:07:35 +01:00
Laurence Withers
44147acacf Add line/column reporting to exceptions, update it to work with
std::exception as a base, slightly change semantics of entityRef()
function so that it can report line/col.
2006-08-07 11:06:31 +01:00
Laurence Withers
23f18e10c5 Bump version. 1.1.0 2006-07-31 17:22:14 +01:00
Laurence Withers
7610e244f4 Import old subversion tree. 2006-07-31 17:21:55 +01:00
Laurence Withers
4976710df9 Import build system. 2006-07-31 16:58:13 +01:00