]> granicus.if.org Git - libexpat/shortlog
libexpat
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>:
2002-05-09 Fred L. Drake... Added a reference to tDOM (Tcl DOM package using Expat).
2002-05-09 Fred L. Drake... Oops, fix the title!
2002-05-09 Fred L. Drake... Completely replace the style of the Expat web page...
2002-05-09 Fred L. Drake... Simple style sheet for the Expat web page.
2002-05-09 Fred L. Drake... Lame "logo" for the Expat web page.
2002-05-08 Fred L. Drake... Added link to information about a C++ binding for Expat.
2002-05-04 Fred L. Drake... xml_failure(): Pass the relevant XML_Parser into the...
2002-04-29 Fred L. Drake... Added target to run checks based on xmlwf and James...
2002-04-29 Fred L. Drake... Fix stupid last minute change.
2002-04-29 Fred L. Drake... Added a bunch of assertions that internal assumptions...
2002-04-26 Fred L. Drake... Wrap some long lines, including ones I just introduced.
2002-04-26 Fred L. Drake... Cut down on the warnings from MSVC6 on Warning Level 4.
2002-04-25 Fred L. Drake... Revise the data accumulation to be at least a little...
2002-04-25 Fred L. Drake... Make the organization slightly easier to discern.
2002-04-24 Fred L. Drake... Added "NEWS" file for 1.95.3. Still needs to be filled...
2002-04-24 Fred L. Drake... Bump version number.
2002-04-24 Fred L. Drake... Take advantage of XML_ParserReset(): Instead of creati...
2002-04-24 Fred L. Drake... XML_ParserReset(): New function. Reset a parser to...
2002-04-23 Fred L. Drake... Squash compiler warning (GCC): simply referencing a...
2002-04-23 Karl WaclawekAttribute type constants did not have null terminators.
2002-04-23 Karl WaclawekFixed rev. 1.26 patch for XML_SetReturnNSTriplet.
2002-04-23 Karl WaclawekXML_UNICODE fixes
2002-04-22 Fred L. Drake... Add a new test that demonstrates SF bug #481609 is...
2002-04-22 Fred L. Drake... Test support enhancements:
2002-04-22 Fred L. Drake... Add support for the xmlwf manpage, both for install...
2002-04-22 Fred L. Drake... Formatted version of the Unix manpage, ready for instal...
2002-04-22 Greg Steinxmlwf should depend on the library, too.
2002-04-20 Fred L. Drake... Added another line to the copyright notice.
2002-04-20 Fred L. Drake... Bump version number.
2002-04-20 Fred L. Drake... Bump the release number.
2002-04-20 Fred L. Drake... Add missing word in comment.
2002-04-20 Fred L. Drake... Added missing library to link line for tests; not sure...
2002-04-20 Fred L. Drake... Added test for SF bug #480278.
2002-04-20 Fred L. Drake... Simplify the command used to run the test program.
2002-04-20 Fred L. Drake... Fix typo in comment.
2002-04-19 Fred L. Drake... Check in SF patch #488196: Make xmlwf read from standar...
2002-04-19 Fred L. Drake... Added a test for SF bug #231864.
2002-04-19 Fred L. Drake... Check in SF patch #476929: Fix XML_SetReturnNSTriplet().
2002-04-19 Fred L. Drake... Add a test that checks that illegal UTF-8 sequences...
2002-04-19 Fred L. Drake... Make the sample applications depend on the Expat library.
2002-04-19 Fred L. Drake... Add the new tests to the right TCase object.
2002-04-19 Fred L. Drake... basic_setup(): Remove bogus assumption that all tests...
2002-04-19 Fred L. Drake... Wrap some long lines.
2002-04-16 Fred L. Drake... Remove files that are no longer used.
2002-04-16 Fred L. Drake... Fix name of the "bin" directory; was missing the defaul...
2002-02-25 Fred L. Drake... Add link to the TclXML project (includes Tcl binding...
2002-02-21 Fred L. Drake... Manual page for the xmlwf utility, contributed by Scott...
2002-01-21 Fred L. Drake... Added links to the Objective-C and Ruby bindings to...
2002-01-11 Fred L. Drake... Add a list of references to other Expat resources.
2001-12-10 Greg SteinFix the URL to the online CVS browsing.
2001-12-07 Greg SteinRemove the Makefile.in files from the subdirs
2001-12-07 Greg Stein* Switch to a single, top-level Makefile (simplificatio...
2001-12-05 Fred L. Drake... Add a -v option to cause xmlwf to report the version...
2001-11-18 Fred L. Drake... Add a check for unknown command line options.
2001-11-18 Fred L. Drake... Use the SF logo that has no box around the edge; it...
2001-11-16 Fred L. Drake... prologProcessor(): Avoid segfault by making sure ...
2001-11-16 Fred L. Drake... Added a test to make sure that whitespace in ENTITIES...
2001-11-13 Fred L. Drake... Added tests that some basic encodings are recognized...
2001-11-13 Fred L. Drake... Note that the tests need check 0.8 to work.
2001-11-13 Fred L. Drake... Update to work with check 0.8.
2001-11-13 Fred L. Drake... Added a test that ensures the parser reports an out...
2001-11-09 Fred L. Drake... As long as SourceForge is changing their logo, we can...
2001-11-09 Fred L. Drake... Added note about conftools/expat.m4.
2001-11-09 Fred L. Drake... autoconf probe macro to determine how to use Expat.
2001-11-09 Fred L. Drake... Be more careful about deciding which filemap implementa...
2001-11-09 Fred L. Drake... Include header to avoid compiler warnings. Part of...
2001-11-09 Fred L. Drake... Be more reliable about using the libtool version on...
2001-11-09 Fred L. Drake... Define & use $(srcdir). Part of SF patch #465018.
2001-10-02 Fred L. Drake... Revert previous change and use an alternate approach...
2001-10-01 Fred L. Drake... Wrap a *lot* of long lines to fit in an 80-column world...
2001-10-01 Fred L. Drake... Abandon the use of directory names as target names...
2001-10-01 Fred L. Drake... Added a "-c" option to the $CC command line to make...
2001-08-23 Greg SteinHush up, cvs...
next