]> granicus.if.org Git - libexpat/shortlog
libexpat
2002-07-01 Fred L. Drake... De-tabify; minor code-style consistency changes.
2002-07-01 Fred L. Drake... De-tabify; minor code-style consistency changes.
2002-07-01 Fred L. Drake... De-tabify; minor code-style consistency changes.
2002-06-29 Fred L. Drake... Delay the Unix build-process changes since we really...
2002-06-29 Fred L. Drake... Update for the 1.95.4 release.
2002-06-28 Fred L. Drake... Fix SF bug #575168: "Missing events for end-element".
2002-06-28 Fred L. Drake... Add regression tests for SF bug #566334:
2002-06-28 Fred L. Drake... Delayed the InternalEntityRefHandler feature.
2002-06-28 Fred L. Drake... Add a regression test that might tickle SF bug #422239...
2002-06-28 Fred L. Drake... Change CVS link to the local version of the instruction...
2002-06-28 Fred L. Drake... Add a link to the ViewCVS repository browser.
2002-06-26 Fred L. Drake... Mark one more of the release requirements as done.
2002-06-26 Fred L. Drake... Add a link to the Expat4D product (Expat plug-in for...
2002-06-19 Fred L. Drake... Add the "replace-tabs-with-spaces" release requirement...
2002-06-14 Fred L. Drake... Version number needs to be bumped here as well.
2002-06-14 Fred L. Drake... Stupid punctuation nit: use a period at the end of...
2002-06-14 Fred L. Drake... Mark the SkippedEntityHandler item "done".
2002-06-13 Fred L. Drake... Simplify the content table style, with no visual differ...
2002-06-13 Fred L. Drake... Add some information about tracker usage, including...
2002-06-13 Fred L. Drake... Added some style for tables in the content area.
2002-06-13 Fred L. Drake... Add a section on CVS access, since we can't change...
2002-06-13 Fred L. Drake... Consistently use the shorter libexpat.org URL.
2002-06-13 Karl WaclawekApplied patch # 567035 (endElementHandler fix) and
2002-06-13 Fred L. Drake... Include unistd.h when HAVE_UNISTD_H is defined, not...
2002-06-12 Fred L. Drake... Update the DLL version numbering since the API has...
2002-06-12 Fred L. Drake... There've been patches since 1.95.3, so bump the version...
2002-06-11 Fred L. Drake... Added a link to the EasySoap project.
2002-06-09 Karl WaclawekFix for bug # 566240.
2002-06-09 Karl WaclawekApplied patch # 565510 - "reading uninitialized variable".
2002-06-09 Karl WaclawekApplied patch # 559910 - New SkippedEntityHandler
2002-06-05 Fred L. Drake... Started section for 1.95.4, noting the contributed...
2002-06-05 Fred L. Drake... VMS support, contributed by Craig Berry.
2002-06-05 Fred L. Drake... Include subdirectories on the webserver.
2002-06-05 Fred L. Drake... Fix the page title.
2002-06-05 Fred L. Drake... Oops, this was not ready for checkin.
2002-06-05 Fred L. Drake... Fix style buglet.
2002-06-05 Fred L. Drake... Add a link to the new development area of the website.
2002-06-05 Fred L. Drake... Start off the new development information area with...
2002-06-04 Fred L. Drake... Update link to the project home page.
2002-06-04 Fred L. Drake... Fix editorial type noticed by Greg Stein (& introduced...
2002-06-04 Fred L. Drake... Elaborated on the news description a little.
2002-06-04 Fred L. Drake... Add news item about the 1.95.3 release.
2002-06-03 Fred L. Drake... Fix link to the GOBO-Eiffel project, added a missing...
2002-06-03 Fred L. Drake... Be more specific with a couple of the files that we... R_1_95_3
2002-06-03 Fred L. Drake... Add Karl's instructions for building the UTF-16 version...
2002-06-03 Fred L. Drake... Split the install and uninstall targets into library...
2002-06-01 Greg SteinAdd real checks for autoconf 2.52 and libtool 1.4 so...
2002-06-01 Greg Steinconftools/libtool.m4 is generated by buildconf.sh,...
2002-06-01 Greg SteinWork on fixing bug #462960
2002-06-01 Fred L. Drake... Specify the compression type; the current version of...
2002-05-31 Fred L. Drake... Bump the version number of the shared library according...
2002-05-31 Fred L. Drake... Added a couple more interesting items that had been...
2002-05-31 Fred L. Drake... Remove NEWS since this information is already being...
2002-05-31 Fred L. Drake... Added a note about the Eiffel bindings.
2002-05-31 Fred L. Drake... Factor out the definition of the directory the manual...
2002-05-31 Fred L. Drake... Add test suite to the distribution.
2002-05-31 Fred L. Drake... Add the recent additions to the doc/ directory. doc...
2002-05-31 Fred L. Drake... Updated MANIFEST to reflect changes in the conftools...
2002-05-31 Fred L. Drake... Added the test suite and wchar_t versions of the DLL.
2002-05-31 Fred L. Drake... Link to SF's own mail archiver rather than GeoCrawler.
2002-05-31 Fred L. Drake... Add section for Expat 1.95.3. Added blank lines for...
2002-05-31 Fred L. Drake... Added new project to the MSVC workspace: expatw. ...
2002-05-31 Fred L. Drake... Renamed the Expat DLLs from "expat.dll" to "libexpat...
2002-05-30 Fred L. Drake... Simple makefile that remembers how to update the anonym...
2002-05-30 Karl WaclawekApplied patch # 562005 "Detect invalid UTF-8 sequences"
2002-05-23 Fred L. Drake... Give in and define a constant for the intial number...
2002-05-23 Fred L. Drake... In the "DTD scaffold", keep the count of elements alloc...
2002-05-22 Fred L. Drake... Share the comment style with the rest of Expat.
2002-05-22 Fred L. Drake... Add a small comment to tell what this is.
2002-05-22 Fred L. Drake... Code hygiene: Use "NULL" instead of "0" for NULL pointers.
2002-05-22 Fred L. Drake... Bring indentation consistency to the header comments.
2002-05-22 Fred L. Drake... Fix the regression test for SF bug #477667. This now...
2002-05-21 Fred L. Drake... Remove the use of C99's stdbool.h and the bool type...
2002-05-21 Fred L. Drake... Another link to C++ wrappers, this time with a SAX...
2002-05-20 Greg SteinHard to believe, but there are some preprocessors/compi...
2002-05-20 Greg SteinKarl noticed that Expat didn't build on Windows any...
2002-05-18 Karl WaclawekMerged in patch # 551599
2002-05-18 Greg SteinAdd some cygwin fixes.
2002-05-17 Greg SteinRemove acconfig.h altogether by removing XML_BYTE_ORDER...
2002-05-17 Greg SteinA couple more tweaks for config.h -> expat_config.h
2002-05-17 Greg SteinThere is no lib/config.h file...
2002-05-17 Greg Steinignore the expat_config.h* files rather than config.h*
2002-05-17 Greg SteinVarious configuration fixes, focused primarily around...
2002-05-17 Greg Steinfollow Fred's footsteps and reformat the copyright...
2002-05-17 Greg SteinThese files are unmaintained, so I'm removing them...
2002-05-17 Fred L. Drake... Code hygiene edits.
2002-05-17 Fred L. Drake... Remove unused files.
2002-05-17 Fred L. Drake... Using "0" instead of "NULL" is insane, and leads to...
2002-05-17 Fred L. Drake... Minor nit; layout function signatures in a more consist...
2002-05-17 Fred L. Drake... Include a more reasonable definition of the UTF8_INVALI...
2002-05-17 Fred L. Drake... Using "0" instead of "NULL" is insane, and leads to...
2002-05-17 Fred L. Drake... Hopefully the last needed checks for MALLOC() failure...
2002-05-17 Fred L. Drake... Be more careful about failed MALLOC() and REALLOC(...
2002-05-17 Fred L. Drake... Updated for the 1.95.3 release.
2002-05-17 Fred L. Drake... Make the uninstall target use the right location for...
2002-05-17 Fred L. Drake... Added a link to an article with additional C++ wrappers...
2002-05-17 Fred L. Drake... Fix a number of potential memory leaks around REALLOC...
2002-05-15 Fred L. Drake... Add casts to suppress a couple of warnings from MSVC...
2002-05-10 Karl WaclawekAdded link to Expat wrapper for Delphi
2002-05-10 Greg SteinPatch from Joe Orton <joe@manyfish.co.uk>:
next