296 Commits

Author SHA1 Message Date
Daniel Veillard
0b348def38 fixing bug #87900 Daniel
* parser.c: fixing bug #87900
Daniel
2002-08-20 12:02:44 +00:00
Daniel Veillard
32260e278b fixing bug #81112 Daniel
* libxml.spec.in: fixing bug #81112
Daniel
2002-05-24 11:10:23 +00:00
Daniel Veillard
ead1ea69da releasing 1.8.17 Daniel
* configure.in: releasing 1.8.17
Daniel
LIBXML_1_8_17
2002-01-23 22:47:40 +00:00
Ettore Perazzoli
f5cd6c9bd7 [Patch from Ian Goldberg <ian@cypherpunks.ca>.]
* parserold.c (xmlOldParseAttValue): Ensure you've got enough
characters in your readahead buffer before you check NXT(1).
2002-01-23 17:45:03 +00:00
Jody Goldberg
685bd28b8d back port a fix from xml2 to correctly namespace copied nodes.
2001-09-07  Jody Goldberg <jgoldberg@home.com>

	* tree.c (xmlStaticCopyNode) : back port a fix from xml2
	  to correctly namespace copied nodes.
2001-09-15 06:50:14 +00:00
Daniel Veillard
a1ac9b0c7a 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
LIBXML_1_8_16
2001-09-14 14:09:08 +00:00
Greg Leblanc
22162d8bad Whitespace sucks, we need more of it. Or is it less.... 2001-09-12 20:04:17 +00:00
Greg Leblanc
1affcb0d79 whitespace! Blast, I hate testing, it's sooo boring. 2001-09-12 19:54:19 +00:00
Greg Leblanc
5dccc8633c whitespace changes for testing 2001-09-12 19:21:21 +00:00
Greg Leblanc
6e5edd9dec More testing 2001-09-12 19:19:56 +00:00
Greg Leblanc
f2f7f07525 Whitespace changes. Testing. 2001-09-12 17:32:01 +00:00
Gregory Leblanc
f632e30ddf 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.
2001-09-12 06:52:15 +00:00
Gregory Leblanc
6f9a950656 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.
2001-09-12 06:43:51 +00:00
Daniel Veillard
fdf40c80c1 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
2001-09-10 21:26:00 +00:00
Daniel Veillard
e2ac640ad6 David Kaelbling found a == instead of = typo Daniel
* parser.c: David Kaelbling found a == instead of = typo
Daniel
2001-09-01 20:42:25 +00:00
Daniel Veillard
2a3b8b758e rere fix, Daniel 2001-08-28 16:40:16 +00:00
Daniel Veillard
6c662bdc00 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
2001-08-28 16:25:03 +00:00
Daniel Veillard
099772d176 improved xmlDocDumpMemory() memory usage for Jody Daniel
* tree.c: improved xmlDocDumpMemory() memory usage for Jody
Daniel
2001-08-27 17:09:25 +00:00
Daniel Veillard
80e183917f 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
2001-08-22 00:57:39 +00:00
Daniel Veillard
a3e8fb6e69 *** empty log message *** 2001-08-22 00:57:10 +00:00
Daniel Veillard
b3b4b07cf9 xmlSAXParseDoc() fixing a memleak on ctxt->sax Daniel
* parser.c: xmlSAXParseDoc() fixing a memleak on ctxt->sax
Daniel
2001-08-22 00:36:20 +00:00
Daniel Veillard
8f971e49b1 released 1.8.15 Daniel
* configure.in: released 1.8.15
Daniel
2001-08-13 23:02:28 +00:00
Alex Larsson
9426f165f8 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.
2001-08-13 17:54:14 +00:00
Daniel Veillard
7d6c759fc4 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
2001-08-13 11:19:26 +00:00
Daniel Veillard
146f50561f released 1.8.14 Daniel
* configure.in: released 1.8.14
Daniel
LIBXML_1_8_14
2001-06-28 15:12:04 +00:00
Daniel Veillard
fa555474b0 patch from brad@openbsd.org to handle DESTDIR Daniel
* Makefile.am: patch from brad@openbsd.org to handle DESTDIR
Daniel
2001-06-27 21:49:13 +00:00
Chyla Zbigniew
da27133c8f 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.
2001-06-21 13:35:23 +00:00
Daniel Veillard
30fbd3f40e A new bugfix release:
* configure.in: releasing 1.8.13 fixing the two previous bugs
Daniel
ChangeLog
2001-05-14 10:37:48 +00:00
Daniel Veillard
8c27d62383 - entities.c: fixed a possible NULL pointer deref introduced on
the last change (Gediminas Paulauskas) and clean up a couple other
  mistakes
Daniel
2001-05-05 16:34:01 +00:00
Daniel Veillard
3a1528c5f9 - 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
2001-05-05 09:40:50 +00:00
Daniel Veillard
73a4bfe952 Getting ready for 1.8.12 release:
- doc/xml.html: updated
- doc/html/*: rebuilt the docs
Daniel
LIBXML_1_8_12
2001-05-04 07:38:19 +00:00
Daniel Veillard
0186153834 parser.c: fixed line number reporting on error
Daniel
2001-03-26 22:51:03 +00:00
Daniel Veillard
0d6a64cf64 - parser.c parserold.c: Sullivan and Darin found a parser bug,
applied the patch.
Daniel
2001-03-26 21:23:18 +00:00
Daniel Veillard
925eedf83b - parserold.c : reapplied bug 52299 fix
Daniel
2001-03-26 07:52:39 +00:00
Daniel Veillard
412aaa8d70 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
2001-03-25 14:58:11 +00:00
Daniel Veillard
cdcb0d1eaf More checking and cleanup:
- parser.c: cleanup and make sure scrollkeeper won't have problems
Daniel
2001-03-25 14:11:51 +00:00
Daniel Veillard
8657b30c81 forgot the file Daniel
forgot the file
Daniel
2001-03-25 00:42:30 +00:00
Daniel Veillard
44343ab1db - parser.c: initialization code must be run before deciding
which parser to launch.
Daniel
2001-03-25 00:41:28 +00:00
Daniel Veillard
989765adcd 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
2001-03-25 00:13:40 +00:00
Daniel Veillard
2e9f9b2199 Applied patch from Darin:
* tree.[ch], .cvsignore: Darin fixed some CPP crap nobody noticed so far
Daniel
2001-03-24 08:43:16 +00:00
Martin Baulig
bc81eb2ee1 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.
2001-03-23 23:33:12 +00:00
Daniel Veillard
1071dadc7f 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
2001-03-23 18:20:47 +00:00
Daniel Veillard
2d6dde06e8 - Makefile.am: fixed bug 51876
Daniel
2001-03-22 14:51:23 +00:00
Daniel Veillard
aa2130c053 - HTMLparser.c parser.c: found a hard to trigger but real I/O
buffer problem fixed the multiple points where this needed fixing
Daniel
2001-03-21 17:21:36 +00:00
Daniel Veillard
a9c540cfc9 Early test this crashed galeon:
- parser.c: make sure the full structure is NULL initialized
  when allocated
Daniel
2001-03-21 13:52:30 +00:00
Daniel Veillard
354edd89c8 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
2001-03-21 12:53:50 +00:00
Daniel Veillard
87bfeb50e5 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
2001-03-20 11:38:20 +00:00
Kjartan Maraas
676ab9ebb8 Actually bump the version.
2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Actually bump the version.
2001-01-19 08:39:36 +00:00
Daniel Veillard
4f8cd2474a Preparing for 1.8.11, Daniel 2001-01-11 10:18:57 +00:00
Ali Abdin
ea448bbe92 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.
2000-12-25 17:32:19 +00:00