]> granicus.if.org Git - libexpat/log
libexpat
18 years agoSF bug #1515266: missing check of stopped parser in doContext() for loop
Fred L. Drake, Jr. [Sat, 1 Jul 2006 15:01:00 +0000 (15:01 +0000)]
SF bug #1515266: missing check of stopped parser in doContext() for loop
(added regression test, closing bug report)

18 years agoif the test reports a failure message, always display it (it was
Fred L. Drake, Jr. [Sat, 1 Jul 2006 14:54:06 +0000 (14:54 +0000)]
if the test reports a failure message, always display it (it was
ignored); it makes no sense to ever hide this, so we don't worry about
the verbosity setting for this

18 years agoSF bug #1515266: missing check of stopped parser in doContext() for loop
Fred L. Drake, Jr. [Sat, 1 Jul 2006 03:57:29 +0000 (03:57 +0000)]
SF bug #1515266: missing check of stopped parser in doContext() for loop
(variation of patch by Brett Cannon; test case to come tomorrow)

18 years ago- suppress compiler warning when the tests are built with C++
Fred L. Drake, Jr. [Sat, 1 Jul 2006 02:34:50 +0000 (02:34 +0000)]
- suppress compiler warning when the tests are built with C++
- remove non-implemented forking API from minicheck; it is not used, and
  we always use minicheck instead of check

18 years agoFix for bug #1513566: filemap() in readfilemap.c doesn't handle zero length
Karl Waclawek [Wed, 28 Jun 2006 02:55:51 +0000 (02:55 +0000)]
Fix for bug #1513566: filemap() in readfilemap.c doesn't handle zero length
files, and the same issue applies to filemap() in unixfilemap.c

18 years agoAdjusted for changes in SF links and instructions.
Karl Waclawek [Mon, 5 Jun 2006 16:27:08 +0000 (16:27 +0000)]
Adjusted for changes in SF links and instructions.

18 years ago__cdecl should be used for MS compilers even if MS extensions are turned off.
Karl Waclawek [Fri, 2 Jun 2006 12:17:36 +0000 (12:17 +0000)]
__cdecl should be used for MS compilers even if MS extensions are turned off.

19 years agoCasting away some integer conversion warnings that should not pose a problem.
Karl Waclawek [Fri, 14 Apr 2006 18:03:57 +0000 (18:03 +0000)]
Casting away some integer conversion warnings that should not pose a problem.

19 years agoAdded a comment about processFile giving problems on files larger than INT_MAX.
Karl Waclawek [Fri, 14 Apr 2006 18:02:08 +0000 (18:02 +0000)]
Added a comment about processFile giving problems on files larger than INT_MAX.

19 years agoCasting away some integer conversion warnings that should not pose a problem.
Karl Waclawek [Fri, 14 Apr 2006 17:53:03 +0000 (17:53 +0000)]
Casting away some integer conversion warnings that should not pose a problem.

19 years agoOne should not cast a pointer to unsigned long, as it may not work on non-32bit systems.
Karl Waclawek [Fri, 14 Apr 2006 17:19:09 +0000 (17:19 +0000)]
One should not cast a pointer to unsigned long, as it may not work on non-32bit systems.

19 years agoAdded note that XML_LARGE_SIZE implies a breaking change to the ABI.
Karl Waclawek [Sat, 8 Apr 2006 02:52:06 +0000 (02:52 +0000)]
Added note that XML_LARGE_SIZE implies a breaking change to the ABI.

19 years agoRemoved DESCRIPTION statement - only valid when compiling 16bit
Karl Waclawek [Fri, 7 Apr 2006 20:54:55 +0000 (20:54 +0000)]
Removed DESCRIPTION statement - only valid when compiling 16bit
virtual device drivers (VxD).

19 years agoSome typos corrected.
Karl Waclawek [Fri, 7 Apr 2006 20:29:26 +0000 (20:29 +0000)]
Some typos corrected.

19 years agoAdded XML_FEATURE_NS and XML_FEATURE_LARGE_SIZE values,
Karl Waclawek [Fri, 7 Apr 2006 20:28:19 +0000 (20:28 +0000)]
Added XML_FEATURE_NS and XML_FEATURE_LARGE_SIZE values,
as they had not been documented yet.

19 years agoModified code to use XML_ParserReset() instead of creating a new
Karl Waclawek [Fri, 7 Apr 2006 20:25:43 +0000 (20:25 +0000)]
Modified code to use XML_ParserReset() instead of creating a new
parser instance on each iteration of the main loop.

19 years agoAdded XML_FEATURE_LARGE_SIZE to be able to detect if Expat was
Karl Waclawek [Fri, 7 Apr 2006 20:24:20 +0000 (20:24 +0000)]
Added XML_FEATURE_LARGE_SIZE to be able to detect if Expat was
compiled with XML_LARGE_SIZE - see XML_GetFeatureList().

19 years agochanged default sharedlibdir
Steven Solie [Sun, 19 Mar 2006 04:45:43 +0000 (04:45 +0000)]
changed default sharedlibdir

19 years agobumped version to 4.1
Steven Solie [Sun, 19 Mar 2006 04:35:27 +0000 (04:35 +0000)]
bumped version to 4.1

19 years agoadded 4.1 notes
Steven Solie [Sun, 19 Mar 2006 04:34:35 +0000 (04:34 +0000)]
added 4.1 notes

19 years agonow allocates shared memory and frees the correct memory block
Steven Solie [Sun, 19 Mar 2006 04:32:58 +0000 (04:32 +0000)]
now allocates shared memory and frees the correct memory block

19 years agoApplied patch #1437840. Fix for bugs #1414066 and #1033965 .
Karl Waclawek [Mon, 6 Mar 2006 14:24:36 +0000 (14:24 +0000)]
Applied patch #1437840. Fix for bugs #1414066 and #1033965 .

19 years agoFix for bug # 1408143: "make check" failure.
Karl Waclawek [Wed, 25 Jan 2006 23:04:46 +0000 (23:04 +0000)]
Fix for bug # 1408143: "make check" failure.

19 years agoAdded missing XML_UNICODE_WCHAR_T to static debug build for UTF-16.
Karl Waclawek [Thu, 19 Jan 2006 01:04:23 +0000 (01:04 +0000)]
Added missing XML_UNICODE_WCHAR_T to static debug build for UTF-16.

19 years agoUpdated web site with release news.
Karl Waclawek [Wed, 11 Jan 2006 15:52:12 +0000 (15:52 +0000)]
Updated web site with release news.

19 years agoUpdated libtool version info. R_2_0_0
Karl Waclawek [Wed, 11 Jan 2006 01:10:46 +0000 (01:10 +0000)]
Updated libtool version info.

19 years agoMore detail on line/column numbers.
Karl Waclawek [Wed, 11 Jan 2006 01:01:23 +0000 (01:01 +0000)]
More detail on line/column numbers.

19 years agoUpdated release date.
Karl Waclawek [Tue, 10 Jan 2006 01:24:20 +0000 (01:24 +0000)]
Updated release date.

19 years agoPrepared for release 2.0.0.
Karl Waclawek [Fri, 6 Jan 2006 03:59:05 +0000 (03:59 +0000)]
Prepared for release 2.0.0.

19 years agoAdded support for XML_LARGE_SIZE.
Karl Waclawek [Sun, 1 Jan 2006 21:17:41 +0000 (21:17 +0000)]
Added support for XML_LARGE_SIZE.

19 years agoFixed some file references and updated to InnoSetup 5.1.6.
Karl Waclawek [Sun, 1 Jan 2006 20:59:25 +0000 (20:59 +0000)]
Fixed some file references and updated to InnoSetup 5.1.6.

19 years agoSmall corrections.
Karl Waclawek [Sun, 1 Jan 2006 18:53:44 +0000 (18:53 +0000)]
Small corrections.

19 years agoAdded 2.0 definitions and bumped version
Steven Solie [Fri, 30 Dec 2005 04:19:05 +0000 (04:19 +0000)]
Added 2.0 definitions and bumped version

19 years agoadded missing include path
Steven Solie [Fri, 30 Dec 2005 04:18:13 +0000 (04:18 +0000)]
added missing include path

19 years agoUpdated copyright dates.
Karl Waclawek [Thu, 29 Dec 2005 05:13:05 +0000 (05:13 +0000)]
Updated copyright dates.

19 years agoadded amigaconfig.h
Steven Solie [Thu, 29 Dec 2005 03:01:04 +0000 (03:01 +0000)]
added amigaconfig.h

19 years ago* Added support for XML_LARGE_SIZE.
Karl Waclawek [Wed, 28 Dec 2005 18:43:36 +0000 (18:43 +0000)]
* Added support for XML_LARGE_SIZE.
* Added comment about using with UTF-8 version of Expat only.

19 years agoAdded some info about XML_LARGE_SIZE and make options.
Karl Waclawek [Wed, 28 Dec 2005 18:41:57 +0000 (18:41 +0000)]
Added some info about XML_LARGE_SIZE and make options.

19 years agoAdded some whitespace.
Karl Waclawek [Wed, 28 Dec 2005 06:07:52 +0000 (06:07 +0000)]
Added some whitespace.

19 years agoAdjusted to the new return type of XML_GetCurrentLineNumber
Karl Waclawek [Wed, 28 Dec 2005 06:06:11 +0000 (06:06 +0000)]
Adjusted to the new return type of XML_GetCurrentLineNumber
and XML_GetCurrentColumnNumber when XML_LARGE_SIZE is defined.

19 years agoUpdated to reflect that we use our own Check implementation now.
Karl Waclawek [Wed, 28 Dec 2005 06:03:29 +0000 (06:03 +0000)]
Updated to reflect that we use our own Check implementation now.

19 years agoAdded news item. Moved some older news into news archive.
Karl Waclawek [Tue, 27 Dec 2005 16:49:44 +0000 (16:49 +0000)]
Added news item. Moved some older news into news archive.

19 years agoMore directories to exclude.
Karl Waclawek [Tue, 27 Dec 2005 16:20:26 +0000 (16:20 +0000)]
More directories to exclude.

19 years agoSeems we don't have to specify directories.
Karl Waclawek [Tue, 27 Dec 2005 16:18:03 +0000 (16:18 +0000)]
Seems we don't have to specify directories.

19 years agoBumped lib version for 4.0 release
Steven Solie [Tue, 27 Dec 2005 15:48:13 +0000 (15:48 +0000)]
Bumped lib version for 4.0 release

19 years agonow creates required dirs
Steven Solie [Tue, 27 Dec 2005 15:47:31 +0000 (15:47 +0000)]
now creates required dirs

19 years ago*** empty log message ***
Steven Solie [Tue, 27 Dec 2005 15:45:30 +0000 (15:45 +0000)]
*** empty log message ***

19 years agoRemoved empty amiga directories.
Karl Waclawek [Tue, 27 Dec 2005 04:49:49 +0000 (04:49 +0000)]
Removed empty amiga directories.

19 years agoUpdated for new setup application.
Karl Waclawek [Mon, 26 Dec 2005 19:38:38 +0000 (19:38 +0000)]
Updated for new setup application.

19 years agoAdded info about VS 2005.
Karl Waclawek [Mon, 26 Dec 2005 19:36:21 +0000 (19:36 +0000)]
Added info about VS 2005.

19 years agoUpdated release version.
Karl Waclawek [Mon, 26 Dec 2005 18:08:19 +0000 (18:08 +0000)]
Updated release version.

19 years agoBumped version number to 2.0.0.
Karl Waclawek [Mon, 26 Dec 2005 15:43:22 +0000 (15:43 +0000)]
Bumped version number to 2.0.0.

19 years agoRemoved newly added include directives of configuration header files.
Karl Waclawek [Sun, 25 Dec 2005 17:06:22 +0000 (17:06 +0000)]
Removed newly added include directives of configuration header files.
They seem to be unnecessary.

19 years ago* Added integer modifier macro to support 64-bit integers in printf.
Karl Waclawek [Sun, 25 Dec 2005 17:05:10 +0000 (17:05 +0000)]
* Added integer modifier macro to support 64-bit integers in printf.
* Made include directives of configuration header files sync'ed
  with xmlparse.c.

19 years ago* Added integer modifier macro to support 64-bit integers in printf.
Karl Waclawek [Sun, 25 Dec 2005 16:56:05 +0000 (16:56 +0000)]
* Added integer modifier macro to support 64-bit integers in printf.
* Made include directives to be in sync with xmlparse.c.

19 years agoAdded integer modifier macro to support 64-bit integers in printf.
Karl Waclawek [Sun, 25 Dec 2005 16:54:10 +0000 (16:54 +0000)]
Added integer modifier macro to support 64-bit integers in printf.

19 years agoAdded 64-bit support for MS VC++ 6.0.
Karl Waclawek [Sun, 25 Dec 2005 16:52:13 +0000 (16:52 +0000)]
Added 64-bit support for MS VC++ 6.0.

19 years agoFixed incorrect cast which would cause 64-bit integers not to be set to a 64-bit...
Karl Waclawek [Sun, 25 Dec 2005 16:50:52 +0000 (16:50 +0000)]
Fixed incorrect cast which would cause 64-bit integers not to be set to a 64-bit -1 value.

19 years ago*** empty log message ***
Steven Solie [Sat, 24 Dec 2005 17:35:51 +0000 (17:35 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Steven Solie [Sat, 24 Dec 2005 16:21:35 +0000 (16:21 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Steven Solie [Sat, 24 Dec 2005 06:52:33 +0000 (06:52 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Steven Solie [Sat, 24 Dec 2005 06:45:36 +0000 (06:45 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Steven Solie [Sat, 24 Dec 2005 06:39:56 +0000 (06:39 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Steven Solie [Sat, 24 Dec 2005 06:34:24 +0000 (06:34 +0000)]
*** empty log message ***

19 years agoPreparing for release 2.0.
Karl Waclawek [Fri, 23 Dec 2005 16:57:53 +0000 (16:57 +0000)]
Preparing for release 2.0.

19 years agoNew pre-release snapshot for Expat 2.0.
Karl Waclawek [Fri, 23 Dec 2005 16:47:23 +0000 (16:47 +0000)]
New pre-release snapshot for Expat 2.0.

19 years agoAdded support for 64-bit integers when reporting byte indexes,
Karl Waclawek [Fri, 23 Dec 2005 14:45:27 +0000 (14:45 +0000)]
Added support for 64-bit integers when reporting byte indexes,
line and column numbers. Can be turned on/off using the
XML_LARGE_SIZE switch.

19 years agoFixed non-standard line breaks.
Karl Waclawek [Fri, 16 Dec 2005 17:41:19 +0000 (17:41 +0000)]
Fixed non-standard line breaks.

19 years agoFixed omission of UTF-16 output.
Karl Waclawek [Tue, 13 Dec 2005 17:20:16 +0000 (17:20 +0000)]
Fixed omission of UTF-16 output.

19 years agoAdded int type casts for 64 bit portability, to avoid compiler warnings.
Karl Waclawek [Mon, 28 Nov 2005 20:02:36 +0000 (20:02 +0000)]
Added int type casts for 64 bit portability, to avoid compiler warnings.
Works for MS VC++, not tested on other platforms.

19 years agoAdded a note about possible integer overflow when using large input buffers.
Karl Waclawek [Mon, 28 Nov 2005 20:00:50 +0000 (20:00 +0000)]
Added a note about possible integer overflow when using large input buffers.

19 years agoAdded instructions for creating MinGW libraries.
Karl Waclawek [Mon, 28 Nov 2005 18:42:49 +0000 (18:42 +0000)]
Added instructions for creating MinGW libraries.

19 years agoIn preparation for next release.
Karl Waclawek [Sun, 27 Nov 2005 21:50:47 +0000 (21:50 +0000)]
In preparation for next release.

19 years agoChanged back to anonymous CVS access.
Karl Waclawek [Sun, 27 Nov 2005 21:36:15 +0000 (21:36 +0000)]
Changed back to anonymous CVS access.

19 years agoFix for bug # 1271642.
Karl Waclawek [Thu, 24 Nov 2005 14:15:22 +0000 (14:15 +0000)]
Fix for bug # 1271642.

19 years agoFix for bug #1221160.
Karl Waclawek [Wed, 15 Jun 2005 14:24:26 +0000 (14:24 +0000)]
Fix for bug #1221160.

20 years agoFix for bug #1023646.
Karl Waclawek [Tue, 19 Apr 2005 18:25:08 +0000 (18:25 +0000)]
Fix for bug #1023646.

20 years agoApplied patch for bug # 1156398.
Karl Waclawek [Fri, 4 Mar 2005 02:20:32 +0000 (02:20 +0000)]
Applied patch for bug # 1156398.

20 years agoAmigaOS support files
Steven Solie [Sat, 26 Feb 2005 01:38:54 +0000 (01:38 +0000)]
AmigaOS support files

20 years agoAdded AmigaOS support.
Steven Solie [Sat, 26 Feb 2005 01:38:13 +0000 (01:38 +0000)]
Added AmigaOS support.

20 years agowhen uninstalling the library, remove both headers
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)

20 years agoAdded more features planned for Expat 3.0.
Karl Waclawek [Mon, 31 Jan 2005 14:52:55 +0000 (14:52 +0000)]
Added more features planned for Expat 3.0.

20 years agoFixed error found by Reid Spencer.
Karl Waclawek [Sun, 30 Jan 2005 05:44:46 +0000 (05:44 +0000)]
Fixed error found by Reid Spencer.

20 years agomore changes noted
Fred L. Drake, Jr. [Sat, 29 Jan 2005 05:11:13 +0000 (05:11 +0000)]
more changes noted

20 years agoinclude the C++ test harness in the Windows package
Fred L. Drake, Jr. [Sat, 29 Jan 2005 05:00:15 +0000 (05:00 +0000)]
include the C++ test harness in the Windows package

20 years agoReport XML_NS setting via XML_GetFeatureList().
Fred L. Drake, Jr. [Sat, 29 Jan 2005 04:48:44 +0000 (04:48 +0000)]
Report XML_NS setting via XML_GetFeatureList().

20 years ago- add note about XML 1.1
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

20 years agoadd a note about the planned change in XML_ParserReset
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

20 years agoadd news of the pre-release snapshot
Fred L. Drake, Jr. [Sat, 29 Jan 2005 03:18:02 +0000 (03:18 +0000)]
add news of the pre-release snapshot

20 years agoadd the C++ test harness
Fred L. Drake, Jr. [Sat, 29 Jan 2005 02:55:53 +0000 (02:55 +0000)]
add the C++ test harness

20 years agorename macros: "parsing" -> "ps_parsing", "finalBuffer" -> "ps_finalBuffer"
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)

20 years agomake errors reported display more like GCC error messages, so editors
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.

20 years agoimplement verbose mode in minicheck to make it easier to determine which
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

20 years agofix dependency information for C++ tests
Fred L. Drake, Jr. [Fri, 28 Jan 2005 05:46:46 +0000 (05:46 +0000)]
fix dependency information for C++ tests

20 years agomake all C strings ASCII (7-bits) to avoid editors from trying to
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

20 years agotest using Expat from C++
Fred L. Drake, Jr. [Fri, 28 Jan 2005 05:19:53 +0000 (05:19 +0000)]
test using Expat from C++
(closes SF bug #1006708)

20 years agomake sure the -I options to the headers for the version being compiled
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)

20 years agoremove use of the check library; always use our own testing package
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)

20 years agoNew link for OCaml Expat.
Karl Waclawek [Mon, 10 Jan 2005 14:17:02 +0000 (14:17 +0000)]
New link for OCaml Expat.

20 years ago"if (ns)" check in addBinding() is not necessary, since it is only
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.