]>
granicus.if.org Git - libexpat/log
Steven Solie [Sat, 26 Feb 2005 01:38:54 +0000 (01:38 +0000)]
AmigaOS support files
Steven Solie [Sat, 26 Feb 2005 01:38:13 +0000 (01:38 +0000)]
Added AmigaOS support.
Fred L. Drake, Jr. [Thu, 10 Feb 2005 15:52:02 +0000 (15:52 +0000)]
when uninstalling the library, remove both headers
(closes SF bug #
1114960 )
Karl Waclawek [Mon, 31 Jan 2005 14:52:55 +0000 (14:52 +0000)]
Added more features planned for Expat 3.0.
Karl Waclawek [Sun, 30 Jan 2005 05:44:46 +0000 (05:44 +0000)]
Fixed error found by Reid Spencer.
Fred L. Drake, Jr. [Sat, 29 Jan 2005 05:11:13 +0000 (05:11 +0000)]
more changes noted
Fred L. Drake, Jr. [Sat, 29 Jan 2005 05:00:15 +0000 (05:00 +0000)]
include the C++ test harness in the Windows package
Fred L. Drake, Jr. [Sat, 29 Jan 2005 04:48:44 +0000 (04:48 +0000)]
Report XML_NS setting via XML_GetFeatureList().
Fred L. Drake, Jr. [Sat, 29 Jan 2005 03:26:56 +0000 (03:26 +0000)]
- add note about XML 1.1
- add missing link to tracker item
Fred L. Drake, Jr. [Sat, 29 Jan 2005 03:24:21 +0000 (03:24 +0000)]
add a note about the planned change in XML_ParserReset
Fred L. Drake, Jr. [Sat, 29 Jan 2005 03:18:02 +0000 (03:18 +0000)]
add news of the pre-release snapshot
Fred L. Drake, Jr. [Sat, 29 Jan 2005 02:55:53 +0000 (02:55 +0000)]
add the C++ test harness
Fred L. Drake, Jr. [Sat, 29 Jan 2005 02:28:33 +0000 (02:28 +0000)]
rename macros: "parsing" -> "ps_parsing", "finalBuffer" -> "ps_finalBuffer"
(closes SF bug #
1021776 : Recursion in macro "parsing", HP 11.0)
Fred L. Drake, Jr. [Fri, 28 Jan 2005 16:16:14 +0000 (16:16 +0000)]
make errors reported display more like GCC error messages, so editors
like Emacs can provide functions like "go to next error", etc.
Fred L. Drake, Jr. [Fri, 28 Jan 2005 06:32:31 +0000 (06:32 +0000)]
implement verbose mode in minicheck to make it easier to determine which
tests failed
Fred L. Drake, Jr. [Fri, 28 Jan 2005 05:46:46 +0000 (05:46 +0000)]
fix dependency information for C++ tests
Fred L. Drake, Jr. [Fri, 28 Jan 2005 05:41:56 +0000 (05:41 +0000)]
make all C strings ASCII (7-bits) to avoid editors from trying to
re-encode the source text incorrectly; we really want the input data to
be exactly what it should be
Fred L. Drake, Jr. [Fri, 28 Jan 2005 05:19:53 +0000 (05:19 +0000)]
test using Expat from C++
(closes SF bug #
1006708 )
Fred L. Drake, Jr. [Fri, 28 Jan 2005 04:35:57 +0000 (04:35 +0000)]
make sure the -I options to the headers for the version being compiled
come before any additional -I options passed in via CPPFLAGS
(closes SF bug #693747)
Fred L. Drake, Jr. [Thu, 27 Jan 2005 06:27:57 +0000 (06:27 +0000)]
remove use of the check library; always use our own testing package
(this reduces variables and simplifies the build process)
Karl Waclawek [Mon, 10 Jan 2005 14:17:02 +0000 (14:17 +0000)]
New link for OCaml Expat.
Karl Waclawek [Fri, 24 Dec 2004 18:25:32 +0000 (18:25 +0000)]
"if (ns)" check in addBinding() is not necessary, since it is only
called when namespace processing is turned on.
Karl Waclawek [Fri, 24 Dec 2004 18:00:28 +0000 (18:00 +0000)]
Fix for bug # 695407: Reserved prefixes and namespace names.
Contributed by Peter van der Beken.
Karl Waclawek [Fri, 24 Dec 2004 16:30:25 +0000 (16:30 +0000)]
Fix for bug #
1090885 : Problem with Suspend/Resume mechanism.
The code path through XML_Parse() when XML_CONTEXT_BYTES
was not defined, did not take into account that XML_ResumParser()
uses bufferPtr and parseEndPtr as the pointers into the working buffer.
Karl Waclawek [Tue, 21 Dec 2004 18:30:52 +0000 (18:30 +0000)]
Improved error message - see bug # 972802.
Karl Waclawek [Mon, 20 Dec 2004 05:04:41 +0000 (05:04 +0000)]
Made it consistent that in the case of namespace triplets, the namespace
separator between local name and prefix is always present, even when
it is omitted between uri and local name.
Karl Waclawek [Mon, 20 Dec 2004 03:23:29 +0000 (03:23 +0000)]
Improved and corrected namespace processing documentation.
Karl Waclawek [Mon, 20 Dec 2004 03:19:09 +0000 (03:19 +0000)]
Fixed comment for XML_ParserCreateNS.
Karl Waclawek [Fri, 17 Dec 2004 18:08:08 +0000 (18:08 +0000)]
Applied the DESTDIR patch provided by Enrico Weigelt.
This is a modified form of the patches included with Patch # 779334
and Bug # 985235.
Karl Waclawek [Tue, 14 Dec 2004 17:26:18 +0000 (17:26 +0000)]
Small link fix.
Karl Waclawek [Tue, 14 Dec 2004 17:24:15 +0000 (17:24 +0000)]
Official name of SAX.NET changed to SAX for .NET.
Fred L. Drake, Jr. [Mon, 29 Nov 2004 21:52:14 +0000 (21:52 +0000)]
add links to LuaExpat and LuaSOAP
Karl Waclawek [Fri, 26 Nov 2004 15:16:17 +0000 (15:16 +0000)]
Fix for bug #
1065040 . Improved const correctness.
Minor improvement of XML_GetFeatureList().
Karl Waclawek [Fri, 26 Nov 2004 15:00:38 +0000 (15:00 +0000)]
Fix for bug #
1065042 . Improved const correctness.
Karl Waclawek [Fri, 26 Nov 2004 14:58:24 +0000 (14:58 +0000)]
Fix for bug #
1065047 . Improved const correctness.
Karl Waclawek [Fri, 26 Nov 2004 14:56:52 +0000 (14:56 +0000)]
Fix for bug #
1065044 . Improved const correctness.
Karl Waclawek [Fri, 26 Nov 2004 00:20:21 +0000 (00:20 +0000)]
Added include guard to expat_external.h.
Renamed include guard for expat.h, to reflect the changed file name.
Karl Waclawek [Fri, 26 Nov 2004 00:18:15 +0000 (00:18 +0000)]
Added to documentation of XML_ParserReset().
Fred L. Drake, Jr. [Thu, 30 Sep 2004 04:58:09 +0000 (04:58 +0000)]
make the headers for support code more C++ friendly
Fred L. Drake, Jr. [Thu, 30 Sep 2004 02:47:03 +0000 (02:47 +0000)]
convert MSVC project and workspace files to binary files that must always
use the DOS/Windows CR-LF line end convention
(closes SF bug #
1007088 )
Fred L. Drake, Jr. [Thu, 30 Sep 2004 02:34:48 +0000 (02:34 +0000)]
- avoided assumptions that glob patterns before a trailing slash will
be expanded; this seems to be a problem in some non-bash shells
(see SF bug #
1033923 )
- move counter updates to a shared function
- modified one of the output messages to be (hopefully) less confusing
Fred L. Drake, Jr. [Fri, 24 Sep 2004 15:19:11 +0000 (15:19 +0000)]
Install expat_external.h properly on all platforms.
Closes SF bug #
1000112 .
Karl Waclawek [Fri, 24 Sep 2004 13:06:29 +0000 (13:06 +0000)]
Removed last comma in enum XML_Status declaration to improve
compiler compatibility.
Fred L. Drake, Jr. [Tue, 24 Aug 2004 17:40:39 +0000 (17:40 +0000)]
reference to an old snapshot should no longer be a hyperlink
Karl Waclawek [Tue, 10 Aug 2004 18:18:25 +0000 (18:18 +0000)]
Added type casts necessary for compiling as C++ file (at least under VC++).
Karl Waclawek [Tue, 10 Aug 2004 18:06:29 +0000 (18:06 +0000)]
Added type cast necessary for compiling as C++ file (at least under VC++).
Karl Waclawek [Tue, 10 Aug 2004 18:04:34 +0000 (18:04 +0000)]
Fixed type error that came to light when compiling as C++ file.
Karl Waclawek [Tue, 10 Aug 2004 17:34:19 +0000 (17:34 +0000)]
Fred L. Drake, Jr. [Mon, 26 Jul 2004 14:53:39 +0000 (14:53 +0000)]
add news of the 1.95.8 release
Fred L. Drake, Jr. [Sat, 24 Jul 2004 05:26:48 +0000 (05:26 +0000)]
fix busted %changelog entry
Fred L. Drake, Jr. [Fri, 23 Jul 2004 04:48:36 +0000 (04:48 +0000)]
add notes for 1.95.8 release
Fred L. Drake, Jr. [Fri, 23 Jul 2004 03:59:40 +0000 (03:59 +0000)]
- add some missing files
- re-arrange to make comparison with the actual list of files easier
Fred L. Drake, Jr. [Fri, 23 Jul 2004 03:42:23 +0000 (03:42 +0000)]
when controlling the CVS client from a script, we should always
disable the personal CVS config file to avoid any unpredictable
behavior
Fred L. Drake, Jr. [Fri, 23 Jul 2004 03:38:43 +0000 (03:38 +0000)]
added missing files
Fred L. Drake, Jr. [Fri, 23 Jul 2004 03:28:09 +0000 (03:28 +0000)]
Add basic documentation for the suspend/resume feature.
Closes SF bug #880632.
Fred L. Drake, Jr. [Fri, 23 Jul 2004 02:02:41 +0000 (02:02 +0000)]
The status argument to XML_GetParsingStatus() cannot be NULL.
Fred L. Drake, Jr. [Fri, 16 Jul 2004 02:31:27 +0000 (02:31 +0000)]
added more detail about XML_CONTEXT_BYTES
Fred L. Drake, Jr. [Fri, 16 Jul 2004 02:10:57 +0000 (02:10 +0000)]
Update version number to 1.95.8 in preparation for release.
Fred L. Drake, Jr. [Fri, 16 Jul 2004 00:54:57 +0000 (00:54 +0000)]
add some comments about when various error codes were added
Fred L. Drake, Jr. [Fri, 16 Jul 2004 00:13:05 +0000 (00:13 +0000)]
- fix the description of the XML_DTD preprocessor symbol
(closes SF bug #916232)
- fix markup error (swapped end tags)
Fred L. Drake, Jr. [Thu, 15 Jul 2004 23:29:25 +0000 (23:29 +0000)]
update tests to reflect that a more specific error message is being generated
for some cases
Fred L. Drake, Jr. [Thu, 15 Jul 2004 22:54:19 +0000 (22:54 +0000)]
- avoid using the "check" library's suite_free() function; it is not
available in all versions of the library, and srunner_free() is
sufficient
(closes SF bug #985192)
- avoid some compiler warnings
Karl Waclawek [Thu, 27 May 2004 17:38:52 +0000 (17:38 +0000)]
Applied patch for bug #961698 supplied by Anders Carlsson.
Karl Waclawek [Tue, 18 May 2004 13:50:13 +0000 (13:50 +0000)]
Added a few more meaningful error codes (and messages).
Karl Waclawek [Fri, 7 May 2004 20:00:48 +0000 (20:00 +0000)]
Added expat_external.h
Karl Waclawek [Thu, 6 May 2004 13:55:49 +0000 (13:55 +0000)]
Renamed exrternal.h to expat_external.h.
Fixed up references to this file.
Karl Waclawek [Sun, 2 May 2004 17:31:13 +0000 (17:31 +0000)]
Fix for bug #946506: PublicId for DOCTYPE not checked & normalized.
Karl Waclawek [Fri, 30 Apr 2004 17:28:05 +0000 (17:28 +0000)]
Made note about building under Visual Studio .NET.
Karl Waclawek [Fri, 30 Apr 2004 15:39:47 +0000 (15:39 +0000)]
Fix for bug #928113 .
Fred L. Drake, Jr. [Fri, 30 Apr 2004 03:44:34 +0000 (03:44 +0000)]
patch from Shard (neoni dot net) to support BeOS
Fred L. Drake, Jr. [Fri, 30 Apr 2004 03:18:11 +0000 (03:18 +0000)]
If the check library is not available, use an abbreviated implementation of
the check API. This allows the unit and regression tests to be run on any
system without requiring an external package.
Karl Waclawek [Thu, 29 Apr 2004 17:53:34 +0000 (17:53 +0000)]
Fixed compile errors when XML_DTD and XML_CONTEXT_BYTES
were undefined.
Karl Waclawek [Tue, 27 Apr 2004 00:50:50 +0000 (00:50 +0000)]
Added note about the effects on well-formedness checking when
calling XML_UseForeignDTD(parser, XML_TRUE).
Karl Waclawek [Tue, 27 Apr 2004 00:49:34 +0000 (00:49 +0000)]
Added comment about the effects on well-formedness checking after
calling XML_UseForeignDTD(parser, XML_TRUE).
Karl Waclawek [Mon, 26 Apr 2004 20:36:10 +0000 (20:36 +0000)]
Re-ordered links to 3rd party wrappers.
Karl Waclawek [Mon, 26 Apr 2004 19:45:23 +0000 (19:45 +0000)]
Added link to SAXExpat.NET.
Karl Waclawek [Sat, 24 Apr 2004 23:56:41 +0000 (23:56 +0000)]
Would not build on Linux without including stddef.h before
including external.h.
Karl Waclawek [Tue, 13 Apr 2004 13:17:59 +0000 (13:17 +0000)]
Fix for bug #920274.
Fred L. Drake, Jr. [Fri, 2 Apr 2004 21:53:40 +0000 (21:53 +0000)]
update URL to the mailing lists page
Karl Waclawek [Fri, 26 Mar 2004 14:24:11 +0000 (14:24 +0000)]
Fix for bug #923913, Calling convention problems.
For details see bug description.
Karl Waclawek [Tue, 16 Mar 2004 22:14:31 +0000 (22:14 +0000)]
Changed to allow aborting a suspended parser instance.
Karl Waclawek [Tue, 16 Mar 2004 20:29:28 +0000 (20:29 +0000)]
Removed ability to suspend while parsing an external parameter entity.
The problem is that on return from the externalEntityRefHandler() call-back
the parser currently assumes that parsing of the parameter entity is finished,
and updates its internal state accordingly. I do not have the time at this
point to implement and test a solution. Being able to suspend while parsing
the DTD is also less desirable than doing the same while parsing content.
Karl Waclawek [Tue, 16 Mar 2004 04:41:54 +0000 (04:41 +0000)]
When the parser was suspended while processing an internal entity,
an XML_ERROR_NO_ELEMENTS condition could happen.
The reason was that the internal entity's start tag level was not preserved
when parsing was suspended. This has been corrected.
Karl Waclawek [Tue, 16 Mar 2004 04:27:18 +0000 (04:27 +0000)]
Fixed the XML_GetCurrentLine/ColumnNumber() functions so that
they don't produce an access violation when the value of eventPtr is
less than the value of positionPtr. This can happen when a handler
raises an exception or potentially in some border cases.
Also added some more updates of eventPtr.
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.
Karl Waclawek [Mon, 15 Mar 2004 00:34:12 +0000 (00:34 +0000)]
Fix for bug #916228.
Karl Waclawek [Wed, 10 Mar 2004 15:56:11 +0000 (15:56 +0000)]
Improved comments for XML_StopParser() and XML_ResumeParser().
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.
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*
Fred L. Drake, Jr. [Thu, 29 Jan 2004 00:11:32 +0000 (00:11 +0000)]
update version number (closes SF patch #841591)
Karl Waclawek [Tue, 27 Jan 2004 01:48:58 +0000 (01:48 +0000)]
Cosmetic changes in function signatures - for consistency.
Fred L. Drake, Jr. [Thu, 22 Jan 2004 04:22:17 +0000 (04:22 +0000)]
add link to OCaml Expat
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
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
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
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.
Karl Waclawek [Tue, 16 Dec 2003 17:24:29 +0000 (17:24 +0000)]
Updated links for SAXExpat and SAX for Pascal.
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.
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
Fred L. Drake, Jr. [Sun, 2 Nov 2003 18:14:11 +0000 (18:14 +0000)]
remove unused stanzas