]> granicus.if.org Git - libexpat/log
libexpat
20 years agoChanged signature of XML_GetParsingStatus(), changing the return value
Karl Waclawek [Tue, 16 Mar 2004 03:53:24 +0000 (03:53 +0000)]
Changed signature of XML_GetParsingStatus(), changing the return value
to a parameter passed by reference (pointer). It seems that  the processing
of return values is not standardized, even when calling convention and
platform are specified. This should make Expat more usable as a shared library.

20 years agoFix for bug #916228.
Karl Waclawek [Mon, 15 Mar 2004 00:34:12 +0000 (00:34 +0000)]
Fix for bug #916228.

20 years agoImproved comments for XML_StopParser() and XML_ResumeParser().
Karl Waclawek [Wed, 10 Mar 2004 15:56:11 +0000 (15:56 +0000)]
Improved comments for XML_StopParser() and XML_ResumeParser().

20 years agoApplied a simplified version of Jeremy Kloth's patch for bug #896188.
Karl Waclawek [Fri, 13 Feb 2004 18:11:51 +0000 (18:11 +0000)]
Applied a simplified version of Jeremy Kloth's patch for bug #896188.
Also removed some code that was never executed, because the condition
(prologState.documentEntity && role == XML_ROLE_INNER_PARAM_ENTITY_REF)
can never be true. Improved some comments as well.

20 years agoMade these compiler warnings go away:
Karl Waclawek [Wed, 11 Feb 2004 16:42:40 +0000 (16:42 +0000)]
Made these compiler warnings go away:
- not all cases handled for switch based an enumeration:
  added default: ; where appropriate
- char* passed where const char* was expected:
  changed variable declarations to const char*

20 years agoupdate version number (closes SF patch #841591)
Fred L. Drake, Jr. [Thu, 29 Jan 2004 00:11:32 +0000 (00:11 +0000)]
update version number (closes SF patch #841591)

20 years agoCosmetic changes in function signatures - for consistency.
Karl Waclawek [Tue, 27 Jan 2004 01:48:58 +0000 (01:48 +0000)]
Cosmetic changes in function signatures - for consistency.

20 years agoadd link to OCaml Expat
Fred L. Drake, Jr. [Thu, 22 Jan 2004 04:22:17 +0000 (04:22 +0000)]
add link to OCaml Expat

20 years agoadd MSVC 6 project files to the source distribution
Fred L. Drake, Jr. [Wed, 21 Jan 2004 21:30:54 +0000 (21:30 +0000)]
add MSVC 6 project files to the source distribution
closes SF bug #856659

20 years agosuggested patch from SF bug #846309:
Fred L. Drake, Jr. [Tue, 20 Jan 2004 16:04:47 +0000 (16:04 +0000)]
suggested patch from SF bug #846309:
avoid generating spurious warning from GCC on non-x86 platforms

20 years ago- add a link-less entry for XML::Parser
Fred L. Drake, Jr. [Tue, 20 Jan 2004 14:41:59 +0000 (14:41 +0000)]
- add a link-less entry for XML::Parser
- fix punctuation

20 years agoApplied patch #835123: Suspend/Resume functionality.
Karl Waclawek [Wed, 7 Jan 2004 17:12:04 +0000 (17:12 +0000)]
Applied patch #835123: Suspend/Resume functionality.
For details check the patch description.

20 years agoUpdated links for SAXExpat and SAX for Pascal.
Karl Waclawek [Tue, 16 Dec 2003 17:24:29 +0000 (17:24 +0000)]
Updated links for SAXExpat and SAX for Pascal.

20 years agoDefined HAVE_EXPAT_CONFIG_H when building on VMS.
Fred L. Drake, Jr. [Mon, 17 Nov 2003 15:36:02 +0000 (15:36 +0000)]
Defined HAVE_EXPAT_CONFIG_H when building on VMS.
Closes SF bug #840173.

21 years agobump the version number since the code has changed, however slightly
Fred L. Drake, Jr. [Sun, 2 Nov 2003 20:37:22 +0000 (20:37 +0000)]
bump the version number since the code has changed, however slightly

21 years agoremove unused stanzas
Fred L. Drake, Jr. [Sun, 2 Nov 2003 18:14:11 +0000 (18:14 +0000)]
remove unused stanzas

21 years agoSimplify preprocessor construct.
Fred L. Drake, Jr. [Sun, 2 Nov 2003 09:44:55 +0000 (09:44 +0000)]
Simplify preprocessor construct.

21 years agoAllow the configure script to set where manpages go using --mandir.
Fred L. Drake, Jr. [Sun, 2 Nov 2003 08:21:30 +0000 (08:21 +0000)]
Allow the configure script to set where manpages go using --mandir.
Closes SF bug #827319.

21 years agoadded regression test for SF bug #824420:
Fred L. Drake, Jr. [Sun, 2 Nov 2003 08:12:46 +0000 (08:12 +0000)]
added regression test for SF bug #824420:
in non-namespace mode, Expat reported the use of an unbound namespace
when encountering an element that looks like it has a namespace prefix
(were namespaces enabled) and there's a definition for that prefix in
the DTD

21 years agoupdate the dates
Fred L. Drake, Jr. [Thu, 30 Oct 2003 19:59:50 +0000 (19:59 +0000)]
update the dates

21 years agoremove unnecessary typecast
Fred L. Drake, Jr. [Thu, 30 Oct 2003 14:58:39 +0000 (14:58 +0000)]
remove unnecessary typecast

21 years agoextend the "Communicating between handlers" section a bit; needed to
Fred L. Drake, Jr. [Tue, 28 Oct 2003 21:25:43 +0000 (21:25 +0000)]
extend the "Communicating between handlers" section a bit; needed to
mention the need to accumulate data between calls to the character
data handler

21 years agoupdate the link for tDOM
Fred L. Drake, Jr. [Tue, 28 Oct 2003 17:13:10 +0000 (17:13 +0000)]
update the link for tDOM

21 years agoMake XML_ParserFree() null-safe, so that it behaves
Karl Waclawek [Sun, 26 Oct 2003 08:13:54 +0000 (08:13 +0000)]
Make XML_ParserFree() null-safe, so that it behaves
like the standard free() memory deallocation function.

21 years agoCorrected docs regarding Win32 builds with MS VC++.
Karl Waclawek [Fri, 24 Oct 2003 00:40:54 +0000 (00:40 +0000)]
Corrected docs regarding Win32 builds with MS VC++.

21 years agoCleaned up make files and improved docs.
Karl Waclawek [Fri, 24 Oct 2003 00:39:42 +0000 (00:39 +0000)]
Cleaned up make files and improved docs.

21 years agoStarted a new page with some notes about what's changing in Expat 3.
Fred L. Drake, Jr. [Thu, 23 Oct 2003 05:24:11 +0000 (05:24 +0000)]
Started a new page with some notes about what's changing in Expat 3.
Largely a placeholder at this point, but this can be used to tell the
community about what Expat 3 will "look like."

21 years agomake sure we pick up the Expat logo in the doc directory
Fred L. Drake, Jr. [Tue, 21 Oct 2003 17:05:43 +0000 (17:05 +0000)]
make sure we pick up the Expat logo in the doc directory

21 years agoAdd a news item for the Expat 1.95.7 release; not quite ready, but almost.
Fred L. Drake, Jr. [Tue, 21 Oct 2003 03:52:10 +0000 (03:52 +0000)]
Add a news item for the Expat 1.95.7 release; not quite ready, but almost.

21 years agoSet the release date. R_1_95_7
Fred L. Drake, Jr. [Mon, 20 Oct 2003 21:11:27 +0000 (21:11 +0000)]
Set the release date.

21 years agouse indentation consistently
Fred L. Drake, Jr. [Mon, 20 Oct 2003 14:50:37 +0000 (14:50 +0000)]
use indentation consistently

21 years agoSteal a bit of look-n-feel from the website; this document was just looking
Fred L. Drake, Jr. [Mon, 20 Oct 2003 14:40:44 +0000 (14:40 +0000)]
Steal a bit of look-n-feel from the website; this document was just looking
incredibly bland.

21 years agoavoid a few additional warnings for some compilers, and others with
Fred L. Drake, Jr. [Sat, 18 Oct 2003 04:46:02 +0000 (04:46 +0000)]
avoid a few additional warnings for some compilers, and others with
warnings turned way up high

21 years agoUpdates from last night.
Fred L. Drake, Jr. [Fri, 17 Oct 2003 21:08:30 +0000 (21:08 +0000)]
Updates from last night.

21 years agoFix for bug #824420.
Karl Waclawek [Thu, 16 Oct 2003 14:26:46 +0000 (14:26 +0000)]
Fix for bug #824420.

21 years agoupdate to reflect further improvements
Fred L. Drake, Jr. [Thu, 16 Oct 2003 05:05:16 +0000 (05:05 +0000)]
update to reflect further improvements

21 years agoMake it possible to avoid the import of expat_config.h. This makes it
Fred L. Drake, Jr. [Thu, 16 Oct 2003 04:51:11 +0000 (04:51 +0000)]
Make it possible to avoid the import of expat_config.h.  This makes it
easier to compile Expat without the autoconf support.
This closes SF patch #458907.

21 years ago- reorganize by the components that need what we're checking for
Fred L. Drake, Jr. [Thu, 16 Oct 2003 04:32:39 +0000 (04:32 +0000)]
- reorganize by the components that need what we're checking for
- remove the check for memcmp(); we didn't use the result of the check
  (though we do use memcmp())

21 years ago- use spaces instead of tabs consistently
Fred L. Drake, Jr. [Thu, 16 Oct 2003 04:23:44 +0000 (04:23 +0000)]
- use spaces instead of tabs consistently
- don't allow trailing whitespace at the end of lines
- remove blank lines at the end of the file

21 years agoRemove the __attribute__((dllimport)) and __attribute__((dllexport))
Fred L. Drake, Jr. [Thu, 16 Oct 2003 04:20:54 +0000 (04:20 +0000)]
Remove the __attribute__((dllimport)) and __attribute__((dllexport))
declarations; these are needed only on an obscure platform (Windows NT
on PowerPC using GCC), and were never in previous releases of Expat.
They caused way too many spurious warnings on several platforms where
they aren't actually needed but should be ignored silently.
Removing these cannot break working code.

21 years agoRemoved unused EXPAT_EXPORTS definition.
Karl Waclawek [Wed, 15 Oct 2003 21:38:15 +0000 (21:38 +0000)]
Removed unused EXPAT_EXPORTS definition.

21 years agoclean up the macro restructuring, and make it play nice on Windows
Fred L. Drake, Jr. [Wed, 15 Oct 2003 20:51:28 +0000 (20:51 +0000)]
clean up the macro restructuring, and make it play nice on Windows

21 years ago- add the XMLCALL annotation consistently in the docs
Fred L. Drake, Jr. [Wed, 15 Oct 2003 20:46:53 +0000 (20:46 +0000)]
- add the XMLCALL annotation consistently in the docs
- don't drop the void return for handler setting functions

21 years ago- the "alt" attribute is required on <img/> to be valid XHTML strict
Fred L. Drake, Jr. [Wed, 15 Oct 2003 20:02:12 +0000 (20:02 +0000)]
- the "alt" attribute is required on <img/> to be valid XHTML strict
- minor cleanup

21 years ago- add Expat version number
Fred L. Drake, Jr. [Wed, 15 Oct 2003 18:49:54 +0000 (18:49 +0000)]
- add Expat version number
- add notes about safely using XMLCALL with older Expat versions

21 years agoUpdate to reflect the addition of the XMLCALL macro.
Fred L. Drake, Jr. [Wed, 15 Oct 2003 18:33:27 +0000 (18:33 +0000)]
Update to reflect the addition of the XMLCALL macro.

21 years agoAdd a news item about the upcoming release, and a pointer to the testing
Fred L. Drake, Jr. [Wed, 15 Oct 2003 18:16:35 +0000 (18:16 +0000)]
Add a news item about the upcoming release, and a pointer to the testing
snapshot.

21 years agoMove "Configuring Expat Using the Pre-Processor" from the "Using"
Fred L. Drake, Jr. [Wed, 15 Oct 2003 16:36:23 +0000 (16:36 +0000)]
Move "Configuring Expat Using the Pre-Processor" from the "Using"
section to the "Building" section.

21 years agoDeal with issue discussed in SF patch #820946: Expat doesn't handle
Fred L. Drake, Jr. [Wed, 15 Oct 2003 16:25:44 +0000 (16:25 +0000)]
Deal with issue discussed in SF patch #820946: Expat doesn't handle
the use of modified default calling conventions in client code.

To deal with this issue and generally clean up the mass of macros
being used to support bits of the machinery, two new macros are being
added:

- XMLCALL, which expands to whatever is needed to nail down the
  calling convention for all calls across the library boundary.  This
  must match the convention used for the system's malloc()
  implementation.

- XMLIMPORT, defined to be whatever magic is needed to mark an entry
  point as imported from a dynamically loaded module (.dll, .so, .sl,
  whatever).

These macros are used to define the XMLPARSEAPI macro already being
used to define the API entry points.  In addition, XMLCALL is used to
define the types of callback functions, and all example code uses this
explicitly in both the distributed applications and the documentation.

21 years ago- move the CVS repository specification to a variable
Fred L. Drake, Jr. [Sat, 11 Oct 2003 17:50:22 +0000 (17:50 +0000)]
- move the CVS repository specification to a variable
- use authenticated access for now, since SF's anonymous CVS still
  isn't in a happy state

21 years agoPut in a little protection against the developer not having the check
Greg Stein [Thu, 9 Oct 2003 21:32:28 +0000 (21:32 +0000)]
Put in a little protection against the developer not having the check
package available.

sfbug #664541.

* configure.in: look for check.h. This will set up a HAVE_CHECK_H define.

* tests/chardata.c, tests/runtests.c: update banner. add test for
    HAVE_CHECK_H and bail if not present.

21 years agoMinor updates before release.
Fred L. Drake, Jr. [Thu, 9 Oct 2003 12:18:41 +0000 (12:18 +0000)]
Minor updates before release.

21 years agoAdded documentation for the pre-processor macros used to configure Expat.
Fred L. Drake, Jr. [Wed, 8 Oct 2003 03:32:25 +0000 (03:32 +0000)]
Added documentation for the pre-processor macros used to configure Expat.

21 years agoSuggested fix from jtalkington@users.sf.net.
Greg Stein [Sun, 28 Sep 2003 21:57:22 +0000 (21:57 +0000)]
Suggested fix from jtalkington@users.sf.net.

See bug #765227.

* lib/internal.h:
  (FASTCALL, PTRFASTCALL): only define these macros for the GNU C compiler
    on i386 platforms. apprently, they do not work well on PPC ports.

21 years agoImproved comment on hash algorithm.
Karl Waclawek [Mon, 22 Sep 2003 14:14:54 +0000 (14:14 +0000)]
Improved comment on hash algorithm.

21 years agoApplied patch #699487. For details see patch description.
Karl Waclawek [Sat, 13 Sep 2003 17:30:30 +0000 (17:30 +0000)]
Applied patch #699487. For details see patch description.

21 years agowrapped some long lines
Fred L. Drake, Jr. [Fri, 12 Sep 2003 03:52:18 +0000 (03:52 +0000)]
wrapped some long lines

21 years agoUpdated mailing list links.
Karl Waclawek [Fri, 5 Sep 2003 17:20:47 +0000 (17:20 +0000)]
Updated mailing list links.

21 years agoCorrected typo.
Karl Waclawek [Fri, 5 Sep 2003 00:42:46 +0000 (00:42 +0000)]
Corrected typo.

21 years agoAdded a file for testing the duplicate prefixed attribute check.
Karl Waclawek [Fri, 5 Sep 2003 00:40:23 +0000 (00:40 +0000)]
Added a file for testing the duplicate prefixed attribute check.

21 years agoAdded files for performance testing.
Karl Waclawek [Thu, 4 Sep 2003 21:31:32 +0000 (21:31 +0000)]
Added files for performance testing.

21 years agoExplains usage of benchmark utility.
Karl Waclawek [Thu, 4 Sep 2003 16:13:10 +0000 (16:13 +0000)]
Explains usage of benchmark utility.

21 years agoAdd explanations for this directory.
Fred L. Drake, Jr. [Thu, 4 Sep 2003 16:05:02 +0000 (16:05 +0000)]
Add explanations for this directory.

21 years agoSmall benchmark utility to test pure parser speed.
Karl Waclawek [Thu, 4 Sep 2003 16:01:54 +0000 (16:01 +0000)]
Small benchmark utility to test pure parser speed.
Tested on Windows only. Includes MS VC++ 6.0 workspace.

21 years agoAdjusted layout of XML_ParserReset fix.
Karl Waclawek [Thu, 28 Aug 2003 13:12:34 +0000 (13:12 +0000)]
Adjusted layout of XML_ParserReset fix.

21 years agoFixed omission of second argument in XML_ParserReset.
Karl Waclawek [Thu, 28 Aug 2003 13:08:10 +0000 (13:08 +0000)]
Fixed omission of second argument in XML_ParserReset.
Reported by Tim Bray.

21 years agoelaborated test case to cover SF bug #774028; current Expat already
Fred L. Drake, Jr. [Wed, 27 Aug 2003 12:34:23 +0000 (12:34 +0000)]
elaborated test case to cover SF bug #774028; current Expat already
handles this correctly

21 years agoupdate link to mailing lists
Fred L. Drake, Jr. [Mon, 4 Aug 2003 14:38:24 +0000 (14:38 +0000)]
update link to mailing lists

21 years agoUpdate expatpp link, and use the name in the description.
Fred L. Drake, Jr. [Mon, 28 Jul 2003 15:46:32 +0000 (15:46 +0000)]
Update expatpp link, and use the name in the description.

21 years agoAdded link to Late Night Software's XML Tools 2.
Fred L. Drake, Jr. [Fri, 25 Jul 2003 16:30:47 +0000 (16:30 +0000)]
Added link to Late Night Software's XML Tools 2.

21 years agoReplace a poor message with one that isn't misleading.
Fred L. Drake, Jr. [Wed, 16 Jul 2003 12:21:25 +0000 (12:21 +0000)]
Replace a poor message with one that isn't misleading.
See SF bug #699323.

21 years agoUpdate the library version properly this time.
Fred L. Drake, Jr. [Tue, 15 Jul 2003 17:29:42 +0000 (17:29 +0000)]
Update the library version properly this time.

21 years agoAdded notes about needing the check library to run the regression and
Fred L. Drake, Jr. [Tue, 15 Jul 2003 15:42:13 +0000 (15:42 +0000)]
Added notes about needing the check library to run the regression and
unit tests.
See SF bug #732794.

21 years ago- bump the versioning information
Fred L. Drake, Jr. [Tue, 15 Jul 2003 15:20:35 +0000 (15:20 +0000)]
- bump the versioning information
- start describing the changes in 1.95.7

21 years agoExpat would report an incorrect "Unlosed token" error when
Karl Waclawek [Thu, 3 Jul 2003 04:01:14 +0000 (04:01 +0000)]
Expat would report an incorrect "Unlosed token" error when
expanding %percent; in the second of these entity declarations:

<!ENTITY % percent "&#37;">
<!ENTITY %percent; y "value">

This patch was submitted by James Clark on the xml-dev mailing list.

21 years agoPatch submitted by Joe Orton <joe@manyfish.co.uk> with additional
Greg Stein [Wed, 18 Jun 2003 01:11:45 +0000 (01:11 +0000)]
Patch submitted by Joe Orton <joe@manyfish.co.uk> with additional
modifications by Greg Stein (comments and text changes).

* buildconf.sh: to deal with crazy/custom libtool installations, allow
    the developer/package to specify the libtool.m4 location by
    setting the LIBTOOL_M4 environment variable. If that isn't set,
    then we use our previous method of trying to derive its location.

21 years agoAdd a reference to the Simkin scripting language.
Fred L. Drake, Jr. [Tue, 15 Apr 2003 18:43:03 +0000 (18:43 +0000)]
Add a reference to the Simkin scripting language.

21 years agoBe more defensive: only enable the *CALL macros when using GCC on
Fred L. Drake, Jr. [Fri, 14 Mar 2003 17:25:12 +0000 (17:25 +0000)]
Be more defensive: only enable the *CALL macros when using GCC on
Linux, since we know the current definitions work there and have a
positive effect.
This closes SF bug #692878.

21 years ago- better explain the XML_GetCurrent*() functions (SF bug #683681)
Fred L. Drake, Jr. [Thu, 13 Mar 2003 02:17:48 +0000 (02:17 +0000)]
- better explain the XML_GetCurrent*() functions (SF bug #683681)

21 years ago- better explain the XML_GetCurrent*() functions (SF bug #683681)
Fred L. Drake, Jr. [Thu, 13 Mar 2003 02:13:06 +0000 (02:13 +0000)]
- better explain the XML_GetCurrent*() functions (SF bug #683681)
- fix spelling

21 years agoFix function signature.
Fred L. Drake, Jr. [Thu, 13 Mar 2003 01:30:48 +0000 (01:30 +0000)]
Fix function signature.
Closes SF bug #679468.

21 years agoFix FASTCALL for GCC on Solaris (SF bug #692878).
Fred L. Drake, Jr. [Wed, 12 Mar 2003 23:02:11 +0000 (23:02 +0000)]
Fix FASTCALL for GCC on Solaris (SF bug #692878).
This file is becoming a liability.

21 years agoRemoved documentation of limitations that no longer exist in the
Fred L. Drake, Jr. [Wed, 12 Mar 2003 22:42:53 +0000 (22:42 +0000)]
Removed documentation of limitations that no longer exist in the
implementation.  See SF bug #620343.

21 years ago- be more specific about the errors we expect to see reported
Fred L. Drake, Jr. [Wed, 12 Mar 2003 19:25:03 +0000 (19:25 +0000)]
- be more specific about the errors we expect to see reported
- change the name of make_basic_suite() to make_suite(), since there's
  only one make_*_suite() function

21 years agoAdd regression tests for SF bugs:
Fred L. Drake, Jr. [Wed, 12 Mar 2003 19:17:18 +0000 (19:17 +0000)]
Add regression tests for SF bugs:
#692964 - Case where expat 1.95.6 doesn't report duplicate attributes
#695401 - Unbound prefixes not rejected

21 years agoApply patch NSAttFix3.diff for bug #692964 (with one minor modification).
Karl Waclawek [Fri, 7 Mar 2003 15:54:08 +0000 (15:54 +0000)]
Apply patch NSAttFix3.diff for bug #692964 (with one minor modification).
This also fixes bug #695401.

21 years agoFix for bug #679754: compile error when XML_DTD not defined.
Karl Waclawek [Mon, 3 Feb 2003 20:32:45 +0000 (20:32 +0000)]
Fix for bug #679754: compile error when XML_DTD not defined.

21 years agoMove the XML_Status enum definition earlier. Some recent versions of
Fred L. Drake, Jr. [Wed, 29 Jan 2003 02:43:08 +0000 (02:43 +0000)]
Move the XML_Status enum definition earlier.  Some recent versions of
GCC (3.2 at least) report an error from the forward reference.

21 years agoAdd win32/README.txt to the Source/ directory that gets installed.
Fred L. Drake, Jr. [Tue, 28 Jan 2003 15:26:59 +0000 (15:26 +0000)]
Add win32/README.txt to the Source/ directory that gets installed.

21 years agoXML_Status is an enum, not a typedef name.
Fred L. Drake, Jr. [Tue, 28 Jan 2003 15:23:39 +0000 (15:23 +0000)]
XML_Status is an enum, not a typedef name.

21 years agoFix the release date... again. R_1_95_6
Fred L. Drake, Jr. [Tue, 28 Jan 2003 05:54:33 +0000 (05:54 +0000)]
Fix the release date... again.

21 years agoKarl's latest patch for SF issue #673791:
Fred L. Drake, Jr. [Tue, 28 Jan 2003 05:45:10 +0000 (05:45 +0000)]
Karl's latest patch for SF issue #673791:
Call storeAtts() for all element start tags; this is necessary to
ensure attribute defaults are properly processed for all elements
(needed to do proper namespace checking, at the very least), and that
tag names are properly cooked when there's an end-element-handler but
no start-element-handler.

This causes the new tests to pass, and closes the SF tracker issue.

21 years ago- two more tests based on Karl's comments on SF patch #673791
Fred L. Drake, Jr. [Tue, 28 Jan 2003 05:33:37 +0000 (05:33 +0000)]
- two more tests based on Karl's comments on SF patch #673791
- pass XML_TRUE or XML_FALSE as the isFinal parameter for XML_Parse()

21 years agoAdd the .DEF files to the Windows installer.
Fred L. Drake, Jr. [Sun, 26 Jan 2003 01:11:29 +0000 (01:11 +0000)]
Add the .DEF files to the Windows installer.

21 years agoAdded change notes for Expat 1.95.6, in preparation for pending
Fred L. Drake, Jr. [Sat, 25 Jan 2003 18:43:29 +0000 (18:43 +0000)]
Added change notes for Expat 1.95.6, in preparation for pending
release.  This should not be published in the release is made public
on SourceForge.

21 years agoReplace tabs with spaces.
Fred L. Drake, Jr. [Sat, 25 Jan 2003 16:25:34 +0000 (16:25 +0000)]
Replace tabs with spaces.

21 years agoUpdate more version numbers.
Fred L. Drake, Jr. [Sat, 25 Jan 2003 16:10:15 +0000 (16:10 +0000)]
Update more version numbers.

21 years agoUpdate for release 1.95.6.
Fred L. Drake, Jr. [Sat, 25 Jan 2003 15:36:31 +0000 (15:36 +0000)]
Update for release 1.95.6.

21 years agoUpdate information on the 1.95.6 release (still pending).
Fred L. Drake, Jr. [Sat, 25 Jan 2003 15:33:21 +0000 (15:33 +0000)]
Update information on the 1.95.6 release (still pending).

21 years agoAdded regression tests for SF bug #673791.
Fred L. Drake, Jr. [Sat, 25 Jan 2003 06:55:25 +0000 (06:55 +0000)]
Added regression tests for SF bug #673791.