⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 libxml,在UNIX/LINUX下非常重要的一个库,为XML相关应用提供方便.目前上载的是最新版本,若要取得最新版本,请参考里面的readme.
💻
📖 第 1 页 / 共 5 页
字号:
	* xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT	  on a couple of lines)	* gentest.py, testapi.c: enhanced to reduce compilation warningsFri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>	* xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>	* xmlschemas.c: Correct symbol space for 'all' and 'choice'.	* xmlschemastypes.c include/xmlschemastypes.h: Added 'replace' 	  normalization for 'normalizedString'.  	  Added xmlSchemaWhiteSpaceReplace to the API.Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>	* Makefile.am: forgot a $(srcdir)	* encoding.c: stupid error wrong name #157976Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>	* NEWS configure.in doc/*: preparing release of libxml2-2.6.16Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>	* python/generator.py python/libxml.c python/libxml2class.txt	  python/libxml_wrap.h python/types.c: Applied patch from Brent	  Hendricks adding support for late DTD validation.	* python/tests/Makefile.am python/tests/dtdvalid.py	  python/tests/test.dtd: integrated the provided regression testTue nov  9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>	* configure.in: detect when struct sockaddr_storage	  has the __ss_family member instead of ss_family and	  behave accordingly. We now can use ipv6 on aix.Tue Nov  9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>	* Makefile.am gentest.py testapi.c: integrated in "make tests"	  added -q option, and more conditional features fixes	* catalog.c debugXML.c parser.c testThreads.c xmllint.c	  xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h	  include/libxml/debugXML.h: various compilation and conditional	  cleanups.	* doc/*: regeneratedTue Nov  9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: better handling of conditional features	* HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing	  on parser contexts closed leaks, error messagesTue Nov  9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>	* xpath.c: fixed problem concerning XPath context corruption	  during function argument evaluation (bug 157652)	  Mon Nov  8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>	* testapi.c: more types.	* parserInternals.c xpath.c: more fixesMon Nov  8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: better parser options coverage	* SAX2.c xpath.c: more cleanups.Tue Nov  9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>	* testapi.c: trying to fix some optional support brokennessMon Nov  8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: more coverage	* debugXML.c parser.c xmlregexp.c xpath.c: more fixesMon Nov  8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: more coverage	* SAX2.c parser.c parserInternals.c: more fixesMon Nov  8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>	* parser.c testapi.c xmlIO.c xmlstring.c: more fixes.Mon Nov  8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: more types, more coverage	* parser.c parserInternals.c relaxng.c valid.c xmlIO.c	  xmlschemastypes.c: more problems fixed	  Mon Nov  8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>	* gentest.py: fixed test file corruption problemSun Nov  7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: fixed typos and avoid Catalogs verbositySat Nov  6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>	* testapi.c: augmented the number of typesSat Nov  6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>	* HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new	  bug fixes and documentation updates.Sat Nov  6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: augmented type autogeneration for enums	* xpath.c include/libxml/xpath.h: removed direct error reporting.Sat Nov  6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>	* encoding.c: fixed a regression in iconv support.Fri Nov  5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: autogenerate a minimal NULL value sequence	  for unknown pointer types	* HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c	  parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c 	  xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c	  xpointer.c: This uncovered an impressive amount of entry points	  not checking for NULL pointers when they ought to, closing all	  the open gaps.Fri Nov  5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>	* catalog.c: fixed problem with NULL entry (bug 157407)	* xpath.c: fixed a couple of warnings (no change to logic)Fri Nov  5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: more coverage	* xmlunicode.c: one fixFri Nov  5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>	* entities.c: fixed a compilation problem on a recent changeFri Nov  5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: more coverage	* nanoftp.c tree.c: more fixesFri Nov  5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: fixed the way the generator works,	  extended the testing, especially with more real trees and nodes.	* HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch	  of real problems found and fixed.	* entities.c: fix error reporting to go through the new handlersThu Nov  4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>	* parser.c: dohh ... stupid change killing xmlParseDoc()Thu Nov  4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: changing the way the .c is generated,	  extending the tests coverage	* include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some	  function signatures, regenerating stuff	* SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardeningThu Nov  4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: extending the tests coverageThu Nov  4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>	* Makefile.am: gentest.py was missing from the EXTRA_DISTThu Nov  4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: extending the tests coverage	* HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanupsThu Nov  4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: more fixes and extending the tests coverage	* nanoftp.c xmlIO.c: more fixes and hardening	Wed Nov  3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: more fixes and extending the tests coverage	* valid.c: bunch of cleanups and 2 leaks removed Wed Nov  3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: more fixes and extending the tests coverage	* list.c tree.c: more fixes and hardeningWed Nov  3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: more fixes and extending the tests coverage	* relaxng.c include/libxml/relaxng.h: adding a type init interface	* include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more	  cleanups and bug fixes raised by the regression testsWed Nov  3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: more fixes and extending the tests coverage	* xmlwriter.c list.c: more hardeing of APIs	* doc/apibuild.py: skip testapi.c when scanning the C files.Tue Nov  2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: more testing and coverage	* elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups	* doc/*: rebuiltTue Nov  2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>	* gentest.py testapi.c: more developments on the API testing	* HTMLparser.c tree.c: more cleanups	* doc/*: rebuiltTue Nov  2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>	* xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()	* Makefile.am gentest.py testapi.c: work on generator of an	  automatic API regression test tool.	* SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c	  xmlstring.c: various API hardeing changes as a result of running	  teh first set of automatic API regression tests.	* test/slashdot16.xml: apparently missing from CVS, commited itMon Nov  1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>	* xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau	  on #fedora-develSun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>	* parser.c: fixed a bug reported by Petr Pajas on the list and	  affecting XML::LibxmlSun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>	* encoding.c doc/examples/testWriter.c: Fixed bug #153937, making	  sure the conversion functions return the number of byte written.	  Had to fix one of the examples.Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>	* doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>	* python/libxml.c: register xmlSchemaSetValidErrors, patch from	  Brent Hendricks in the mailing-list	* include/libxml/valid.h HTMLparser.c SAX2.c valid.c	  parserInternals.c: fix #156626 and more generally how to find out	  if a validation contect is part of a parsing context or not. This	  can probably be improved to make 100% sure that vctxt->userData	  is the parser context too. It's a bit hairy because we can't 	  change the xmlValidCtxt structure without breaking the ABI since	  this change xmlParserCtxt information indexes.Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>	* ChangeLog NEWS configure.in doc/*: preparing release 2.6.15	* debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanupsWed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>	* uri.c: fixed a stupid mistake in xmlBuildRelativeURI	  (bug 156527)Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>	* nanoftp.c nanohttp.c: second part of the security fix for	  xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>	* nanoftp.c: applied fixes for a couple of potential security problems	* tree.c valid.c xmllint.c: more fixes on the string interning checksTue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>	* debugXML.c include/libxml/xmlerror.h: added checking for names	  values and dictionnaries generates a tons of errors	* SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c	  include/libxml/tree.h: fixing the errors in the regression testsMon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>	* parser.c: modified the handling of _private for entity	  expansion (bug 155816)Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>	* parser.c: fixed the leak reported by Volker Roth on the list	* test/ent10 result//ent10*: added a specific test for the problemSat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>	* valid.c: unlinked the internal subset within xmlValidateDtd	  (bug 141827)	* configure.in: added -Wall to developer's flags	* doc/examples/reader4.res: added to CVSFri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>	* HTMLparser.c: added support for HTML PIs #156087	* test/HTML/python.html result/HTML/python.html*: added specific testsFri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>	* threads.c: fixed nasty bug #156087Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>	* python/libxml.c: fixed a problem occuring only in x86_64 when	  very large error messages are raised to the Python handlers.Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>	* xmlschemas.c: fixed a memory bug	* doc/examples/reader4.c doc/examples/*: added test from Graham Bennett	  and regenerated the directoryTue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -