Commit Graph

135 Commits

Author SHA1 Message Date
Clark Cooper
c135be083d These are the first check-ins for the libexpat task: create configuration
files and setup for building a shareable libexpat.
2000-09-18 16:26:23 +00:00
James Clark
9421dd11c1 Add .plg file. 2000-08-18 03:32:44 +00:00
James Clark
2c255ba0e6 Fix bug with xml prefix. 2000-07-05 10:30:04 +00:00
James Clark
a62deef4c9 Set up DTD related handlers in XML_ExternalEntityParserCreate. 2000-05-22 03:01:26 +00:00
James Clark
86646a28cb Avoid freeing a NULL pointer. 2000-05-18 11:38:56 +00:00
James Clark
dfd331cf71 Report parsed entity declarations 2000-05-12 05:56:27 +00:00
James Clark
e873b03f16 Avoid doing memcpy with a null pointer. 2000-05-03 04:04:12 +00:00
James Clark
4d724a92cf Add 2000 to the copyright year. 2000-04-21 04:33:46 +00:00
James Clark
8fd4a83318 Fix screwup in changing copyright notices 2000-04-21 04:20:31 +00:00
James Clark
4e9aea4c1b New license and site 2000-04-21 03:58:42 +00:00
James Clark
3923164dc2 Support reporting of ID attributes. 2000-04-14 10:53:33 +00:00
James Clark
8011e61e57 Fix allocation bug with namespaces. 2000-04-14 09:28:21 +00:00
James Clark
a27a7609f6 Merge hashtable.c and hashtable.h into xmlparse.c 2000-01-07 07:22:07 +00:00
James Clark
95e916b7a7 Avoid warning for Netscape. 1999-10-27 01:34:43 +00:00
James Clark
92e910d8be C++ version. 1999-10-13 10:50:48 +00:00
James Clark
2a9c1fbbcc Rewrite. 1999-10-13 10:50:34 +00:00
James Clark
3eac12050f Add some comments to storeAtts. 1999-10-11 11:29:49 +00:00
James Clark
195560985f Fix a couple of memory allocation bugs with namespace processing and XML_UNICODE. 1999-10-11 06:58:40 +00:00
James Clark
0c6d9d601b Make it parse without XML_DTD. 1999-10-11 06:03:22 +00:00
James Clark
e2ea2c60e2 Fix comment. 1999-08-07 04:06:56 +00:00
James Clark
ab5acbf509 Added start/endDoctypeDeclHandlers 1999-07-28 09:34:18 +00:00
James Clark
17c6938a36 Initialize paramEntityParsing. 1999-07-25 05:25:59 +00:00
James Clark
75ccce3db8 Fix bug with default handler and ignored marked section. 1999-07-09 12:03:07 +00:00
James Clark
b1b875e78e Fix bug with encoding declaration in prolog. 1999-07-06 00:48:04 +00:00
James Clark
99a358f0c0 Make it compile without XML_DTD 1999-07-04 13:18:00 +00:00
James Clark
a5634c52ea Support for external DTDs completed. 1999-06-26 11:29:49 +00:00
James Clark
39cfb55c81 Tweak previous fix 1999-06-25 14:51:16 +00:00
James Clark
4a9169214b Fix bug with definition of attribute as #IMPLIED before definition with default 1999-06-25 14:47:34 +00:00
James Clark
3dc87550a7 2nd set of changes for full DTD support 1999-06-25 14:28:06 +00:00
James Clark
7488411c11 First part of changes for DTD support. 1999-06-25 10:58:20 +00:00
James Clark
e157ebf618 Added some bits of code that may be useful in the future 1999-06-24 09:39:06 +00:00
James Clark
2b29d5ffe4 Add .cvsignore files. Generate nametab.h 1999-06-24 09:22:36 +00:00
James Clark
d311382e80 Fix some infelicities from the Apache folks 1999-06-02 10:56:11 +00:00
James Clark
3a6f59e946 Add /link50compat option 1999-05-29 02:29:34 +00:00
James Clark
973ad606fd Change license to MPL 1.1 1999-05-29 02:19:21 +00:00
James Clark
a7cd413a1e Change license to MPL 1.1 1999-05-29 02:19:21 +00:00
James Clark
78102b202d Fix for possible bug 1999-04-25 12:12:01 +00:00
James Clark
f9560ef835 Add GetCurrentByteCount() 1999-04-25 11:34:07 +00:00
James Clark
31facc7d20 Fix from Nisheeth 1999-04-25 03:18:11 +00:00
James Clark
82e73bbdb2 Add NotStandaloneHandler 1999-04-20 02:53:57 +00:00
James Clark
26bf97fad4 Avoid recursive macros. 1999-04-20 02:01:37 +00:00
James Clark
d2c1656f5f Add XML_GetSpecifiedAttributeCount(). 1999-03-26 03:53:05 +00:00
James Clark
87d01c84d2 Set up positionPtr in XML_Parse when len is 0. 1999-03-25 04:58:25 +00:00
James Clark
bfcc4836d0 Avoid C++ style comment 1999-03-20 02:35:09 +00:00
James Clark
9aad851790 Add namespace decl handler. Allow -m and -n together. 1999-03-07 03:33:24 +00:00
James Clark
04cd15b799 Expand element type names in end-tags correctly. 1999-03-07 01:11:14 +00:00
James Clark
e1f854bf51 Use 0xA instead of \n and so on. 1999-03-06 05:34:25 +00:00
James Clark
02b12ad251 Fix bug with resizing tag buffer 1999-03-06 05:23:00 +00:00
James Clark
547d3c98b4 Fix comment for XML_SetEncoding.
/
1999-01-04 01:22:16 +00:00
James Clark
cc0924046a Add a function for debugging with Visual C++ 1998-12-27 02:59:59 +00:00