Fred L. Drake, Jr.
37d4e4a382
A variety of code-style changes:
...
- Use only plain spaces, no hard tabs.
- Strip trailing whitespace from all lines.
- Strip blank line from the end of the file.
- Do no use a space following the ! operator.
- Wrap a couple of long lines.
2002-07-09 20:25:10 +00:00
Fred L. Drake, Jr.
a1864edc2e
Add a list of bugs fixed for 1.95.4 so far.
...
Set a target release date.
2002-07-09 18:37:32 +00:00
Karl Waclawek
cb8a4c756d
Fix for bug #579196 .
2002-07-09 18:29:23 +00:00
Fred L. Drake, Jr.
8c14959eac
Fix typo from manual application of the Mac OS classic patch.
2002-07-09 13:57:18 +00:00
Fred L. Drake, Jr.
72f20a6169
Added note about Mac OS classic support.
2002-07-08 17:10:38 +00:00
Fred L. Drake, Jr.
704c849461
Mac OS (classic) support, based on patches from Thomas Wegner and
...
Daryle Walker.
Also moved some #include statements around and removed a VMS-specific #include
that duplicates an existing #include.
2002-07-08 17:08:45 +00:00
Fred L. Drake, Jr.
501a5b3525
Mac OS (classic) support, based on patches from Thomas Wegner and
...
Daryle Walker.
2002-07-08 17:06:55 +00:00
Karl Waclawek
85f8130aaf
Added COMPILED_FROM_DSP flag to make it compile under VC++.
2002-07-04 14:06:15 +00:00
Fred L. Drake, Jr.
63ca4b129f
Minor consistency nit.
2002-07-01 20:44:54 +00:00
Karl Waclawek
16a73a2273
Modified fix for bug # 575168 to correct behaviour when endElementHandler
...
was set after startElementHandler was called.
2002-07-01 16:54:52 +00:00
Fred L. Drake, Jr.
7fea03e40e
De-tabify; minor code-style consistency changes.
2002-07-01 16:46:08 +00:00
Fred L. Drake, Jr.
d74ad1f819
De-tabify; minor code-style consistency changes.
...
Removed function that was commented out using "#if 0"; not referenced.
2002-07-01 16:45:37 +00:00
Fred L. Drake, Jr.
fb09975079
De-tabify files that missed the de-tabify step.
2002-07-01 15:18:34 +00:00
Fred L. Drake, Jr.
65ab1317a4
De-tabify; minor code-style consistency changes.
2002-07-01 15:13:02 +00:00
Fred L. Drake, Jr.
35482bdf4c
De-tabify; minor code-style consistency changes.
2002-07-01 14:51:16 +00:00
Fred L. Drake, Jr.
2c06092697
De-tabify; minor code-style consistency changes.
2002-07-01 14:45:51 +00:00
Fred L. Drake, Jr.
33e691a73f
Update for the 1.95.4 release.
2002-06-29 15:24:30 +00:00
Fred L. Drake, Jr.
4582daec8f
Fix SF bug #575168 : "Missing events for end-element".
2002-06-28 23:04:49 +00:00
Fred L. Drake, Jr.
7f509f86ef
Add regression tests for SF bug #566334 :
...
"Default namespace => wrong element names"
2002-06-28 14:20:07 +00:00
Fred L. Drake, Jr.
c74d7bca16
Add a regression test that might tickle SF bug #422239 . See comments
...
for more information.
2002-06-28 13:35:44 +00:00
Fred L. Drake, Jr.
7d78123b69
Version number needs to be bumped here as well.
2002-06-14 14:28:12 +00:00
Fred L. Drake, Jr.
17fc960ec4
Consistently use the shorter libexpat.org URL.
2002-06-13 18:12:20 +00:00
Karl Waclawek
a118a740f2
Applied patch # 567035 (endElementHandler fix) and
...
patch # 567400 (cdataSectionProcessor fix)
2002-06-13 12:52:39 +00:00
Fred L. Drake, Jr.
8fbcd0a5c7
Include unistd.h when HAVE_UNISTD_H is defined, not _POSIX_SOURCE.
...
This requires that expat_config.h or winconfig.h has been included.
Using unistd.h avoids warnings about close() and read() not being defined
on some platforms.
This closes SF bug #563184 .
2002-06-13 02:52:09 +00:00
Fred L. Drake, Jr.
e5577d615f
Update the DLL version numbering since the API has expanded in a
...
backward-compatible way.
2002-06-12 19:46:53 +00:00
Fred L. Drake, Jr.
449599e363
There've been patches since 1.95.3, so bump the version number.
2002-06-12 19:43:51 +00:00
Karl Waclawek
c8d098f364
Fix for bug # 566240.
2002-06-09 14:01:47 +00:00
Karl Waclawek
c245489390
Applied patch # 565510 - "reading uninitialized variable".
2002-06-09 13:55:37 +00:00
Karl Waclawek
b825301fc1
Applied patch # 559910 - New SkippedEntityHandler
2002-06-09 00:01:43 +00:00
Fred L. Drake, Jr.
295725c655
Started section for 1.95.4, noting the contributed VMS support.
2002-06-05 04:16:29 +00:00
Fred L. Drake, Jr.
c457dfb346
VMS support, contributed by Craig Berry.
2002-06-05 04:13:10 +00:00
Fred L. Drake, Jr.
d5648187f0
Update link to the project home page.
2002-06-04 16:35:21 +00:00
Fred L. Drake, Jr.
89151b7496
Fix editorial type noticed by Greg Stein (& introduced by me, of
...
course!).
2002-06-04 14:23:28 +00:00
Fred L. Drake, Jr.
2ef1e84e1f
Be more specific with a couple of the files that we install.
...
I'm still not sure where the manpage gets compressed, but it certainly
does; leaving off the .gz causes the RPM build to not find the file.
2002-06-03 19:38:13 +00:00
Fred L. Drake, Jr.
35c224f1ad
Add Karl's instructions for building the UTF-16 version on Unix.
2002-06-03 18:46:36 +00:00
Fred L. Drake, Jr.
0c406cce19
Split the install and uninstall targets into library and non-library
...
components, creating the new targets installlib and uninstalllib.
2002-06-03 18:16:07 +00:00
Greg Stein
ab3bcbaa6c
Add real checks for autoconf 2.52 and libtool 1.4 so that we can
...
produce "nice" errors if they are not present.
2002-06-01 22:55:22 +00:00
Greg Stein
733fc33825
conftools/libtool.m4 is generated by buildconf.sh, so make sure that
...
it gets tossed during 'extraclean'
2002-06-01 22:35:28 +00:00
Greg Stein
72ced69405
Work on fixing bug #462960
...
* add Apache's version of config.guess and config.sub, which are both
recent, and have some helpful mods
* buildconf.sh: tweak call to libtoolize to avoid overwriting the above
* conftools/.cvsignore: the new files are supposed to be there
* Makefile.in: tweak to use $(prefix) for the manual page so that it
picks up install-time prefix changes. tossed an old comment. tweak
the 'extraclean' rule to avoid tossing the added config.* files.
2002-06-01 22:29:30 +00:00
Fred L. Drake, Jr.
6f7d95c4af
Specify the compression type; the current version of Inno Setup
...
supports the more efficient bzip algorithm, so we can produce a
smaller installer to download. Or at least partially mitigate
the addition of the wchar_t version of the DLLs.
Install the Changes file as Changes.txt.
Add a note telling what version of Inno Setup the script is for.
2002-06-01 02:12:30 +00:00
Fred L. Drake, Jr.
7b7923521c
Bump the version number of the shared library according to the libtool
...
recommendations.
2002-05-31 21:31:12 +00:00
Fred L. Drake, Jr.
0b267aff2a
Added a couple more interesting items that had been lurking in the
...
forgotten NEWS file.
Set an expected date for the 1.95.3 release.
2002-05-31 20:42:18 +00:00
Fred L. Drake, Jr.
76e37fc385
Remove NEWS since this information is already being provided in Changes.
2002-05-31 20:33:05 +00:00
Fred L. Drake, Jr.
cad79377e7
Factor out the definition of the directory the manual page is
...
installed into; hopefully this will fix the RPM construction.
2002-05-31 15:51:21 +00:00
Fred L. Drake, Jr.
6bbbeffb0d
Add test suite to the distribution.
2002-05-31 15:15:18 +00:00
Fred L. Drake, Jr.
75dac7502c
Add the recent additions to the doc/ directory. doc/xmlwf.1 is needed
...
for the install step on Unix.
2002-05-31 15:03:34 +00:00
Fred L. Drake, Jr.
1ba67f251f
Updated MANIFEST to reflect changes in the conftools directory.
2002-05-31 14:49:22 +00:00
Fred L. Drake, Jr.
8eb92dde2b
Added the test suite and wchar_t versions of the DLL.
2002-05-31 04:35:57 +00:00
Fred L. Drake, Jr.
1debeebe2e
Link to SF's own mail archiver rather than GeoCrawler.
2002-05-31 04:00:59 +00:00
Fred L. Drake, Jr.
ccac97847c
Add section for Expat 1.95.3. Added blank lines for readability.
2002-05-31 03:45:50 +00:00