kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
e0854c3f 2000-08-27 21:12:29 Bunch of new parser cleanup work: - SAX.c tree.c debugXML.c: fixed bogus behaviour when an undeclared namespace prefix was used, added a warning. Cleaned up support w.r.t. entities, spilling out a warning and being pedantic on lookups. - test/warning/ent9 : added testcase for previous example. - TODO: updated - parserInternals.h parser.c: changed the way names are parsed now allow infinite size and decrease penalty for normal use - parser.c: Started a big cleanup/check of the parser code, fixed some of the most tortuous entity code, spotted code unused anymore - test/*: added tests for very long names and related nasty things. Daniel
f0cc7ccc 2000-08-26 21:40:43 libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, this popped out a couple of bugs and 3 speed issues, there is only on minor speed issue left. Assorted collection of user reported bugs and fixes: - doc/encoding.html: added encoding aliases doc - doc/xml.html: updates - encoding.[ch]: added EncodingAliases functions - entities.[ch] valid.[ch] debugXML.c: removed two serious bottleneck affecting large DTDs like Docbook - parser.[ch] xmllint.c: added a pedantic option, will be useful - SAX.c: redefinition of entities is reported in pedantic mode - testHTML.c: uninitialized warning from gcc - uri.c: fixed a couple of bugs - TODO: added issue raised by Michael Daniel
088f428a 2000-08-25 23:46:50 Added a section on aliases, Daniel.
8c6d6af1 2000-08-25 17:14:13 Added pointer to gtk-doc, Daniel.
7b9c4b75 2000-08-25 16:26:50 Added Warning about SAX en entities support. Daniel.
ec78c0f8 2000-08-25 10:25:23 Updated for clearer message of the content, DV.
0d6b1708 2000-08-22 23:52:16 Fixes from Martin Duerst for encoding.html, Daniel.
52402ce7 2000-08-22 23:36:12 bug fixes, bugfixes, bugfixes ... - parser.c: Fixed Bug#21552: libxml fails to decode & - uri.c testUri.c patches, by Marc Sanfacon (1 left) - parser.c HTMLparser.c: HTML/encoding push problems reportedi by Wayne Davison Daniel
af7fc34f 2000-08-20 15:32:58 Changed the title external parsed entity in tests, Daniel
2f2bf417 2000-08-20 15:11:02 Small cleanups, updates, Daniel
244ece97 2000-08-19 20:58:02 Minor fix and add to testsuite, Daniel
b8f25c91 2000-08-19 19:52:36 work done on auto-opening of <p> tags and cleanup of SAX output, Daniel.
979e55e8 2000-08-19 16:48:54 Added man pages, Daniel
4540be4a 2000-08-19 16:40:28 Updated the doc a bit, Daniel.
808a3f1f 2000-08-17 13:50:51 cleaned up the output of SAX tests, Daniel
29579360 2000-08-14 17:57:48 Patch from Albert Chin-A-Young <china@thewrittenword.com>: - xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0 Daniel
1255ab77 2000-08-14 15:13:33 Patch from Dave Yearke <yearke@eng.buffalo.edu>: - testHTML.c: fix core dump on Solaris 2.x systems - HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL - result/HTML/*.sax: previous bug fix lead to new results Daniel
0310929c 2000-08-14 14:58:22 Patch from Albert Chin-A-Young <china@thewrittenword.com>: - configure.in: added --with-readline=DIR to accept alternate path for readline include/library - configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE for ANSI under HP-UX - config.in: Removed @LIBS@ from xml-config because @XML_LIBS@ includes @LIBS@ Daniel
786d7c8d 2000-08-12 23:38:57 on-line update, Daniel
7c29ce2b 2000-08-12 21:20:53 Rebuilt the docs Daniel Rebuilt the docs Daniel
87b95395 2000-08-12 21:12:04 Large sync between my W3C base and Gnome's one: - parser.[ch]: added xmlGetFeaturesList() xmlGetFeature() and xmlAddFeature() - tree.[ch]: added xmlAddChildList() - xmllint.c: MAP_FAILED macro test - parser.h: added xmlParseCtxtExternalEntity() - valid.c: applied bug fixes removed warning - tree.c: added CDATA block to elements content - testSAX.c: cleanup of output - testHTML.c: added SAX testing - encoding.c: better error recovery - SAX.c, parser.c: fixed one of the external entity processing of the OASis testsuite - Makefile.am: added HTML SAX regression tests - configure.in: bumped to 2.2.2 - test/HTML/ result/HTML: added a few of HTML tests, and added the SAX results Daniel
7ebb1eeb 2000-08-04 18:24:45 Fix on the patch, Daniel
88a172f7 2000-08-04 18:23:10 Patch for HP compilers and patch to xmllint.c from Sven Heinicke, Daniel
a2679fa4 2000-07-22 02:38:15 on-line update, Daniel
69f94a3b 2000-07-21 23:24:36 Released 2.2.1, 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
36650697 2000-07-21 15:16:39 - nanohttp.c: fixed socklen_t replacement to unsigned int - parser.c: fixed a space handdling missing at the end of production 28 DOCTYPE. - xmlmemory.c: fixed a stupid bug on the routine to override allocation functions - TODO: updated Daniel
94e90603 2000-07-17 14:38:19 on-line update, Daniel
e46e20d3 2000-07-14 15:02:46 Regenerated the docs on my work station, Daniel
71f93fca 2000-07-14 14:54:24 Added a bunch of testsuite realted files missing, Daniel.
32bc74ef 2000-07-14 14:49:25 - doc/encoding.html doc/xml.html: added I18N doc - encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding improvements, both parser and filters, added ASCII & HTML, fixed the ISO-Latin-1 one - xmllint.c testHTML.c: added/made visible --encode - debugXML.c : cleanup - most .c files: applied patches due to warning on Windows and when using Sun Pro cc compiler - xpath.c : cleanup memleaks - nanoftp.c : added a TESTING preprocessor flag for standalong compile so that people can report bugs more easilly - nanohttp.c : ditched socklen_t which was a portability mess and replaced it with unsigned int. - tree.[ch]: added xmlHasProp() - TODO: updated - test/ : added more test for entities, NS, encoding, HTML, wap - configure.in: preparing for 2.2.0 release Daniel
8d86964a 2000-07-14 12:12:59 Linked the I18N support, Daniel.
be40c8b2 2000-07-14 12:10:59 First version of the encoding doc, Daniel.
60979bdc 2000-07-10 12:17:33 on-line update, Daniel
4970326b 2000-07-10 10:27:46 Fixed the handling of the control FTP connection Fixed the spec file Daniel
6388e174 2000-07-03 16:07:19 Added 2.1.1 rel;ease, Daniel.
32c3ad93 2000-07-03 13:04:50 Fixed 2 broken links, Daniel.
306be999 2000-07-03 12:38:45 Updated doc dur to xmlsoft.org reorg, updated examples, Daniel.
c19fcccd 2000-07-03 11:52:01 fixed links broken due to the reorg of xmlsoft.org, daniel.
6f0adb5e 2000-07-03 11:41:26 Updated for new xmlsoft.org structure, daniel.
7d85335a 2000-07-02 18:53:09 Fixed bug #7419, dependancies fouled, Daniel.
365e13be 2000-07-02 07:56:37 Work on character encoding support for the HTML parser Fixed some autoopen/autoclose probs for the HTML parser Fixed a potential memleak in the encoding stuff Daniel.
af743793 2000-07-01 11:49:28 Added an FAQ, Daniel.
eacbb8d8 2000-07-01 09:13:46 Added one of the testuite results, Daniel.
663a607a 2000-07-01 09:08:24 Fixing one test suite result, Daniel.
d83eb821 2000-06-30 18:39:56 more cleanup of the HTML parser to force it to not bypass SAX, Daniel. Ready for 2.1.1 it seems
3f6f7f64 2000-06-30 17:58:25 - win32config.h.in: updated - xmlversion.h.in: crap forgot to update this, this mean 2.1.0 lacks iconv support :-( need to release 2.1.1 - configure.in: release 2.1.1 - HTMLparser: fixed bug #14784 - xpath.c HTMLparser.c encoding.c parser.c: fix warning raised by Windows compiler - HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in the SAX startDocument() callback. - TODO: updated - rebuild doc Daniel
c230410e 2000-06-29 00:43:27 2.1.0 test release for good, updated doc and example, Daniel.
be803967 2000-06-28 23:40:59 - Large resync between W3C and Gnome tree - configure.in: 2.1.0 prerelease - example/Makefile.am example/gjobread.c tree.h: work on libxml1 libxml2 convergence. - nanoftp, nanohttp.c: fixed stalled connections probs - HTMLtree.c SAX.c : support for attribute without values in HTML for andersca - valid.c: Fixed most validation + namespace problems - HTMLparser.c: start document callback for andersca - debugXML.c xpath.c: lots of XPath fixups from Picdar Technology - parser.h, SAX.c: serious speed improvement for large CDATA blocks - encoding.[ch] xmlIO.[ch]: Improved seriously saving to different encoding - config.h.in parser.c xmllint.c: added xmlCheckVersion() and the LIBXML_TEST_VERSION macro Daniel
c310d564 2000-06-23 18:32:15 updated doc, added a documentation lookup module, Daniel.
f302982d 2000-05-06 08:11:19 updated with instructions for support of both libxml-1.x and libxml-2.x * doc/upgrade.html: updated with instructions for support of both libxml-1.x and libxml-2.x * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch for 2.x support and also fixed includes Daniel
496a1cf5 2000-05-03 14:20:55 revamped the encoding support, added iconv support, so now libxml if * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped the encoding support, added iconv support, so now libxml if compiled with iconv automatically support japanese encodings among others. Work based on initial patch from Yuan-Chen Cheng I may have broken binary compat in the encoding handler registration scheme, but that was so utterly broken I don't expect anybody to have used this feature until now. * parserInternals.h: fixup on the CHAR range macro * xml-error.h, parser.c: catch URL/URI errors using the uri.c code. * tree.[ch]: added xmlBufferGrow(), was needed for iconv * uri.c: added xmlParseURI() I can't believe I forgot to implement this one in 2.0 !!! * SAX.c: moved doc->encoding update in the endDocument() call. * TODO: updated. Iconv rules :-) Daniel
06047432 2000-04-24 11:33:38 removed extraneous xmlRemoveProp definition added item about * tree.h: removed extraneous xmlRemoveProp definition * TODO: added item about --disable-corba configure switch * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation * nanoftp.c: fixed include problems giving troubles on AIX and slowlaris * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c parser.c nanoftp.c nanohttp.c SAX.c testSAX.c : comment and headers changes to lower gtk-doc number of warnings * doc/html/*: rebuilt docs Daniel
e0aed304 2000-04-16 08:52:20 Updated the Hacking file with instructions, Daniel.
18b0ef6d 2000-04-12 13:52:48 Regenerated the docs after reinstalling Docbook stuff, Daniel.
5e873c46 2000-04-12 13:27:38 - speedup of IS_CHAR like macros, significant overall improvement - More interfaces for new I/O functions: xmlNewIOInputStream, xmlParserInputBufferCreateIO, xmlCreateIOParserCtxt - added I/O test to xmllint Daniel
fc708e2b 2000-04-08 13:17:27 - cosmetic changes from "Timur I. Bakeyev" <timur@bat.ru> Daniel
5d211f4c 2000-04-07 17:00:24 libxml2 prerelease ? - xmlIO cleanup, xmlRegisterInputCallbacks() for new input method - fixed xmlPrevSibling and xmlNextSibling - TODO: updated - doc/* : updated/regenerated Daniel
e77a918a 2000-04-05 19:12:29 added testURI.c, Daniel.
b2c4e1a2 2000-04-05 18:39:11 Removing tester.c, Daniel.
ce8b83b0 2000-04-05 18:38:42 Adding xmllint.c missing from CVs too, Daniel.
b9df404b 2000-04-05 14:23:16 Added xmlversion.h.in, Daniel
361d845d 2000-04-03 19:48:13 Work done on the plane, ready to release libxml2-2.0.0, Daniel
ec30341c 2000-03-24 13:41:54 uri.c uri.h: finished the escaping handling, the base support and the URI path normalization. Makefile.am: added instructions to generate testURI TODO: updated doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated, added links and icons for W3C and Gnome Daniel
8f621986 2000-03-20 13:07:15 - xmlmemory.[ch] commiting the files finally - rebuilt/uploaded docs, Daniel
3dd82e7c 2000-03-20 11:48:04 - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override libxml default allocation function with another set (like gmalloc/gfree). - Makefile.am, uri.c, uri.h: added a set of functions to do exact (litteraly copied from the RFC 2396 productions) parsing and handling of URI. Daniel
edfb29b8 2000-03-14 19:59:05 Updated the docs, and configuratio/spec stuff to release is at libxml2 , daniel.
75c29218 2000-03-14 18:33:47 Added TODO, desactivated memory debug, ran make tests, daniel.
cf46199c 2000-03-14 18:30:20 This is the 2.0.0-beta, lots and lots and lots of changes Have a look at http://xmlsoft.org/upgrade.html Daniel
76234da1 2000-03-14 18:02:01 ???, Daniel.
f13e1ed1 2000-03-06 07:41:49 Updated docs, Daniel.
3e6d237f 2000-03-04 11:39:43 Blanks handling function, added 2.x upgrade doc, Daniel
b566ce1d 2000-03-04 11:39:42 Rebuit doc finished closing a few bugs, Daniel.
fb76c40a 2000-03-04 11:39:42 Blanks handling function, added 2.x upgrade doc, Daniel
90fb02ca 2000-03-02 03:46:43 Trying another better solution at the <a> </a> problem, Daniel
83a30e7a 2000-03-02 03:33:32 Fixed #6766 and satrted working on white space handling, Daniel
88f00ae1 2000-03-02 00:15:55 Second patch from Paul Dubois, Daniel
6c8b1171 2000-03-01 00:40:41 Fixed with the update, daniel
402e8c88 2000-02-29 22:57:47 applied doc patch from Paul DuBois, Daniel
ae7cb7fe 2000-02-02 23:51:10 - added "libxml_la_LIBADD = @Z_LIBS@" to link libxml with proper libraries list.
d0f7f74b 2000-02-02 17:42:48 Do a bit of bufferization in text mode, Daniel
5feb8495 2000-02-02 17:15:36 - Removing warnings on various paltforms - closing bug #5281 Daniel
f341f930 2000-02-02 14:52:08 Patches for WIN32, Daniel.
13c757ef 2000-02-01 23:59:15 Commited the snprintf patch courtesy of George Katsirelos <gkatsi@cs.toronto.edu>, Daniel.
726e8796 2000-01-30 20:04:29 Fixed '#' and '?' stripping when processing URLs, Daniel.
3bde3e25 2000-01-30 20:00:07 Rebuit doc finished closing a few bugs, Daniel.
e41f2b74 2000-01-30 20:00:07 Released 1.8.6, Daniel.
f3be931a 2000-01-28 13:59:21 include <netinet/in.h> for IPPROTO_TCP. 2000-01-29 James Henstridge <james@daa.com.au> * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP. * Makefile.am: added nanoftp.[ch] to the build.
aeea04f1 2000-01-25 19:27:27 - cleaned up the FTP module, did the API, extracted docs - regenerated and updated the docs
3a2ebddc 2000-01-25 19:27:27 Rebuit doc finished closing a few bugs, Daniel.
4f2915a8 2000-01-25 19:27:27 - cleaned up the FTP module, did the API, extracted docs - regenerated and updated the docs
da07c34a 2000-01-25 18:31:22 - added a nano FTP module - removed SNAP from RPM - updated the status in doc
e3d88efb 2000-01-24 13:55:06 - bux fixes in XPath implementation - fixed xml-config --version - updated TODO Daniel
461a66c9 2000-01-18 18:01:01 Candidate libxml-1.8.5, include jody libz patch, Daniel
f967b904 2000-01-17 16:06:10 Fixed a hideous bu in xmlGetProp, reported by Rune.Djurhuus@fast.no, Daniel.
ad8f99df 2000-01-15 14:20:03 Updated TODO conditionnal compile of messages from the parser/tree.c code, Updated TODO conditionnal compile of messages from the parser/tree.c code, Daniel
0142b84b 2000-01-14 14:45:24 Oops, it seems I forgot to commit 1.8.4 changes - restored xmlNewGlobalNs since this seems used - fixed a problem with INCLUDE_WINSOCK - removed all calls to exit() from the library code. - removed bugs detected by Windows compilers - started adding interfaces for parsing well balanced XML fragments - releasing 1.8.4 - rebuilt the docs Daniel
2eac5039 2000-01-09 21:08:56 Added a Fragment function for Raph (DOM) Daniel.
f84f71f4 2000-01-05 19:54:23 Updated the HTML home page, Daniel.
9ec78f71 2000-01-05 16:31:25 Released 1.8.3, Daniel