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

📄 changelog

📁 SIP(Session Initiation Protocol)是由IETF定义
💻
📖 第 1 页 / 共 3 页
字号:
	* tree.c: fixed a bug introduced in 1.8.0 and breaking default	  namespace recognition, and Dia as a resul :-(	* encoding.c: closed bug #3950Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* valid.c: debugging a posteriori validation, except URI expansion	  stuff this should be fixed now	* parserInternals.h: fixed a bug in IS_BASECHAR reported by	  Carl Nygard <cnygard@bellatlantic.net>	* tester.c: added --postvalid, cleaning of the code	* tree.[ch]: added xmlDocGetRootElement()	  Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>	* SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround	c++ losage.Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* configure.in, doc/xml.html : bumped to 1.8.0	* xlink.[ch], Makefile.am : added framework for link detection	* parser.h: added nbChars to parser context, needed for cleanup.	* xmlmemory.c: removed a nasty bug when out of mem	* valid.[ch]: adding namespace support for attribute decl	* tester.c: added --debugent option	* debugXML.[ch]: added xmlDebugDumpEntities()	* parser.c: cleanup, avoiding use of CUR_PTR like plague, using	  buffers instead, this was really needed, validation was breaking	  in strange ways due to that. Added xmlParseStringPEReference()	  and other parsing from strings functions. Entities processing	  modified again, but PERef are still not handled correcly but	  unless you're Eve Maller you won't notice :-)	* HTMLparser.c: large changes toward reliability, and switched to	  lowercase internal tags, XHTML is lowercase, so it will help	  that output is closer to next version.	* doc/* : regenerated the documentation, it is now hosted at	  http://xmlsoft.org/ (same bits I just bought the domain :-)		Fri Dec  3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the	         doc generation	* parser.c: fixed bugs #3908 and #3937 and a memory leak	         in the SAX API	* doc/*: rebuilt the doc making sure everything appears in the	         HTML filesWed Dec  1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:	     added the patch from Carl Nygard <cnygard@bellatlantic.net>	     which allow impressive speed improvement on dataset with	     large text pieces, but at the cost of broken binary	     compatibility and slightly bigger memory usage.	     Configure with --with-buffers to activate them, they	     are protected with XML_USE_BUFFER_CONTENT define.	* entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),	     goal is 0 memory left allocated once parser is no more used	* testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we	     call xmlCleanupParser() and xmlMemoryDump()Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic	* parser.[ch] encoding.[ch]: added memory cleanup routines	* parser.c: closing bug #3788	* doc/*: rebuilt the docTue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* tree.[ch]: closing bug 3748, added xmlNewDocRawNode(), 	             xmlNewTextChild() and xmlSetCompressMode() behaviour.	* tester.c: added --compress option	* doc/*: rebuilt the documentationFri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* HTMLparser.c: bugfixing, the damn thing MUST not crash even	                if given /proc/kcore as input !	* doc/xml.html doc/*: updated and rebuilt the documentationThu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* parser.c: Fixed some wrongly space collapsing code due to	            a misreading of the spec.	* result/*: fixed the output accordingly	    Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* encoding.c: bug fix and typos	* xmlIO.[ch] parser.c: first bits toward real progressive parsing	* parser.c: added attribute normalization closing bug #3597	* test/att* result/att* SAXresult/att*: testcase for attribute	    normalizationMon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* configure.in: closing bug #3163 by adding extra flags for the	                cc compiler on HP-UXFri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* valid.[ch] : removed a typo and an enumerated type bug in the	               xmlAddElementDecl() function	* tree.c : I changed xmlSetProp() and xmlNewProp() to do the	    call to xmlEncodeEntitiesReentrant() so that the functions 	    New, Set and Get are at the same level.	* parser.c HTMLparser.c: extra memory allocation bug for	    attributes detected by someone using libxml in embedded systems :-)Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* xmlmemory.h: turned off mem debug :-\Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* parser.c: closed bug #2784 a one line fix, but worth pushing	            a new release out        * HTMLparser.c: fixed auto-close bugs on list items, zeroing	            some structures, comments before and after the		    main element, and other nastyness	* HTMLtree.c tree.c: accomodate the extended HTML supported	    	* configure.in: pushing 1.7.4	* test/ent8 and related outputs : added a new test for bug #2784	* test/HTML/wired.html and related output: a nasty HTML example	* Makefile.am: improved the test scripts	* docs/* : reran the documentation extractor, updated xml.htmlThu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* HTMLparser.c, HTMLtree.c, tree.h: completely revamped the	     HTMLparser and debugged the HTML related code. HTML documents	     now have their own type	* entities.c: do not dump &apos; for HTML output	* xmlmemory.c: improvement, breakpoint mechanism	* testHTML.c: added --sax --repeat ...	* Makefile.am: improved the HTML tests	* valid.[ch]: added xmlValidGetValidElements and	              xmlValidGetPotentialChildren	* tester.c: added --insert to test the 2 new functions	* test//* result//* SAXresult//* : regression test cleanup	               and extension.	* doc/html : added doc for new modules gnome-xml-xmlmemory.html and	             gnome-xml-nanohttp.htmlMon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* HTMLparser.c: fixed problems with some autoclose tags	* tree.c: fixed XML output problems. 	* result/* SAXresult/*: update of the tests outputSat Oct  9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* Makefile.am: Arturo patch for xmlConf.sh version info	* parser.c: Tim Josling patch for single quoted items	* tester.c: Tim Josling patch for tester options usage	* tree.h: indent cleanupFri Oct  8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* HTMLparser.c parser.h : Fixed problems with HTML parsing	    reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>Fri Oct  8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* tree.c : Raph patch for initialization of CORBA fields	* parser.c, xpath.c, ...: modification of doc comments	* xpath.c : allow spaces in xpath expressionsMon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* xmlmemory.h: turning off memory debug :-(Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()	                better SAX interfaces.	* testSAX.c: uses the new SAX routine, avoid fetching any remote	             entity.	* configure.in: 1.7.2Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* libxml.spec.in: fixed the URL	* doc/xml.html: improved the documentation front-endFri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTFFri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* libxml.spec.in: fixed the alpha compile problem	* parser.[ch]: changed errno to errNo in the parser context :-(	* *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32	* doc/xml.html: changed CHAR to xmlChar	* doc/html/*: recompiled the documentation	* configure.in: 1.7.1Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* parser.h: modified the parser context struct to regain 1.4.0	            binary compatibility	* parser.c, xml-error.h: added errno ot teh context and defined	            a set of errors values with update of errno	* nanohttp.[ch]: minimalist HTTP front-end for fetching remote	            DTDs and entities	* *.h, *.c: complete cleanup of the use of config.h and include	            protection depending on the current setup.	* overalll debugging, maintenance and bug-fixing on all modules	* updated the documentation	* ready for 1.7.0Wed Sep  8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* HTMLparser.c : cleanup	* SAX.c valid.c valid.h: added ID/IDREF checking	* tree.c tree.h: extended doc structure for refs	* configure.in: 1.6.2	* parser.c: patched bug in SAX user arg call	* parserInternals.h: patched missing close in C++ wrapping	* testXPath.c xpath.c xpath.h: prepared for extensibility,	  especially upcoming XPointer implementation.	* doc/xml.html: augmented, typoSat Sep  4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>	* doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -	not all invocations of install understand -d.Sat Sep  4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>	* Makefile.am: prepend all the test* calls with $(top_builddir) -	to make 'check' works, when builddir != srcdir.Sat Sep  4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* doc/xml.html : updated the documentationFri Sep  3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* xmlmemory.[ch] Makefile.am  :added a memory wrapper to chase	      not deallocated memory blocks	* *.c : replaces all calls to malloc() free() and realloc() to	      the wrapper functions/macros	* tree.c : removed memory leaks dues to calling xmlFreeNode()	      instead of xmlFreeNodeList()Wed Sep  1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* HTMLparser.c: corrected a stupid bug leading to core dump at	                tree deallocation. Removed warnings indicated by			Stephane.Conversy@lri.fr	* entities.c: Fixes Yet Another Stupid Bug, entities were not	              looked for in the external subsetMon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* parser.c valid.[ch] xpath.c: patched compilation warnings reported	  on SGI by Stephane.Conversy@lri.frSun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* all .h : changed the prototype declaration indent as in gtk	* most .c : working on reducing the TODOs in the code	* most .c : cleanup though -pedantic and Insure++	* improvements on validation ID checkings.	* tree.[ch] SAX.c: added support for namespace on attributes #2022	* xml-config.in: closed #1810Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* tree.h, valid.c, valid.h: more work on validity, IDs	* xpath.c: added/fixed comparidon and equlity, added a new isinf	  definition for AIXSun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* Makefile.am libxml.spec.in: corrected missing xmlConf.sh in	  the distribution due to a cut'n paste error at last commitTue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* configure.in: upgraded to version 1.4.0	* valid.[ch], SAX.c, parser.[ch] parserInternals.h ...	  Big update, added a large part of the validation process,	  it should be usable, but some parts are missing	* xpath.c: improved the implementation w.r.t. root.	* Makefile.am: added more tests	* test and result trees: added a lot of tests	* libxml.spec.in: export libxml.so.0 and libxml.so.1Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* Added an HACKING fileTue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>        * xpath.[ch] : improvements and debug of the XPath implementation        * parser.c, HTMLparser.c : modified the parsers to be progressive	* tree.[ch] : extended the Buffer promitives	* xmlIO.[ch] : added basic I/O routines providing progressive	  parsing and ready for I18N conversion plugins	* SAXresult/* : the SAX callback sequence maybe slightly different	  now	* test*.c : improved/updated the tests programs	* doc/* : recompiled the docs.1999-07-26  Michael Meeks  <michael@edenproject.org>	* tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild	* tree.c: Ditto.Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* configure.in: upgraded to version 1.4.0	* xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath	  draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly	  XML query language, see http://www.w3.org/TR/xpath for more details.	* parser.c, parser.h: added CHAR* related string functions for XPath	* HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.	* doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,	  rebuild the docs.	* Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target	  and regression testing capabilities for XPath.Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>	  closing bug #1646Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* Makefile.am, example/Makefile.am: closed bug #1683Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* example/Makefile.am, configure.in: added the makefile for the	  gjobread exampleSat Jul 10 14:19:11 CEST 1999 Tomasz K硂czko  <kloczek@pld.org.pl>        * doc/Makefile.am:        - fix which allow "make install DESTDIR=</install/prefix>".Fri Jul  9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>	  which fixed a problem on the file reading-code.Wed Jul  7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and	  output.        * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLtWed Jul  7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* parser.h : Oops removed the binary compatibility problem	* HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump	* parser.c, HTMLparser.c: applied patches for reading from stdinMon Jul  5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* parser.c, entities.c, valid.c: cleanup bug #1591	* configure.in: cleanup bug #1592	* HTMLparser.[ch], testHTML.c: started adding an HTML parser using	  the same tree back-end. Hence gdome will be available for it.	* doc/Makefile.am: close bug #617Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>	* parser.c: alloctate a per parser context SAX interface blockTue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>

⌨️ 快捷键说明

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