Commit Graph

841 Commits

Author SHA1 Message Date
Fred L. Drake, Jr.
b3979b5fbb Start making notes about changes. 2002-10-07 20:25:24 +00:00
Karl Waclawek
7edd98f770 Applied patch #618199. 2002-10-03 19:41:26 +00:00
Karl Waclawek
ea4dc4d03f Applied fix for bug #616863. 2002-10-01 16:58:54 +00:00
Karl Waclawek
8666c2388d Forgot to re-establish implicit namespace context (prefix xml)
in XML_ParserReset().
2002-09-30 12:11:26 +00:00
Karl Waclawek
74e6874851 Fix for bug #615606. 2002-09-28 14:47:34 +00:00
Fred L. Drake, Jr.
22331bd3bf Move the old news to a separate page, hopefully making the 3rd-party
wrapper information more discoverable.

Add a link to the top pointing down to the "References & Wrappers"
section, for the same purpose.  (Thanks, Karl!)
2002-09-27 14:13:12 +00:00
Fred L. Drake, Jr.
4266d70c97 Archive old news off the main page so it is not so distracting. Hopefully
makes the 3rd-party wrapper information more discoverable.
2002-09-27 14:11:43 +00:00
Karl Waclawek
5ca83cc911 Changed calling convention macros to differentiate between
different types of function calls - see comments in internal.h.
2002-09-20 03:42:43 +00:00
Fred L. Drake, Jr.
896b3d1cc9 Fix a name. 2002-09-19 20:19:51 +00:00
Fred L. Drake, Jr.
d784ead9cb A last-minute report suggests a problem with this using at least some
versions of egcs, so disable FASTCALL for GCC as well.  We are now not using
this for any platform.  ;-(
2002-09-06 21:49:57 +00:00
Fred L. Drake, Jr.
3aa214ccc1 Revised one of the change notes slightly. 2002-09-06 21:32:19 +00:00
Fred L. Drake, Jr.
9bd525992b Disable FASTCALL on Windows since it turned out not to be as effective
as hoped.  Leaving the definition in the file so we'll know what it
was that didn't work, and hopefully find something better in the
future.
2002-09-06 21:29:46 +00:00
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