Commit Graph

682 Commits

Author SHA1 Message Date
Fred L. Drake, Jr.
fcf37d1b51 Release requirements for 1.95.5. 2002-07-08 16:02:22 +00:00
Fred L. Drake, Jr.
04d63e117a Remove the need to use <p> to add space between list items. 2002-07-08 15:34:04 +00:00
Fred L. Drake, Jr.
69256a68d3 Add some useful links to CVS documentation. 2002-07-08 15:33:20 +00:00
Fred L. Drake, Jr.
44e81e9a07 Clean up some markup. 2002-07-08 15:32:51 +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.
2594a4e358 Delay the Unix build-process changes since we really need to get a
bugfix release out.
2002-06-29 15:26:38 +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.
dee184faec Delayed the InternalEntityRefHandler feature. 2002-06-28 13:40:20 +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.
d6deca76f7 Change CVS link to the local version of the instructions for using the
Expat CVS repository.
2002-06-28 04:03:36 +00:00
Fred L. Drake, Jr.
b669c22a92 Add a link to the ViewCVS repository browser. 2002-06-28 04:02:45 +00:00
Fred L. Drake, Jr.
84d5e47da2 Mark one more of the release requirements as done. 2002-06-26 13:04:04 +00:00
Fred L. Drake, Jr.
65f345c7a8 Add a link to the Expat4D product (Expat plug-in for 4th Dimension). 2002-06-26 12:54:32 +00:00
Fred L. Drake, Jr.
11b0eea411 Add the "replace-tabs-with-spaces" release requirement, as discussed
on the lists.
2002-06-19 02:26:04 +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.
cfe63634e2 Stupid punctuation nit: use a period at the end of a sentence! ;-) 2002-06-14 14:13:30 +00:00
Fred L. Drake, Jr.
7cde2afa07 Mark the SkippedEntityHandler item "done". 2002-06-14 14:11:56 +00:00
Fred L. Drake, Jr.
48eb436842 Simplify the content table style, with no visual difference.
(Possibly better supported by browsers.)
2002-06-13 20:44:20 +00:00
Fred L. Drake, Jr.
2c9da60e48 Add some information about tracker usage, including both recommendations and
just useful information that is not always well known, but should be.
2002-06-13 20:41:24 +00:00
Fred L. Drake, Jr.
87693df9a0 Added some style for tables in the content area. 2002-06-13 20:40:09 +00:00
Fred L. Drake, Jr.
4e45d6db5a Add a section on CVS access, since we can't change the CVS info on
SourceForge to use the shorter hostnames.
This adds information on the specific modules checked into CVS.
2002-06-13 18:34:14 +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
Fred L. Drake, Jr.
fc8e89e58f Added a link to the EasySoap project. 2002-06-11 19:34:39 +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.
5e17fb9437 Include subdirectories on the webserver. 2002-06-05 04:02:19 +00:00
Fred L. Drake, Jr.
2640c1cb7f Fix the page title. 2002-06-05 04:01:38 +00:00
Fred L. Drake, Jr.
0ab12d2306 Oops, this was not ready for checkin. 2002-06-05 04:01:10 +00:00
Fred L. Drake, Jr.
3ab9455870 Fix style buglet. 2002-06-05 03:56:04 +00:00
Fred L. Drake, Jr.
fc9e8beb2b Add a link to the new development area of the website. 2002-06-05 03:52:21 +00:00
Fred L. Drake, Jr.
f7f2408071 Start off the new development information area with release requirements
for Expat 1.95.4.
2002-06-05 03:49:50 +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