Rhodri James
bd12cbc629
Remove CharData_{Append|Check}String functions
...
Mixing XML_Char and char strings is a bad idea, and trying to put
chars into an XML_Char array tends not to work as you might hope.
Removing these functions removes the temptation to break builds.
2017-08-29 23:21:51 +02:00
Sebastian Pipping
a704c940a4
Inline copyright headers with C/C++ code where missing ( #116 )
2017-08-12 21:02:41 +02:00
Rhodri James
e932825e22
Test long UTF-16 CDATA (more than internal buffer size)
2017-07-16 19:01:38 +02:00
Fred L. Drake, Jr.
467731ab14
make the headers for support code more C++ friendly
2004-09-30 04:58:09 +00:00
Fred L. Drake, Jr.
219908bec6
Add a small comment to tell what this is.
2002-05-22 20:20:05 +00:00
Fred L. Drake, Jr.
f122dd821c
Remove the use of C99's stdbool.h and the bool type; not all compilers
...
support this (gcc 2.8.1 on IRIX 6.5 bit this time).
2002-05-21 21:39:18 +00:00
Fred L. Drake, Jr.
198ab270fe
Revise the data accumulation to be at least a little separated from the
...
actual test code. Not pretty & lacking in internal documentation, but
allows the test code to be a bit more readable.
2002-04-25 04:04:42 +00:00