Log

Author Commit Date CI Message
Daniel Veillard b0426cae 2000-10-11T23:39:43 patch for socklen_t detection by Albert Chin-A-Young <china@thewrittenword.com> Daniel
Daniel Veillard cd429612 2000-10-11T15:57:05 - tree.c valid.c xmllint.c: Fixed a few postvalidation bugs and added a --dtdvalid option to xmllint used to test it Daniel
Daniel Veillard 47c02451 2000-10-11T13:04:36 Added a man page for xml-config Fredrik Hallenberg <hallon@lysator.liu.se>, Daniel.
Daniel Veillard 2d38f047 2000-10-11T10:54:10 - xpath.[ch] xpointer.[ch]: worked on XPath functions and variable handlings (registration, lookup, cleanup) Daniel
Daniel Veillard e8eac3d9 2000-10-11T08:55:02 Oops seems I forgot to commit the xpointer.[ch] files, Daniel.
Daniel Veillard aa4f649b 2000-10-10T23:54:49 Fixed the HTML tests output, Daniel.
Daniel Veillard c8df0aaf 2000-10-10T23:50:30 Added XPointer: - configure.in Makefile.am include/makefile.am: adding Added XPointer: - configure.in Makefile.am include/makefile.am: adding XPointer and XPtrtests target - xpointer.[ch] : new files for XPointer support - test/XPath/xptr result/XPath/xptr: added XPointer testsuite and more XPath tests Daniel
Daniel Veillard 57fda59b 2000-10-10T23:24:14 Fixed configure.in, very broken, Daniel
Daniel Veillard e8282edd 2000-10-10T23:01:31 More work toward 2.2.5, integrated a number of patches - configure.in Makefile.am win32config.h.in: trying to cleanup make distcheck .... huh ... - include/Makefile.am include/win32config.h: new directory for includes - win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp updated teh makefiles and instructions for WIN32 - xpath.c: small fixes - test/XPath/ results/XPath: updated the testcases and results - HTMLparser.c nanohttp.c testXPath.c: incorporated provided or suggested patches - valid.c: fixed an ID bug Daniel
Daniel Veillard b71379b7 2000-10-09T12:30:39 - moved xml-error.h to xmlerror.h: seems this allowed to bypass the automake bug where wrong dependancies were generated. - xpath.[ch]: worked on XPointer Daniel
Daniel Veillard aaf58b96 2000-10-06T14:07:26 Various attemps at trying to bypass this automake bullshit !!! Daniel Failing too bad no release before next wed I'm seriously pissed, this bug has been around for more than one year it seems, piece of crap
Daniel Veillard 7e99c63b 2000-10-06T12:59:53 Tried to build libxml2-2.2.5 Automake is a fucking piece of ugly shit full of tricks and without any kind of sensible documentation or logic :-((((((((( Daniel, pissed !
Daniel Veillard 55b91f2d 2000-10-05T16:30:11 Massive XPath implementation cleanup: - debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness in the XPath engine, rewrote large parts of it, now it's far cleaner and in sync with the REC not an old WD. Fixed a parsing problem in the interactive XML shell found when testing XPath. Daniel
Daniel Veillard ac260306 2000-10-04T13:33:43 More work and fixes on XPath: - debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer, incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath examples with the extra test Daniel
Daniel Veillard 7cfce324 2000-10-04T12:40:27 Bugfix - parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved the Bugfix - parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved the global init function. Daniel
Daniel Veillard 970112a9 2000-10-03T09:33:21 Stupid bug fix on the HTML parser: - HTMLparser.c: Doohhh, attribute name parsing was still case sensitive ! Fixed this ... - result/HTML/* : updated the tests results accordingly Daniel
Daniel Veillard 740abf5a 2000-10-02T23:04:54 Big XPath cleanup continues, one URI fix: - xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation engine, should be far more stable, incorporated a new version of preceding/following axis, need testing - uri.c: fixed file:///c:/a/b/c problem - test/XPath/tests/idsimple: augmented the XPath tests Daniel
Daniel Veillard 3bff2b0e 2000-10-01T20:33:47 Rebuilt docs for 2.2.4 release, Daniel.
Daniel Veillard 8b5dd83f 2000-10-01T20:28:44 - configure.in: releasing 2.2.4 - parser.[ch]: added xmlStrEqual() - HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to use xmlStrEqual instead - TODO: updated - added an XPath test Daniel
Daniel Veillard bc765307 2000-10-01T18:23:35 Cleanups, 1 bug fix: - HTMLparser.c: fixed htmlStartCloseIndexinitialized init - entities.h: exported xmlInitializePredefinedEntities - parser.[ch] : added xmlInitParser() - parserInternals.h : had to export htmlInitAutoClose() Daniel
Daniel Veillard f09e7e35 2000-10-01T15:53:30 XPath fixes and cleanup, 2 general bug fixes: - xpath.[ch] : fixed some serious XPath Predicate evaluation problems - Makefile.am : added XPath regression tests to normal tests - uri.c: fixed a problem with local paths, cleanup - parser.c: fixed a problem with large CData sections Daniel
Daniel Veillard d2ade932 2000-09-30T14:39:55 Patch for solaris libs lookup, Daniel.
Martin Baulig 1b478d11 2000-09-30T02:27:55 Use the correct pkg-config syntax (the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old).
Martin Baulig fc79fa2b 2000-09-29T23:51:05 file libxml.pc.in was initially added on branch LIB_XML_1_BRANCH.
Martin Baulig dd7d1f6d 2000-09-29T23:17:57 Provide pkg-config script. 2000-09-30 Martin Baulig <baulig@suse.de> * libxml-2.0.pc.in: Provide pkg-config script. * configure.in: Create the libxml-2.0.pc script from the libxml-2.0.pc.in templates. * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc script in `$(libexecdir)/pkgconfig'.
Daniel Veillard c92c304a 2000-09-29T02:42:04 on-line update, Daniel
Daniel Veillard 4b0755c6 2000-09-25T14:26:28 - HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning when compiling with MSC Daniel
Daniel Veillard 46057e14 2000-09-24T18:49:59 Various contribs: - xpath.c: patch for normalize-string() Various contribs: - xpath.c: patch for normalize-string() substring-before(), substring-after() and translate() functions from Bjorn Reese <breese@mail1.stofanet.dk> - libxml.m4 Makefile.am: added libxml.m4 from Debian ? Fredrik Hallenberg <hallon@lysator.liu.se> - TODO: updated Daniel
Daniel Veillard 281f8ff4 2000-09-24T08:12:14 Got an OSF/1 bug report fixing related problems: - xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the problem of socklen_t being undefined on a number of platforms - debugXML.c: fixed a compilation problem when without snprintf Daniel
Daniel Veillard 8ddb5a7a 2000-09-23T10:28:52 Small bugfixes: - HTMLparser.c uri.c: Another patch from Wayne Davison, Small bugfixes: - HTMLparser.c uri.c: Another patch from Wayne Davison, correcting an URI bug and a fix for the control-character-induced infinite loop - nanohttp.c: preventive fix for compiling on WIN32 Daniel
Daniel Veillard bbe11b08 2000-09-23T07:07:40 updated Wayne Davison email in Changelog, Daniel.
Daniel Veillard 20cdd5e4 2000-09-22T18:42:33 avoid possible future probs on Win32, daniel.
Daniel Veillard 64c20ed0 2000-09-22T16:07:02 Closing bug #25000, Daniel.
Daniel Veillard b656ebe4 2000-09-22T13:51:48 Cleanup, patch from Wayne Davison: - xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public - parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and modified slightly Wayne Davison patch adding xmlStrcasecmp and related function, fixing xmlStrncmp(), and associated cleanup - result/HTML/entities.html.sax: updating result Daniel
Daniel Veillard 4fb87ee5 2000-09-19T12:25:59 Various contributed patches: - uri.c: applied patch for URI escaping from Wayne Davison <wayned@blorf.net> - tree.c parserInternals.c HTMLparser.c: memset checks patches from Denis Barbier <barbier@imacs.polytechnique.fr> - HTMLparser.c: UTF8 characters in HTML tag-attribute values patch from Wayne Davison Daniel
Daniel Veillard d5f97f80 2000-09-17T16:38:14 - doc/xml.html : updated with new releases, adding "how to help" Daniel
Daniel Veillard 04698d9e 2000-09-17T16: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
Daniel Veillard a2c6da94 2000-09-16T18:15:00 For Havoc: - HTMLparser.c parser.c: set ctxt->errNo before calling the For Havoc: - HTMLparser.c parser.c: set ctxt->errNo before calling the error handlers Daniel
Daniel Veillard b1059e2f 2000-09-16T14:02:43 Finally commiting work done on the plane, major cleanup, spread some serious anti bitrot all over the place: - parserInternals.c parserInternals.h parser.c Makefile.am: created a new module parserInternals.c, moved most of the code shared by the various parsers there, as well as deprecated code from parser.c. More cleanup of parser.c - uri.c: fixed a problem when URI is NULL - valid.c: speedup when looking for an attribute declaration Daniel
Daniel Veillard 39c7d71a 2000-09-10T16:14:55 Jumbo patch, resync of W3C/Gnome CVS trees: - uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished the cleanup of the computation of URI references when seeking external entities. The URI reference string and the resulting URI are both stored now. - parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c: large s(n)printf checks and cleanup from Denis Barbier <barbier@imacs.polytechnique.fr> - xmlversion.h.in tree.h: couple of SGML declarations for a possible docbook module. - result/VC/ : a couple of test output changed due to the change of the entities URI Daniel
Daniel Veillard b513f5a0 2000-09-10T14:01:12 Added a _private for hooking up users data to a parser context, Daniel.
Daniel Veillard dd477ced 2000-09-10T13:23:08 - parser.c parserInternals.h: demacroified most of the IS_XXX the gain in size is significant so ... Daniel
Daniel Veillard 4b5b80cf 2000-09-08T18:54:41 Fixed cases where doc is NULL when looking up entities, daniel
Daniel Veillard 1de50800 2000-09-07T08:54:32 Fixed a name typo in the Changelog, Daniel
Daniel Veillard 90e1131a 2000-09-05T10:42:32 - uri.c: applied Wayne Davidson patch - Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests Daniel
Daniel Veillard 98a7916b 2000-09-04T11:15:39 URI work cleanup and regresssion tests, - uri.c testUri.c: applied Wayne Davidson patches - test/URI/uri.data result/URI/uri.data: first set of tests/results - Makefile.in: added URItest and included thenin "make tests" Daniel
Daniel Veillard 960aa53d 2000-09-03T17:20:17 Closed bug 22941, Daniel
Daniel Veillard 2bb89090 2000-08-31T14:57:50 Added doc on the xmlExternalEntityLoaders and example for catalogs, Daniel
Daniel Veillard a7ad4522 2000-08-31T14:19:54 Fixing PRE sections, Daniel
Daniel Veillard 96984456 2000-08-31T13:50:12 Added a doc on the I/O interfaces, Daniel
Daniel Veillard f121ab72 2000-08-29T23:40:42 on-line update, Daniel
Daniel Veillard e715dd25 2000-08-29T18:29:38 - parser.c: Fixed bug on invalid ontent characters and when using push. - xmllint.c: fixed xmllint endling of errors in push mode Daniel
Daniel Veillard 4948eb4f 2000-08-29T09:41:15 - HTMLparser.c testHTML.c: applied two new patches from Wayne Davison <wayned@blorf.net> - result/HTML/*.sax: regenerated HTML SAX output - parser.c: more cleanup. Daniel
Daniel Veillard e010c17d 2000-08-28T10:04:51 Mostly HTML generation and parsing enhancements: - HTMLparser.[ch] testHTML.c: applied the second set of patches from Wayne Davison <wayned@blorf.net>, adding htmlEncodeEntities() - HTMLparser.c: fixed an ignorable white space detection bug occuring when parsing with SAX only - result/HTML/*.sax: updated since the output is now HTML encoded... Daniel.
Daniel Veillard 47f3f31f 2000-08-27T22:40:15 - HTMLparser.[ch]: applied some of Wayne Davison <wayned@blorf.net> patches Daniel
Daniel Veillard e0854c3f 2000-08-27T21: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
Daniel Veillard f0cc7ccc 2000-08-26T21: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
Daniel Veillard 088f428a 2000-08-25T23:46:50 Added a section on aliases, Daniel.
Daniel Veillard 8c6d6af1 2000-08-25T17:14:13 Added pointer to gtk-doc, Daniel.
Daniel Veillard 7b9c4b75 2000-08-25T16:26:50 Added Warning about SAX en entities support. Daniel.
Daniel Veillard ec78c0f8 2000-08-25T10:25:23 Updated for clearer message of the content, DV.
Daniel Veillard 0d6b1708 2000-08-22T23:52:16 Fixes from Martin Duerst for encoding.html, Daniel.
Daniel Veillard 52402ce7 2000-08-22T23:36:12 bug fixes, bugfixes, bugfixes ... - parser.c: Fixed Bug#21552: libxml fails to decode &amp; - uri.c testUri.c patches, by Marc Sanfacon (1 left) - parser.c HTMLparser.c: HTML/encoding push problems reportedi by Wayne Davison Daniel
Daniel Veillard af7fc34f 2000-08-20T15:32:58 Changed the title external parsed entity in tests, Daniel
Daniel Veillard 2f2bf417 2000-08-20T15:11:02 Small cleanups, updates, Daniel
Daniel Veillard 244ece97 2000-08-19T20:58:02 Minor fix and add to testsuite, Daniel
Daniel Veillard b8f25c91 2000-08-19T19:52:36 work done on auto-opening of <p> tags and cleanup of SAX output, Daniel.
Daniel Veillard 979e55e8 2000-08-19T16:48:54 Added man pages, Daniel
Daniel Veillard 4540be4a 2000-08-19T16:40:28 Updated the doc a bit, Daniel.
Daniel Veillard 808a3f1f 2000-08-17T13:50:51 cleaned up the output of SAX tests, Daniel
Daniel Veillard 29579360 2000-08-14T17:57:48 Patch from Albert Chin-A-Young <china@thewrittenword.com>: - xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0 Daniel
Daniel Veillard 1255ab77 2000-08-14T15: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
Daniel Veillard 0310929c 2000-08-14T14: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
Daniel Veillard 786d7c8d 2000-08-12T23:38:57 on-line update, Daniel
Daniel Veillard 7c29ce2b 2000-08-12T21:20:53 Rebuilt the docs Daniel Rebuilt the docs Daniel
Daniel Veillard 87b95395 2000-08-12T21: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
Daniel Veillard 7ebb1eeb 2000-08-04T18:24:45 Fix on the patch, Daniel
Daniel Veillard 88a172f7 2000-08-04T18:23:10 Patch for HP compilers and patch to xmllint.c from Sven Heinicke, Daniel
Daniel Veillard a2679fa4 2000-07-22T02:38:15 on-line update, Daniel
Daniel Veillard 69f94a3b 2000-07-21T23:24:36 Released 2.2.1, Daniel.
Daniel Veillard 46e370e6 2000-07-21T20: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
Daniel Veillard 36650697 2000-07-21T15: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
Daniel Veillard 94e90603 2000-07-17T14:38:19 on-line update, Daniel
Daniel Veillard e46e20d3 2000-07-14T15:02:46 Regenerated the docs on my work station, Daniel
Daniel Veillard 71f93fca 2000-07-14T14:54:24 Added a bunch of testsuite realted files missing, Daniel.
Daniel Veillard 32bc74ef 2000-07-14T14: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
Daniel Veillard 8d86964a 2000-07-14T12:12:59 Linked the I18N support, Daniel.
Daniel Veillard be40c8b2 2000-07-14T12:10:59 First version of the encoding doc, Daniel.
Daniel Veillard 60979bdc 2000-07-10T12:17:33 on-line update, Daniel
Daniel Veillard 4970326b 2000-07-10T10:27:46 Fixed the handling of the control FTP connection Fixed the spec file Daniel
Daniel Veillard 6388e174 2000-07-03T16:07:19 Added 2.1.1 rel;ease, Daniel.
Daniel Veillard 32c3ad93 2000-07-03T13:04:50 Fixed 2 broken links, Daniel.
Daniel Veillard 306be999 2000-07-03T12:38:45 Updated doc dur to xmlsoft.org reorg, updated examples, Daniel.
Daniel Veillard c19fcccd 2000-07-03T11:52:01 fixed links broken due to the reorg of xmlsoft.org, daniel.
Daniel Veillard 6f0adb5e 2000-07-03T11:41:26 Updated for new xmlsoft.org structure, daniel.
Daniel Veillard 7d85335a 2000-07-02T18:53:09 Fixed bug #7419, dependancies fouled, Daniel.
Daniel Veillard 365e13be 2000-07-02T07: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.
Daniel Veillard af743793 2000-07-01T11:49:28 Added an FAQ, Daniel.
Daniel Veillard eacbb8d8 2000-07-01T09:13:46 Added one of the testuite results, Daniel.
Daniel Veillard 663a607a 2000-07-01T09:08:24 Fixing one test suite result, Daniel.