Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 366a915f | 2002-10-23 20:43:53 | serious cleanup of the spec file and associated changes in the Makefiles. * Makefile.am config.h.in libxml.spec.in doc/Makefile.am: serious cleanup of the spec file and associated changes in the Makefiles. * valid.c: try to remove some warnings on x86_64 Daniel | ||
| 9b731d70 | 2002-04-14 12:56:08 | trying to fix #77441 Daniel * configure.in: trying to fix #77441 Daniel | ||
| a3db2e37 | 2002-03-08 15:46:57 | fixed a bug newly introduced and pointed by Uwe Fechner in xmlCopyProp() * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner in xmlCopyProp() Daniel | ||
| 314cfa08 | 2002-01-14 17:58:01 | patch from Anthony Jones for hash.c allocation size trying to work around * hash.c: patch from Anthony Jones for hash.c allocation size * Makefile.am: trying to work around Yet Another Libtool Madness and build the 2.4.13 release finally ... daniel | ||
| d3b29d2e | 2001-12-18 07:53:16 | close #67019 Daniel * win32/libxml2/libxml2.def.src: close #67019 Daniel | ||
| b847864f | 2001-10-12 17:29:10 | started integrating the core of the thread support not activated yet but * Makefile.am include/libxml/Makefile.am include/libxml/globals.h globals.c include/libxml/threads.h threads.c build_glob.py global.data xmlcatalog.c acconfig.h configure.in: started integrating the core of the thread support not activated yet but half integrated. The code should still compile and work anyway. Daniel | ||
| 98fed37a | 2001-09-13 11:34:58 | dohh generated the wrong include path :-( re-dohh forgot the new manpage * libxml-2.0.pc.in: dohh generated the wrong include path :-( * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-( Daniel | ||
| baa8854e | 2001-09-12 21:08:29 | *** empty log message *** | ||
| 07cdb2a8 | 2001-09-12 20:19:58 | moved includes to includedir/libxml2/libxml, updated the configuration * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml, updated the configuration scripts systems accordingly | ||
| 5eb9dea8 | 2001-09-07 09:38:02 | Need $(ICONV_LIBS) in libxml2_la_LIBADD Daniel * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD Daniel | ||
| 9f7b84bb | 2001-08-23 15:31:19 | preparing for a 2.4.3 release even if it may not be ready yet redirected * Makefile.am configure.in include/libxml/xmlwin32version.h: preparing for a 2.4.3 release even if it may not be ready yet * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected all file parsing lookup to go through the entity resolver, add to add an API to bypass it (needed to load catalogs themselves), some cleanup on the catalog code too. * nanoftp.c: small cleanup * doc/catalog.html: small update Daniel | ||
| 9a0b3d63 | 2001-08-15 12:58:03 | released 2.4.2 Daniel * config.h.in configure.in include/libxml/xmlwin32version.h: released 2.4.2 Daniel | ||
| 8fcc494e | 2001-07-17 20:07:33 | cleaned up some warning on the Alpha Daniel * SAX.c xmlIO.c: cleaned up some warning on the Alpha Daniel | ||
| ed156f58 | 2001-07-13 18:35:13 | add #undef HAVE_DLFCN_H 2001-07-13 Peter Williams <peterw@ximian.com> * config.h.in: add #undef HAVE_DLFCN_H * example/Makefile.am (INCLUDES): Compile fix when srcdir != builddir. | ||
| 6dd8e055 | 2001-06-23 18:38:06 | fixed the way to detect symlink Daniel * configure.in: fixed the way to detect symlink Daniel | ||
| b3a182e5 | 2001-06-01 09:28:09 | releasing 2.3.10 Daniel * configure.in: releasing 2.3.10 Daniel | ||
| 27b55289 | 2001-04-11 12:22:25 | - config.h.in configure.in xmlversion.h.in: added ansidecl.h test Daniel | ||
| 92ad2104 | 2001-03-27 12:47:33 | Spring cleanup ...: - configure.in Makefile.am config.h.in Spring cleanup ...: - configure.in Makefile.am config.h.in xmlversion.h.in: detect if we need string functions - trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions to be able to use them where needed. Applied some changes to reduce name linking pollution and compile in only what's needed. - HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef for the string manipulation functions - xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically to the free() function of xmlmemory.c - entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP usage. Daniel | ||
| a5f013bf | 2001-03-22 12:44:45 | - config.h.in configure.in error.c: fix a compilation problem on platforms without vsnprintf (xml@thewrittenword.com) Daniel | ||
| 71681103 | 2001-02-24 17:48:53 | Preparing 2.3.2 release: - configure.in: bumped to 2.3.2 - doc/xml.html: updated for release Daniel | ||
| 8e199906 | 2001-01-25 18:54:39 | Some packaging cleanup: - Makefile.am doc/Makefile.am libxml.spec.in: painful work to get the HTML doc to go into the -devel RPM ... - aclocal.m4 config.h.in: some updates due to auto* magic Daniel | ||
| 189446d2 | 2000-10-13 10:23:06 | documentations: - doc/xml.html doc/xmlmem.html: added a module describing documentations: - doc/xml.html doc/xmlmem.html: added a module describing memory interfaces and use, updated the main page. Daniel | ||
| b0426cae | 2000-10-11 23:39:43 | patch for socklen_t detection by Albert Chin-A-Young <china@thewrittenword.com> Daniel | ||
| 04698d9e | 2000-09-17 16:00:22 | New set of cleanups, released 2.2.3: - SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c: removed a few warnings in pedantic mode ... - parserInternals.c parser.c: moved encoding switching function to parserInternals.c - configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3 Daniel | ||
| 46e370e6 | 2000-07-21 20:32:03 | - parser.c xmlIO.[ch]: fixed the problem of encoding support when using in memory parsing. Need some cleanup. - xmllint.c configure.in: added a --memory flag to test memory parsing Daniel | ||
| 461a66c9 | 2000-01-18 18:01:01 | Candidate libxml-1.8.5, include jody libz patch, Daniel | ||
| 71b656e0 | 2000-01-05 14:46:17 | - added xmlRemoveID() and xmlRemoveRef() - added check and handling when possibly removing an ID - fixed some entities problems - added xmlParseTryOrFinish() - changed the way struct aredeclared to allow gtk-doc to expose those - closed #4960 - fixes to libs detection from Albert Chin-A-Young - preparing 1.8.3 release Daniel | ||
| 437b87b8 | 2000-01-03 17:30:46 | fixed configure and Makefile to use readline in tester if available rebuilt and updated the doc, Daniel | ||
| 7f7d1119 | 1999-09-22 09:46:25 | Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4, etc... See Changelog, Daniel. | ||
| b05deb7f | 1999-08-10 19:04:08 | Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel | ||
| 1164e752 | 1999-02-16 16:29:17 | Upgrade to 0.99.8 cleanup of spec and makefiles to include doc, Daniel. | ||
| 8e0137ce | 1998-09-23 00:58:59 | Prepare for initial release of Gnumeric | ||
| 36169f8b | 1998-07-24 19:30:47 | Added autoconf/automake files, Daniel. |