Commit Graph

829 Commits

Author SHA1 Message Date
Fred L. Drake, Jr.
d467f7ee94 Add the static libraries to the manifest of installed files for Windows. 2002-09-06 20:32:10 +00:00
Fred L. Drake, Jr.
15f4de36f2 Install the static libs and the PNG icon for the documentaiton. 2002-09-06 20:30:45 +00:00
Fred L. Drake, Jr.
50bf4791f7 Stupid typo. 2002-09-05 21:29:12 +00:00
Fred L. Drake, Jr.
db78c304ec Let's make at least one distribution try to be complete. 2002-09-05 21:25:41 +00:00
Fred L. Drake, Jr.
1486043e74 Add the new, internal header file. 2002-09-05 21:02:17 +00:00
Karl Waclawek
7114a9f6e6 Updated link. 2002-09-05 20:27:51 +00:00
Fred L. Drake, Jr.
8c528fc7e2 Refer to the roadmap document until I can update this page; hopefully
tonight.
2002-09-05 20:27:46 +00:00
Fred L. Drake, Jr.
f8714f4c14 Make it clear that "Namespaces in XML 1.1" is included when we talk
about XML 1.1.
2002-09-05 20:18:45 +00:00
Karl Waclawek
633caf8040 Fred and I added FASTCALL directives to xmltok.c and related files. 2002-09-05 18:21:01 +00:00
Karl Waclawek
6483b5cbdd Make FASTCALL function pointer declaration compile under VC++. 2002-09-05 15:25:06 +00:00
Fred L. Drake, Jr.
efb3190524 Update the version/compatibility information for the API.
Update the email address for bug reports.
2002-09-05 04:46:24 +00:00
Fred L. Drake, Jr.
4d17e2c582 Update RPM spec file for Expat 1.95.5. 2002-09-05 04:17:25 +00:00
Fred L. Drake, Jr.
9d79d46fb9 Update information about the Expat mailing lists, and the version
number.
2002-09-05 03:34:47 +00:00
Fred L. Drake, Jr.
3c08a83d5f Add the proper way of dealing with page margins. This is better than
the browser-specific tags currently in the pages, and works on some
browsers that don't support those extensions.
2002-09-05 03:20:11 +00:00
Fred L. Drake, Jr.
0d43a305a9 Added a news item about the roadmap document. This is important for
the future development efforts.
2002-09-05 03:14:45 +00:00
Fred L. Drake, Jr.
e976a1a67d Add a note to the prolog directing discussion to the expat-discuss
list.
2002-09-05 03:13:05 +00:00
Fred L. Drake, Jr.
e0eade938b Added the date of the last update. 2002-09-05 03:08:01 +00:00
Fred L. Drake, Jr.
0fb88c013f Add link to the roadmap document. 2002-09-05 03:06:48 +00:00
Fred L. Drake, Jr.
16b5677b9b Predict a release date.
Add a note about the internal calling convention magic.
2002-09-05 02:00:56 +00:00
Fred L. Drake, Jr.
858593e849 Use the FASTCALL macro for many of the internal functions. 2002-09-05 01:58:27 +00:00
Fred L. Drake, Jr.
ca524b2c69 Added new header for common internal definitions. These are all performance-
related at the moment.
2002-09-05 01:56:29 +00:00
Fred L. Drake, Jr.
ad0e1a943b Elaborate the XML_GetFeatureList() API a bit, and add additional info
that may be needed by a hughly flexible client.  (Or at least used to check
that the Expat that it links to matches client expectations.)
2002-09-05 01:48:26 +00:00
Fred L. Drake, Jr.
eb13d682e6 Don't hedge; call it what it is. 2002-09-04 17:26:58 +00:00
Fred L. Drake, Jr.
881a54a152 Added text about the pull/suspend model for parsing; not sure this is
in the right section.
2002-09-04 17:25:37 +00:00
Fred L. Drake, Jr.
fde0571cc0 Small elaboration of what the new API needs to support. 2002-09-04 17:06:06 +00:00
Fred L. Drake, Jr.
5d080f104a Add HTML version of the roadmap document currently in development. 2002-09-04 15:47:40 +00:00
Fred L. Drake, Jr.
f314b5a595 Abstract some of the styling information out of the individual documents. 2002-09-04 15:46:35 +00:00
Karl Waclawek
aa6a61475b Included "invalid" test cases, to check if the parser reports them
as well-formed without errors.
2002-09-04 03:04:44 +00:00
Fred L. Drake, Jr.
8875cf76db Update to Karl's version of this script, and use the latest version of
the tests from the W3C.
2002-09-03 23:19:30 +00:00
Karl Waclawek
c6160c2aee Added some comments regarding previous fix (bug #602729). 2002-08-31 02:27:20 +00:00
Karl Waclawek
fb523d10cc Fix bug reported by Rolf Ade:
CR at end of buffer in epilog causes memory access violation.
2002-08-30 23:22:20 +00:00
Fred L. Drake, Jr.
8ebc3a260e New test: demonstrate segfault in epilogProcessor(). Karl has a fix
for this that he'll check in shortly.
2002-08-30 22:05:55 +00:00
Fred L. Drake, Jr.
75796f52a4 Added information on the expat-checkins list. 2002-08-29 18:23:42 +00:00
Fred L. Drake, Jr.
2d231bffbb Update links to the mailing lists. 2002-08-29 18:13:36 +00:00
Fred L. Drake, Jr.
8ab3f3ee92 Make these well-formed XHTML. 2002-08-29 18:07:03 +00:00
Karl Waclawek
1dfb9e1aa6 Added default handler fix. 2002-08-29 18:06:31 +00:00
Fred L. Drake, Jr.
1511fbf505 At least make this well-formed XHTML. 2002-08-29 18:00:51 +00:00
Fred L. Drake, Jr.
8b72d99dbf Tabs are evil; remove them. 2002-08-29 16:48:01 +00:00
Fred L. Drake, Jr.
fc50f773e9 Document the special build considerations for building from a CVS
checkout instead of a packaged source distribution.
2002-08-29 16:46:59 +00:00
Fred L. Drake, Jr.
ee96d299e7 Fixed indentation, added period. 2002-08-29 16:25:12 +00:00
Karl Waclawek
6c2d89cf39 Added static library build support under VC++ 2002-08-29 16:17:09 +00:00
Fred L. Drake, Jr.
fcfed06b51 Consistently use "Expat" when refering to the Expat software.
Other minor clarifications.
2002-08-29 15:57:08 +00:00
Fred L. Drake, Jr.
a759c51ca1 The strings returned as part of the XML_Feature structure should be of type
XML_LChar*, not XML_Char*.
2002-08-29 15:29:52 +00:00
Fred L. Drake, Jr.
e5cf509115 Revise the XML_GetFeatureList() function signature so that we maintain the
behavior that all strings returned from Expat are affected by the XML_UNICODE
and XML_UNICODE_WCHAR_T feature-test macros, and ensure that an application
that needs to determine what type of character data is returned can do so
with reasonable ease.
2002-08-29 04:54:04 +00:00
Fred L. Drake, Jr.
d9be20e8f0 Make the arg to XML_ErrorString() an XML_Error value. Compatible
since enums are binary compatible with ints.
2002-08-27 22:58:25 +00:00
Fred L. Drake, Jr.
325d6f339f Define XML_Error enum before referencing it.
Make the arg to XML_ErrorString() an XML_Error value.  Compatible
since enums are binary compatible with ints.
2002-08-27 22:57:59 +00:00
Fred L. Drake, Jr.
a3e77face0 Added more updates; mostly the list of misc. bugs that have been
fixed.
2002-08-27 22:42:52 +00:00
Fred L. Drake, Jr.
4b5958655b Added & elaborated some comments about the structures maintained to
store tag information.
2002-08-27 21:55:19 +00:00
Fred L. Drake, Jr.
66aecf83ca Comments should be sentences, and sentences should be capitalized and
end with punctuation.
2002-08-27 21:09:14 +00:00
Karl Waclawek
c4e09cdb41 Applied patch #600964: Element name storage optimization 2002-08-27 20:45:27 +00:00