Fred L. Drake, Jr.
8292fa6968
Lame "logo" for the Expat web page.
2002-05-09 12:14:33 +00:00
Fred L. Drake, Jr.
bcf2a3ecf4
Added link to information about a C++ binding for Expat.
2002-05-08 11:26:01 +00:00
Fred L. Drake, Jr.
7ed4ac9d81
xml_failure(): Pass the relevant XML_Parser into the function so it is
...
useful when parsing external entities as well as the document entity.
All callers have been updated.
2002-05-04 21:47:46 +00:00
Fred L. Drake, Jr.
d05c7a58f7
Added target to run checks based on xmlwf and James Clark's test cases.
...
This is not run by "make check" since it requires unzip, wget, and network
access to set up the tests. Use "make run-xmltext" to run the tests.
2002-04-29 21:31:18 +00:00
Fred L. Drake, Jr.
0767c2ce17
Fix stupid last minute change.
2002-04-29 17:10:26 +00:00
Fred L. Drake, Jr.
d29adbd972
Added a bunch of assertions that internal assumptions are not violated
...
(specifically, make sure args are not NULL).
If the expected value is not the right length, include the value found in
the error message, to make problems easier to diagnose.
2002-04-29 17:09:31 +00:00
Fred L. Drake, Jr.
6556c9be67
Wrap some long lines, including ones I just introduced.
...
There ought to be a good way to use a real editor with MSCV!
2002-04-26 05:14:20 +00:00
Fred L. Drake, Jr.
79aab4b10a
Cut down on the warnings from MSVC6 on Warning Level 4.
2002-04-26 04:46:24 +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
Fred L. Drake, Jr.
d701da0bd5
Make the organization slightly easier to discern.
2002-04-25 01:42:34 +00:00
Fred L. Drake, Jr.
f759700086
Added "NEWS" file for 1.95.3. Still needs to be filled in a bit.
2002-04-24 13:11:00 +00:00
Fred L. Drake, Jr.
6af14eca02
Bump version number.
2002-04-24 13:10:09 +00:00
Fred L. Drake, Jr.
a1451f8ae7
Take advantage of XML_ParserReset(): Instead of creating new parsers in
...
run_*_check(), reset the parser between uses in the one place its actually
needed.
2002-04-24 03:48:03 +00:00
Fred L. Drake, Jr.
644d3aca65
XML_ParserReset(): New function. Reset a parser to be used again, without
...
having to incur memory allocation costs for subsequent parses.
This closes SF patch #450608 , contributed by David Crowley.
2002-04-24 03:36:23 +00:00
Fred L. Drake, Jr.
36f5bfd4b9
Squash compiler warning (GCC): simply referencing a variable in the
...
initialization clause of a for statement does not have any effect.
2002-04-23 21:36:16 +00:00
Karl Waclawek
968b13268b
Attribute type constants did not have null terminators.
2002-04-23 19:48:29 +00:00
Karl Waclawek
42ab6c34f1
Fixed rev. 1.26 patch for XML_SetReturnNSTriplet.
...
Added fixes to make UTF-16 output work when XML_UNICODE is defined.
2002-04-23 13:49:31 +00:00
Karl Waclawek
59d1c05288
XML_UNICODE fixes
2002-04-23 13:48:50 +00:00
Fred L. Drake, Jr.
d2baa2aec2
Add a new test that demonstrates SF bug #481609 is invalid.
2002-04-22 18:50:18 +00:00
Fred L. Drake, Jr.
c5e5a2cab9
Test support enhancements:
...
_xml_failure(): Clean up the output message so the first line doesn't
wrap in the typical case.
CharData typedef: If count is less than 0, consider it "unset". This
is used in the new support to check attribute values.
accumulate_characters(): Handle storage->count < 0. Allow XML_Char
to be more than one byte.
accumulate_attribute(): New function: store the value of the first
attribute encountered in parsing. This needs the concept of a
CharData that is unset to allow capturing a value that is an empty
string.
check_characters(): Handle storage->count < 0. Allow XML_Char to be
more than one byte.
run_character_check(): Create a local parser so that both
run_character_check() and run_attribute_check() can be used in a
single test function.
run_attribute_check(): New function: check that the value of the
first attribute in a document matches the expected value.
2002-04-22 18:46:00 +00:00
Fred L. Drake, Jr.
91e3f5c543
Add support for the xmlwf manpage, both for install and uninstall.
2002-04-22 17:04:36 +00:00
Fred L. Drake, Jr.
fe6c8d05d1
Formatted version of the Unix manpage, ready for installation.
2002-04-22 17:03:39 +00:00
Greg Stein
5fa57b76e6
xmlwf should depend on the library, too.
2002-04-22 10:22:48 +00:00
Fred L. Drake, Jr.
109bee0339
Added another line to the copyright notice.
2002-04-20 21:32:22 +00:00
Fred L. Drake, Jr.
94cf789277
Bump version number.
2002-04-20 21:17:15 +00:00
Fred L. Drake, Jr.
280934fb22
Bump the release number.
...
Remove text about -fexceptions for use with C++; that is added automatically
now.
2002-04-20 21:15:46 +00:00
Fred L. Drake, Jr.
16b90ab627
Add missing word in comment.
2002-04-20 21:14:48 +00:00
Fred L. Drake, Jr.
d084912ca5
Added missing library to link line for tests; not sure how this had not
...
been checked in!
2002-04-20 13:24:59 +00:00
Fred L. Drake, Jr.
307462a492
Added test for SF bug #480278 .
2002-04-20 13:19:40 +00:00
Fred L. Drake, Jr.
be3da03386
Simplify the command used to run the test program.
2002-04-20 13:11:16 +00:00
Fred L. Drake, Jr.
e2db2bc4c4
Fix typo in comment.
2002-04-20 02:53:15 +00:00
Fred L. Drake, Jr.
ad358dec9e
Check in SF patch #488196 : Make xmlwf read from standard input.
...
This modifies the patch for style (slightly).
The style of these files is also slightly modified in an attempt to create
more consistency. (But that mostly swamps the feature patch.)
2002-04-19 21:41:54 +00:00
Fred L. Drake, Jr.
118257bc4c
Added a test for SF bug #231864 .
2002-04-19 20:59:01 +00:00
Fred L. Drake, Jr.
37371404cd
Check in SF patch #476929 : Fix XML_SetReturnNSTriplet().
...
This is slightly modified from the submitted patch to ensure a variable is
never used uninitialized.
Patch contributed by Karl Waclawek.
2002-04-19 20:52:39 +00:00
Fred L. Drake, Jr.
1258481fbc
Add a test that checks that illegal UTF-8 sequences are not allowed to pass
...
when we are using UTF-8 encoding.
This closes SF bug #477667 .
2002-04-19 19:18:35 +00:00
Fred L. Drake, Jr.
1d5e745673
Make the sample applications depend on the Expat library.
2002-04-19 18:57:24 +00:00
Fred L. Drake, Jr.
083326894e
Add the new tests to the right TCase object.
2002-04-19 18:50:26 +00:00
Fred L. Drake, Jr.
38b6ee29b2
basic_setup(): Remove bogus assumption that all tests would use US-ASCII
...
data; let Expat determine the proper encoding from the XML source text.
Added several tests relating to supposed mis-interpretation of Latin-1;
these show that Expat (at least in the CVS version) is properly decoding
the Latin-1 text and generating the proper UTF-8 output.
This closes SF bug #491986 , #514281 .
2002-04-19 18:25:07 +00:00
Fred L. Drake, Jr.
276e2517e0
Wrap some long lines.
2002-04-19 16:19:33 +00:00
Fred L. Drake, Jr.
a826299332
Remove files that are no longer used.
...
This closes SF patch #488187 .
2002-04-16 03:24:48 +00:00
Fred L. Drake, Jr.
b3a7f3c981
Fix name of the "bin" directory; was missing the default $prefix component.
2002-04-16 02:12:20 +00:00
Fred L. Drake, Jr.
3586d75088
Add link to the TclXML project (includes Tcl binding for Expat).
2002-02-25 16:40:42 +00:00
Fred L. Drake, Jr.
fbd09c0cf0
Manual page for the xmlwf utility, contributed by Scott Bronson.
...
[Description of the -v option added to the original, contributed text.]
2002-02-21 21:27:55 +00:00
Fred L. Drake, Jr.
0fe7c4095f
Added links to the Objective-C and Ruby bindings to Expat.
2002-01-21 19:49:40 +00:00
Fred L. Drake, Jr.
ac32064e84
Add a list of references to other Expat resources.
...
It is short, but it includes a plea for additional links.
2002-01-11 15:42:12 +00:00
Greg Stein
efda56d9fb
Fix the URL to the online CVS browsing.
2001-12-10 00:52:55 +00:00
Greg Stein
cd88ed2b08
Remove the Makefile.in files from the subdirs
2001-12-07 10:20:51 +00:00
Greg Stein
a13d856e8f
* Switch to a single, top-level Makefile (simplification, consistency)
...
* use libtool to compile/link all programs
* remove */Makefile.in and remove them from configure
* remove autom4te.cache after running autoconf
* remove .o from the FILEMAP logic in configure and the Make system;
provides more flexibility in the Makefile to use it
* for VPATH builds: create the build subdirs by running
"make mkdir-init" from the configure script
* adjust .cvsignore files to account for presence of .libs now
2001-12-07 10:19:31 +00:00
Fred L. Drake, Jr.
5ca5c566a6
Add a -v option to cause xmlwf to report the version of Expat (hence the
...
version of xmlwf).
2001-12-05 16:30:31 +00:00
Fred L. Drake, Jr.
f762a852d9
Add a check for unknown command line options.
2001-11-18 13:56:01 +00:00