diff options
author | Steve Huston <shuston@riverace.com> | 2003-01-29 00:07:18 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2003-01-29 00:07:18 +0000 |
commit | e6ab763e2ff8d9611a3e1545d5c0899199ef7dca (patch) | |
tree | d53fbab90a4c955937515b5762a1562ad7132f40 /ChangeLogs | |
parent | 46da28f44301c444b053f35ff1699c2e6cc73e70 (diff) | |
download | ATCD-e6ab763e2ff8d9611a3e1545d5c0899199ef7dca.tar.gz |
ChangeLogTag:Tue Jan 28 18:46:41 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ChangeLogs')
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index f92658d5b29..271a9114040 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,19 @@ +Tue Jan 28 18:46:41 2003 Steve Huston <shuston@riverace.com> + + * ACEXML/parser/parser/Parser.cpp (parse_element): When converting + an escape sequence, add its length, don't lose the length of + already-parsed content. Thanks to Emmanuel Thevenot Beaufort + <emmanuel.thevenot-beaufort@jci.com> for this fix. + + * ACEXML/tests/ContentHandler_Test.{cpp dsp}: New test that + illustrates the problem above and validates the fix. + + * ACEXML/tests/Tests.dsw: + * ACEXML/Makefile: + * ACEXML/Makefile.bor: Added ContentHandler_Test. + + * THANKS: Added Emmanuel Thevenot Beaufort to the Hall of Fame. + Tue Jan 28 15:47:29 2003 Steve Huston <shuston@riverace.com> * include/makeinclude/platform_hpux_aCC.GNU: For distrib builds, |