Commit graph

389 commits

Author SHA1 Message Date
Fred L. Drake, Jr.
f4f26d227b Add definitions of XML_MAJOR_VERSION, XML_MINOR_VERSION, and
XML_MICRO_VERSION.  These contain version-specific information, but
this header is about to become a generated file, so that's ok.
2001-01-24 19:37:36 +00:00
Clark Cooper
604600883c Clark's compromise changes to Fred's version info change. 2000-12-27 19:37:37 +00:00
Clark Cooper
01947d98ff Inadvertently failed to commit these files for 1.95.1 (apparently I committed
from the lib directory instead of the main directory)
2000-12-27 18:08:15 +00:00
Fred L. Drake, Jr.
c9d4a09e50 Add a comment that the version numbers here must match those in lib/expat.h. 2000-12-21 14:33:23 +00:00
Fred L. Drake, Jr.
e667ee8393 Add (minimal) documetation on the new parts of the API. 2000-12-21 01:51:40 +00:00
Fred L. Drake, Jr.
11464c65f8 Update the minor version number since the C API has been extended. 2000-12-21 01:50:28 +00:00
Fred L. Drake, Jr.
0e5418f698 Remove VERSION; this is no longer used in this directory since the version
information is computed from the XML_*_VERSION constants.
2000-12-21 01:49:27 +00:00
Fred L. Drake, Jr.
eb5ef0f8d9 XML_ExpatVersionInfo(): New function; returns library version as a
structure that can be examined at runtime.

XML_ExpatVersion():  Construct the return value from the new version
        information constants.

XML_MAJOR_VERSION, XML_MINOR_VERSION,
XML_MICRO_VERSION:  New constants; these specify the version of the
        library in a form that can be queried by client applications
        at compile time.  This is useful in determining if functions
        should be considered available (like those above).
2000-12-21 00:32:47 +00:00
Fred L. Drake, Jr.
28ebb2194d Minor internal style consistency nit (indentation). 2000-12-20 22:30:54 +00:00
Fred L. Drake, Jr.
fd297d8120 Tell CVS to ignore generated Makefiles and working dirs used by libtool. 2000-10-30 21:25:05 +00:00
Clark Cooper
ae2257acce Changes for compiling under Microsoft Dev Studio. 2000-10-22 19:20:23 +00:00
Clark Cooper
b1bcd0060a Remove aborts and instead return an UNEXPECTED_STATE error. 2000-10-20 15:37:28 +00:00
Clark Cooper
809a5d2916 Revised fix for abort occurring with a percent followed by whitespace or
another percent in entity values.
2000-10-20 15:14:36 +00:00
Clark Cooper
c4ca6cf75e Defined XML_SetEndNamespaceDeclHandler to resolve bug # 116381 2000-10-10 18:48:48 +00:00
Clark Cooper
219c9e2de6 Fix make problems on BSD & HPUX reported in Bug # 116248 2000-10-10 18:34:11 +00:00
Clark Cooper
15447d34ea Fix documentation error reported in Bug report # 116382 2000-10-10 18:30:22 +00:00
James Clark
d93eff7f99 Fix abort with space following percent sign in entity value 2000-10-09 06:26:10 +00:00
Clark Cooper
02534e83b5 Add MANIFEST and remove expatfaq.html 2000-09-29 15:47:38 +00:00
Clark Cooper
205ac2c5d9 Fixed a bug in Makefile.in that wiped out README. 2000-09-29 15:44:00 +00:00
Clark Cooper
aa45fb851a Versioning information, fill in Changes file, possible final commit before
first release (1.95.0)
2000-09-29 14:57:45 +00:00
Clark Cooper
63d2f68760 Switch to using MANIFEST to build distribution.
Also fix xmlwf to use current entity declaration signature.
2000-09-28 19:47:35 +00:00
Clark Cooper
e8b7b5fa4f Fixes to allow DLLs to built under Windows. 2000-09-28 17:53:00 +00:00
Clark Cooper
a37327861c Change version number to accord with beta release. 2000-09-26 13:52:33 +00:00
Clark Cooper
df9c925f77 Make more explicit the need to do an include of expat.h 2000-09-25 13:06:39 +00:00
Clark Cooper
91ae02924d Changes for namespace triplets. 2000-09-25 00:58:49 +00:00
Clark Cooper
24a3551e56 Added dynamic malloc substitution. Added libtool versioning. 2000-09-24 03:43:37 +00:00
Clark Cooper
a00cc29567 Update reference with API changes made by the perl-expat merge. 2000-09-22 18:24:28 +00:00
Clark Cooper
c446fb274e Merged in modifications from perl-expat. Also fiddled around with more
configuration issues.
2000-09-21 21:20:18 +00:00
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
Clark Cooper
7f167d9b05 Added a link to bug reports page, added Revision comment, and fixed XML errors. 2000-09-12 17:06:46 +00:00
Fred L. Drake, Jr.
b1e4e0798c Point to the mailing lists, not the "Forums". Forums are just plain weird.
Add a (very) little text describing the overall goal of the project.
2000-09-07 02:40:29 +00:00
Fred L. Drake, Jr.
810ec88a4a Create a SourceForge "product" from the expat project Web pages. 2000-09-07 02:23:49 +00:00
Fred L. Drake, Jr.
7b3ca3d246 *** empty log message *** 2000-09-07 02:23:49 +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
013d3f60a4 Add gennmtab.plg 2000-05-27 01:47:00 +00:00
James Clark
1341e9ae25 Add XML_NS 2000-05-27 01:45:28 +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
f3464902ca Add lib expat.zip 2000-05-12 07:02:22 +00:00
James Clark
778021047d Add xmlwf.plg 2000-05-12 07:02:03 +00:00
James Clark
ddae06ab88 Change date. 2000-05-12 06:59:00 +00:00
James Clark
dfd331cf71 Report parsed entity declarations 2000-05-12 05:56:27 +00:00
James Clark
dcff7a87cc Removed 2000-05-10 05:17:43 +00:00
James Clark
749df96d25 Don't assume MKS toolkit. 2000-05-10 05:16:44 +00:00
James Clark
d784dbf4af Update for parameter entity parsing support. 2000-05-10 03:23:43 +00:00
James Clark
45f2d35bfb Fancier Makefile. 2000-05-10 03:20:15 +00:00
James Clark
9b3852311c Fix some Win32 warnings. 2000-05-10 03:13:58 +00:00
James Clark
aaa3b6e5bf Sync Mozilla defines. 2000-05-10 03:05:46 +00:00
James Clark
3b0208f5d2 Warning patch from Nisheeth. 2000-05-08 04:26:17 +00:00