Log

Author Commit Date CI Message
Daniel Veillard a1ac9b0c 2001-09-14T14:09:08 fixing #60387 with the provided patch from Heiko W.Rupp preparing 1.8.16 * configure.in: fixing #60387 with the provided patch from Heiko W.Rupp * configure.in: preparing 1.8.16 release Daniel
Greg Leblanc 22162d8b 2001-09-12T20:04:17 Whitespace sucks, we need more of it. Or is it less....
Greg Leblanc 1affcb0d 2001-09-12T19:54:19 whitespace! Blast, I hate testing, it's sooo boring.
Greg Leblanc 5dccc863 2001-09-12T19:21:21 whitespace changes for testing
Greg Leblanc 6e5edd9d 2001-09-12T19:19:56 More testing
Greg Leblanc f2f7f075 2001-09-12T17:32:01 Whitespace changes. Testing.
Gregory Leblanc f632e30d 2001-09-12T06:52:15 Tiny bit of whitespace added, in order to test a fix to the 2001-09-11 Gregory Leblanc <gleblanc@linuxweasel.com> * NEWS: Tiny bit of whitespace added, in order to test a fix to the cvs-commits-list generating code. Sorry Daniel.
Gregory Leblanc 6f9a9506 2001-09-12T06:43:51 Tiny bit of whitespace added, in order to test a fix to the 2001-09-11 Gregory Leblanc <gleblanc@linuxweasel.com> * NEWS: Tiny bit of whitespace added, in order to test a fix to the cvs-commits-list generating code. Sorry Daniel.
Daniel Veillard fdf40c80 2001-09-10T21:26:00 tried to fix #60295 by backporting the detection code from libxml2 Daniel * configure.in: tried to fix #60295 by backporting the detection code from libxml2 Daniel
Daniel Veillard e2ac640a 2001-09-01T20:42:25 David Kaelbling found a == instead of = typo Daniel * parser.c: David Kaelbling found a == instead of = typo Daniel
Daniel Veillard 2a3b8b75 2001-08-28T16:40:16 rere fix, Daniel
Daniel Veillard 6c662bdc 2001-08-28T16:25:03 oops forgot to zero terminate that string seems to break bonobo_ui which * tree.c: oops forgot to zero terminate that string seems to break bonobo_ui which expect mem[size] == 0 while that 0 is outside the range actually ... Daniel
Daniel Veillard 099772d1 2001-08-27T17:09:25 improved xmlDocDumpMemory() memory usage for Jody Daniel * tree.c: improved xmlDocDumpMemory() memory usage for Jody Daniel
Daniel Veillard 80e18391 2001-08-22T00:57:39 xmlSAXParseDoc() fixing a memleak on ctxt->sax, fixed the fix, cleaned up * parser.c: xmlSAXParseDoc() fixing a memleak on ctxt->sax, fixed the fix, cleaned up a few other occurences, I hope it's okay now. Daniel
Daniel Veillard a3e8fb6e 2001-08-22T00:57:10 *** empty log message ***
Daniel Veillard b3b4b07c 2001-08-22T00:36:20 xmlSAXParseDoc() fixing a memleak on ctxt->sax Daniel * parser.c: xmlSAXParseDoc() fixing a memleak on ctxt->sax Daniel
Daniel Veillard 8f971e49 2001-08-13T23:02:28 released 1.8.15 Daniel * configure.in: released 1.8.15 Daniel
Alex Larsson 9426f165 2001-08-13T17:54:14 Fix a parser bug. When reading attribute values with &#34; the parser 2001-08-13 Alex Larsson <alexl@redhat.com> * parserold.c: Fix a parser bug. When reading attribute values with &#34; the parser thought this was the ending quote. Also fixes problems with some other escaped values (<, & and escaped whitespace). This fixes a bug in nautilus where sometimes the tree view didn't show up.
Daniel Veillard 7d6c759f 2001-08-13T11:19:26 applied patch from Jens Finke to improve the default spec file (bug # * libxml.spec.in: applied patch from Jens Finke to improve the default spec file (bug # 58583) Daniel
Daniel Veillard 146f5056 2001-06-28T15:12:04 released 1.8.14 Daniel * configure.in: released 1.8.14 Daniel
Daniel Veillard fa555474 2001-06-27T21:49:13 patch from brad@openbsd.org to handle DESTDIR Daniel * Makefile.am: patch from brad@openbsd.org to handle DESTDIR Daniel
Chyla Zbigniew da27133c 2001-06-21T13:35:23 Made xmlParseChunk behaving the same way as xmlParseFile (no matter if Made xmlParseChunk behaving the same way as xmlParseFile (no matter if it's the correct behaviour or not ;-) * parser.c (xmlParseChunk): Use the old parser if xmlUseNewParserDefault is not set. Added xmlOldParseChunk declaration. * oldparser.c (xmlOldParseChunk): Made non-static.
Daniel Veillard 30fbd3f4 2001-05-14T10:37:48 A new bugfix release: * configure.in: releasing 1.8.13 fixing the two previous bugs Daniel
Daniel Veillard 8c27d623 2001-05-05T16:34:01 - entities.c: fixed a possible NULL pointer deref introduced on the last change (Gediminas Paulauskas) and clean up a couple other mistakes Daniel
Daniel Veillard 3a1528c5 2001-05-05T09:40:50 - entities.c tree.c parser.c: fix a problem raised after 1.8.12 non-utf document parsed with the old parser are not saved correctly force the UTF-8 encoding label on the new parser to detect it Daniel
Daniel Veillard 73a4bfe9 2001-05-04T07:38:19 Getting ready for 1.8.12 release: - doc/xml.html: updated - doc/html/*: rebuilt the docs Daniel
Daniel Veillard 01861538 2001-03-26T22:51:03 parser.c: fixed line number reporting on error Daniel
Daniel Veillard 0d6a64cf 2001-03-26T21:23:18 - parser.c parserold.c: Sullivan and Darin found a parser bug, applied the patch. Daniel
Daniel Veillard 925eedf8 2001-03-26T07:52:39 - parserold.c : reapplied bug 52299 fix Daniel
Daniel Veillard 412aaa8d 2001-03-25T14:58:11 Started I18N checking on the new parser: - parser.c: fixed an I18N breakage on the new parser due to the usage of an old routine - test/i18n.xml result/i18n.xml: added a small first test Daniel
Daniel Veillard cdcb0d1e 2001-03-25T14:11:51 More checking and cleanup: - parser.c: cleanup and make sure scrollkeeper won't have problems Daniel
Daniel Veillard 8657b30c 2001-03-25T00:42:30 forgot the file Daniel forgot the file Daniel
Daniel Veillard 44343ab1 2001-03-25T00:41:28 - parser.c: initialization code must be run before deciding which parser to launch. Daniel
Daniel Veillard 989765ad 2001-03-25T00:13:40 Trying to get a final solution to the problem: - added back the old parser - make it the default - allow people to switch easilly Few changes except the old parser where all names were changed and made static except 3 entry points: - Makefile.am parserold.c: added back the 1.8.11 parser for compatibility - README: updated - SAX.c: integrate back 1.8.11 callback code and call it when we are using the old parser - entities.c: fixed a small problem - parser.[ch]: allow to use either parser, add xmlUseNewParser(), and modify the Initialization code to check LIBXML_USE_NEW_PARSER or LIBXML_USE_OLD_PARSER - tester.c: make it use the new parser by default, but check LIBXML_USE_OLD_PARSER and add the --oldparser option Daniel
Daniel Veillard 2e9f9b21 2001-03-24T08:43:16 Applied patch from Darin: * tree.[ch], .cvsignore: Darin fixed some CPP crap nobody noticed so far Daniel
Martin Baulig bc81eb2e 2001-03-23T23:33:12 Added install-data-local target to create the libxml symlink. 2001-03-24 Martin Baulig <baulig@suse.de> * Makefile.am: Added install-data-local target to create the libxml symlink.
Daniel Veillard 1071dadc 2001-03-23T18:20:47 Seems some galeon bookmarks refuses to load, remove some cases where the problem could arose: - parser.c: remove some cases where an encoding error disable loading corrupted documents generated by previous version Daniel
Daniel Veillard 2d6dde06 2001-03-22T14:51:23 - Makefile.am: fixed bug 51876 Daniel
Daniel Veillard aa2130c0 2001-03-21T17:21:36 - HTMLparser.c parser.c: found a hard to trigger but real I/O buffer problem fixed the multiple points where this needed fixing Daniel
Daniel Veillard a9c540cf 2001-03-21T13:52:30 Early test this crashed galeon: - parser.c: make sure the full structure is NULL initialized when allocated Daniel
Daniel Veillard 354edd89 2001-03-21T12:53:50 It's hard to estimate how much I hated to do this, but it's done ... The best way to solve the I18N problen is unfortunately to fix libxml1 parser to at least deal correctly with UTF8 and ISO-Latin-1 encodings. I have plugged in the 2.3.5 (or what will be it's not released yet) core XML parser in the libxml1 framework. No changes API wise. The only changes will be backward binary compatible extensions of some of the parser structures and the number of parser states. - configure.in: version will be 1.8.12 - Makefile.am: added .memdump tests - SAX.c entities.[ch] parser.[ch] tree.c valid.c xml-error.h xmlIO.[ch]: plugged the 2.3.5 libxml2 XML parser in, while preserving binary compatibility - uri.[ch]: the parser code really requires URI manipulation add this from 2.3.5 too - results/* : of course this changed the output of a number of tests - test/dtd12 : this test was actually not wellformed, the new parser pukes at it, fixed ... Daniel
Daniel Veillard 87bfeb50 2001-03-20T11:38:20 Fixing the bug in the libxml1 branch too: - parser.c: fixing bug 52299 strange condition leading to a parser crash due to a buffer overflow - result/attrib.xml test/attrib.xml: added the specific test case Daniel
Kjartan Maraas 676ab9eb 2001-01-19T08:39:36 Actually bump the version. 2001-01-19 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Actually bump the version.
Daniel Veillard 4f8cd247 2001-01-11T10:18:57 Preparing for 1.8.11, Daniel
Ali Abdin ea448bbe 2000-12-25T17:32:19 in xmlParseReference, do not split up an entity into the '&' and the rest Sun Dec 24 20:10:11 2000 Ali Abdin <aliabdin@aucegypt.edu> * parser.c: in xmlParseReference, do not split up an entity into the '&' and the rest of it (e.g. 'gt;'). This throws off the SAX parser in a certain case and makes it do SAX.characters ('&') and then SAX.characters ('gt;'). The code is only #if 0'd out. I ran 'make tests' and no errors were generated.
George Lebl 8d348f92 2000-11-12T20:22:43 xmlAddPrevSibling and xmlAddNextSibling had reverse semantics from those Sun Nov 12 12:12:22 2000 George Lebl <jirka@5z.com> * tree.c: xmlAddPrevSibling and xmlAddNextSibling had reverse semantics from those documented. And the only use on gnome-cvs I could find was bonobo-ui which used the documented semantics apparently. Thus I switched the bodies of these two functions.
Daniel Veillard 9a27781f 2000-11-12T20:18:03 Updated HACKING instructions for v1, daniel.
George Lebl 95853852 2000-11-04T23:35:15 When messing with the child list by adding children, don't just update the Sat Nov 04 18:36:52 2000 George Lebl <jirka@5z.com> * tree.c: When messing with the child list by adding children, don't just update the last pointer, but set the parent pointers as well for all the children, during the traversal. Also in xmlUnlinkNode, if the node is the doc->root node, set doc->root to NULL.
Daniel Veillard f96b97af 2000-09-30T14:39:29 Patch for solaris libs lookup, Daniel
Martin Baulig ae9fc1f3 2000-09-30T13:47:54 Added missing version number.
Martin Baulig ca17d434 2000-09-30T02:26:05 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 e6aeea05 2000-09-29T23:51:05 Provide pkg-config script. 2000-09-30 Martin Baulig <baulig@suse.de> * libxml.pc.in: Provide pkg-config script. * configure.in: Create the libxml.pc script from the libxml.pc.in templates. * Makefile.am (pkgconfig_DATA): Install the libxml.pc script in `$(libexecdir)/pkgconfig'.
Daniel Veillard 2b7a123c 2000-09-08T18:45:43 - entities.c: handling of doc == NULL in xmlGetDocEntity() was not proper ... refixed . Daniel
Daniel Veillard 0b52ad08 2000-09-07T15:03:41 aplied old patch from Sopwith fix Windows bug reported by Marcus Lankenau * Makefile.in: aplied old patch from Sopwith * tree.c: fix Windows bug reported by Marcus Lankenau <marcus.lankenau@socon.de> Daniel
Daniel Veillard c0408519 2000-09-06T23:28:33 Released LIBXML_1_8_10, daniel.
Daniel Veillard 7cb7a77c 2000-09-02T08:28:20 Oops forgot chagelog, Daniel
Daniel Veillard 0e8e884e 2000-09-02T08:25:29 Add checks to doc == NULL, as pointed by Michael, Daniel.
Daniel Veillard 2c6feb54 2000-08-07T18:20:46 iTrying to fix a problem with CDATA sections, Daniel
Daniel Veillard e9899195 2000-07-10T10:10:55 Fixed the way the control connection was handled, Fixed the spec file, Released 1.8.9, Daniel
Daniel Veillard 6b81b3ee 2000-07-02T18:34:47 Fixed bug #7419, dependancies fouled, Daniel.
Daniel Veillard 9dad02a4 2000-06-29T09:38:26 Fixed &#38; parsing bug, Daniel.
Daniel Veillard 08746ae6 2000-06-29T00:44:15 Updated the examples, 1.8.8 pretest release, Daniel.
Daniel Veillard 6117c6fb 2000-06-28T23:39:08 libxml 1/2 fixups, spec cleanup, 1.8.8 prerelease, Daniel.
Daniel Veillard 43f300d9 2000-06-28T16:41:05 Cope with libxml1/libxml2, Daniel
Daniel Veillard 76234da1 2000-03-14T18:02:01 ???, Daniel.
Daniel Veillard f13e1ed1 2000-03-06T07:41:49 Updated docs, Daniel.
Daniel Veillard 3e6d237f 2000-03-04T11:39:43 Blanks handling function, added 2.x upgrade doc, Daniel
Daniel Veillard b566ce1d 2000-03-04T11:39:42 Rebuit doc finished closing a few bugs, Daniel.
Daniel Veillard fb76c40a 2000-03-04T11:39:42 Blanks handling function, added 2.x upgrade doc, Daniel
Daniel Veillard 90fb02ca 2000-03-02T03:46:43 Trying another better solution at the <a> </a> problem, Daniel
Daniel Veillard 83a30e7a 2000-03-02T03:33:32 Fixed #6766 and satrted working on white space handling, Daniel
Daniel Veillard 88f00ae1 2000-03-02T00:15:55 Second patch from Paul Dubois, Daniel
Daniel Veillard 6c8b1171 2000-03-01T00:40:41 Fixed with the update, daniel
Daniel Veillard 402e8c88 2000-02-29T22:57:47 applied doc patch from Paul DuBois, Daniel
Tomasz Kłoczko ae7cb7fe 2000-02-02T23:51:10 - added "libxml_la_LIBADD = @Z_LIBS@" to link libxml with proper libraries list.
Daniel Veillard d0f7f74b 2000-02-02T17:42:48 Do a bit of bufferization in text mode, Daniel
Daniel Veillard 5feb8495 2000-02-02T17:15:36 - Removing warnings on various paltforms - closing bug #5281 Daniel
Daniel Veillard f341f930 2000-02-02T14:52:08 Patches for WIN32, Daniel.
Daniel Veillard 13c757ef 2000-02-01T23:59:15 Commited the snprintf patch courtesy of George Katsirelos <gkatsi@cs.toronto.edu>, Daniel.
Daniel Veillard 726e8796 2000-01-30T20:04:29 Fixed '#' and '?' stripping when processing URLs, Daniel.
Daniel Veillard 3bde3e25 2000-01-30T20:00:07 Rebuit doc finished closing a few bugs, Daniel.
Daniel Veillard e41f2b74 2000-01-30T20:00:07 Released 1.8.6, Daniel.
James Henstridge f3be931a 2000-01-28T13: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.
Daniel Veillard aeea04f1 2000-01-25T19:27:27 - cleaned up the FTP module, did the API, extracted docs - regenerated and updated the docs
Daniel Veillard 3a2ebddc 2000-01-25T19:27:27 Rebuit doc finished closing a few bugs, Daniel.
Daniel Veillard 4f2915a8 2000-01-25T19:27:27 - cleaned up the FTP module, did the API, extracted docs - regenerated and updated the docs
Daniel Veillard da07c34a 2000-01-25T18:31:22 - added a nano FTP module - removed SNAP from RPM - updated the status in doc
Daniel Veillard e3d88efb 2000-01-24T13:55:06 - bux fixes in XPath implementation - fixed xml-config --version - updated TODO Daniel
Daniel Veillard 461a66c9 2000-01-18T18:01:01 Candidate libxml-1.8.5, include jody libz patch, Daniel
Daniel Veillard f967b904 2000-01-17T16:06:10 Fixed a hideous bu in xmlGetProp, reported by Rune.Djurhuus@fast.no, Daniel.
Daniel Veillard ad8f99df 2000-01-15T14: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
Daniel Veillard 0142b84b 2000-01-14T14: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
Daniel Veillard 2eac5039 2000-01-09T21:08:56 Added a Fragment function for Raph (DOM) Daniel.
Daniel Veillard f84f71f4 2000-01-05T19:54:23 Updated the HTML home page, Daniel.
Daniel Veillard 9ec78f71 2000-01-05T16:31:25 Released 1.8.3, Daniel
Daniel Veillard f3a7358d 2000-01-05T14:58:39 Updated the documentation, Daniel
Daniel Veillard f686871b 2000-01-05T14:58:38 Rebuit doc finished closing a few bugs, Daniel.
Daniel Veillard 24491f64 2000-01-05T14:58:38 Updated the documentation, Daniel
Daniel Veillard 71b656e0 2000-01-05T14: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
Daniel Veillard 437b87b8 2000-01-03T17:30:46 fixed configure and Makefile to use readline in tester if available rebuilt and updated the doc, Daniel