]> granicus.if.org Git - libexpat/shortlog
libexpat
2001-07-25 Fred L. Drake... Really add the xmlwf project this time.
2001-07-25 Fred L. Drake... One more MSVC file to ignore...
2001-07-25 Fred L. Drake... When using GCC, use stronger error-checking options.
2001-07-25 Fred L. Drake... Removed unusual use of "const" to avoid errors from...
2001-07-25 Fred L. Drake... Removed useless RCSId static from the code.
2001-07-25 Fred L. Drake... Remove useless RCSId static from the code.
2001-07-25 Fred L. Drake... Update comments on the Solaris build to be a little...
2001-07-25 Fred L. Drake... #include <unistd.h> to pick up the close() prototype.
2001-07-25 Fred L. Drake... Kill a compiler warning & make private functions static.
2001-07-25 Fred L. Drake... Clean up a few compiler warnings in the sameple code.
2001-07-25 Fred L. Drake... Add the new MSVC workspace file to the list of distribu...
2001-07-25 Fred L. Drake... Update the windows comments to reflect the current...
2001-07-25 Fred L. Drake... Update xmlwf project file.
2001-07-25 Fred L. Drake... Toss the old MSVC workspace.
2001-07-25 Fred L. Drake... Tell CVS to ignore the cruft files generated by MSVC...
2001-07-25 Fred L. Drake... Move the workspace file for MSVC, and let it also build...
2001-07-25 Fred L. Drake... Add install and uninstall targets, along with all the...
2001-07-25 Fred L. Drake... Remove the extra DESTDIR variable.
2001-07-25 Fred L. Drake... Some minor simplifications, and descend into fewer...
2001-07-25 Fred L. Drake... Update to reflect the current build process.
2001-07-25 Fred L. Drake... Remove one more line that was not supposed to have...
2001-07-25 Fred L. Drake... Ignore the generated executables.
2001-07-25 Fred L. Drake... Let's not ignore files that are generated too rarely...
2001-07-25 Fred L. Drake... Revert unintended portion of a checkin; these files...
2001-07-25 Fred L. Drake... Added a comment about compiling for use with C++, inclu...
2001-07-25 Fred L. Drake... Make sure all the makefiles have at least a dummy check...
2001-07-24 Fred L. Drake... Update the MSVC project. I don't understand all the
2001-07-24 Fred L. Drake... Reduce the reliance on non-standard "tar" options.
2001-07-24 Fred L. Drake... Use the AC_C_BIGENDIAN_CROSS macro instead of the non...
2001-07-24 Fred L. Drake... Adding cross-compile safe BIGENDIAN test for autoconf...
2001-07-24 Fred L. Drake... Bump the version number and make a few small changes...
2001-07-24 Fred L. Drake... Add the MSVC workspace file.
2001-07-24 Fred L. Drake... Tell CVS to ignore the Windows temporary files.
2001-07-24 Fred L. Drake... Oops, remove a prototype for a feature that is not...
2001-07-24 Fred L. Drake... The previous checkin of expat.h.in broke the build...
2001-07-21 Fred L. Drake... Support building from directories other than the source...
2001-07-21 Fred L. Drake... Avoid specifying XMLPARSEAPI in the middle of a prototy...
2001-03-29 Fred L. Drake... Sam TH <samth@users.sourceforge.net>:
2001-03-13 Fred L. Drake... Update the MANIFEST to reflect Greg's recent changes.
2001-03-10 Greg SteinRevamp config/build to keep generated files out of...
2001-03-03 Fred L. Drake... Update the license type; error pointed out by Greg...
2001-03-01 Fred L. Drake... Added .spec file for building RPMs; contributed by...
2001-03-01 Fred L. Drake... Sam TH:
2001-03-01 Fred L. Drake... Sam TH:
2001-03-01 Fred L. Drake... Spoke to soon -- one of the patches added a Makefile...
2001-03-01 Fred L. Drake... Sam TH:
2001-03-01 Fred L. Drake... There is no sample/Makefile.in, so do not try to genera...
2001-03-01 Fred L. Drake... Sam TH:
2001-03-01 Fred L. Drake... Sam TH:
2001-03-01 Fred L. Drake... Updated version from config.h.in update (includes wrapp...
2001-03-01 Fred L. Drake... Sam TH:
2001-02-16 Fred L. Drake... Fix SF bug #123767: segfault on UTF-8 BOM.
2001-01-26 Fred L. Drake... Added XMLPARSEAPI to the prototype for XML_DefaultCurre...
2001-01-25 Fred L. Drake... Added note about adding /usr/ccs/bin to the PATH for...
2001-01-24 Fred L. Drake... Document the #define constants giving library version...
2001-01-24 Fred L. Drake... Make sure we generate lib/expat.h.
2001-01-24 Fred L. Drake... Simplify, since we no longer need the temporaries for...
2001-01-24 Fred L. Drake... Template for the expat.h header, processed by the confi...
2001-01-24 Fred L. Drake... Use the new XML_*_VERSION constants to fill in the...
2001-01-24 Fred L. Drake... Add definitions of XML_MAJOR_VERSION, XML_MINOR_VERSION...
2000-12-27 Clark CooperClark's compromise changes to Fred's version info change.
2000-12-27 Clark CooperInadvertently failed to commit these files for 1.95...
2000-12-21 Fred L. Drake... Add a comment that the version numbers here must match...
2000-12-21 Fred L. Drake... Add (minimal) documetation on the new parts of the...
2000-12-21 Fred L. Drake... Update the minor version number since the C API has...
2000-12-21 Fred L. Drake... Remove VERSION; this is no longer used in this director...
2000-12-21 Fred L. Drake... XML_ExpatVersionInfo(): New function; returns library...
2000-12-20 Fred L. Drake... Minor internal style consistency nit (indentation).
2000-10-30 Fred L. Drake... Tell CVS to ignore generated Makefiles and working...
2000-10-22 Clark CooperChanges for compiling under Microsoft Dev Studio.
2000-10-20 Clark CooperRemove aborts and instead return an UNEXPECTED_STATE...
2000-10-20 Clark CooperRevised fix for abort occurring with a percent followed...
2000-10-10 Clark CooperDefined XML_SetEndNamespaceDeclHandler to resolve bug...
2000-10-10 Clark CooperFix make problems on BSD & HPUX reported in Bug # 116248
2000-10-10 Clark CooperFix documentation error reported in Bug report # 116382
2000-10-09 James ClarkFix abort with space following percent sign in entity...
2000-09-29 Clark CooperAdd MANIFEST and remove expatfaq.html R_1_95_0
2000-09-29 Clark CooperFixed a bug in Makefile.in that wiped out README.
2000-09-29 Clark CooperVersioning information, fill in Changes file, possible...
2000-09-28 Clark CooperSwitch to using MANIFEST to build distribution.
2000-09-28 Clark CooperFixes to allow DLLs to built under Windows.
2000-09-26 Clark CooperChange version number to accord with beta release.
2000-09-25 Clark CooperMake more explicit the need to do an include of expat.h
2000-09-25 Clark CooperChanges for namespace triplets.
2000-09-24 Clark CooperAdded dynamic malloc substitution. Added libtool versio...
2000-09-22 Clark CooperUpdate reference with API changes made by the perl...
2000-09-21 Clark CooperMerged in modifications from perl-expat. Also fiddled...
2000-09-18 Clark CooperThese are the first check-ins for the libexpat task... libexpat-alpha-1
2000-09-12 Clark CooperAdded a link to bug reports page, added Revision commen...
2000-09-07 Fred L. Drake... Point to the mailing lists, not the "Forums". Forums...
2000-09-07 Fred L. Drake... Create a SourceForge "product" from the expat project... start
2000-09-07 Fred L. Drake... *** empty log message ***
2000-08-18 James ClarkAdd .plg file. jclark-orig sourceforge_init
2000-07-05 James ClarkFix bug with xml prefix.
2000-05-27 James ClarkAdd gennmtab.plg
2000-05-27 James ClarkAdd XML_NS
2000-05-22 James ClarkSet up DTD related handlers in XML_ExternalEntityParser...
2000-05-18 James ClarkAvoid freeing a NULL pointer.
2000-05-12 James ClarkAdd lib expat.zip V20000512
2000-05-12 James ClarkAdd xmlwf.plg
next