Daniel Veillard
5e5c62351f
- Push mode for the HTML parser (new calls)
...
- Improved the memory debugger to provide content informations
- cleanups, last known mem leak killed
Daniel
1999-12-29 12:49:06 +00:00
Daniel Veillard
be849cf33f
Rebuild the documentation, Daniel.
1999-12-28 16:43:59 +00:00
Daniel Veillard
dbfd641b78
- Lots of improvements, too long to list here
...
- Push mode for the XML parser (HTML to come)
- XML shell like interface for debug
- improvements on XPath and validation
Daniel
1999-12-28 16:35:14 +00:00
Daniel Veillard
fef854d234
Update to Changelog lost, Daniel.
1999-12-22 11:31:10 +00:00
Daniel Veillard
3c558c3753
- fix for PIs name starting with xml
...
- fixed a potential problem with || and && ops
- generate win32config.h for those on the Other Side !
Daniel
1999-12-22 11:30:41 +00:00
Daniel Veillard
0caf07a701
Fixed = vs. == bug in parser.c (hrmless though) and type in sgml, Daniel.
1999-12-21 16:25:49 +00:00
Daniel Veillard
5cb5ab8d94
- release 1.8.2 - HTML handling improvement - new tree handling functions
...
- release 1.8.2
- HTML handling improvement
- new tree handling functions
- default namespace on attribute bug fixed
- libxml use for C++ fixed (for good this time !)
Daniel
1999-12-21 15:35:29 +00:00
Daniel Veillard
f600e2537f
- Fixed bug #4344 - Fixed C++ problems in headers - Released 1.8.1 Daniel
...
- Fixed bug #4344
- Fixed C++ problems in headers
- Released 1.8.1
Daniel
1999-12-18 15:32:46 +00:00
Daniel Veillard
b24054a09a
- Updated HTML test outputs
...
- Fixed taht f....g problem with C++ and includes,
Daniel
1999-12-18 15:32:46 +00:00
Daniel Veillard
e4e51317de
- Fixed bug #4344 - Fixed C++ problems in headers - Released 1.8.1 Daniel
...
- Fixed bug #4344
- Fixed C++ problems in headers
- Released 1.8.1
Daniel
1999-12-18 15:32:46 +00:00
Chris Lahey
323c48c880
Made it so that html nodes with a single child do not insert a carriage
...
* HTMLtree.c: Made it so that html nodes with a single child do
not insert a carriage return before or after the child node.
1999-12-18 15:32:45 +00:00
Daniel Veillard
262f9cb7b6
- Fixed bug #4344 - Fixed C++ problems in headers - Released 1.8.1 Daniel
...
- Fixed bug #4344
- Fixed C++ problems in headers
- Released 1.8.1
Daniel
1999-12-18 15:32:45 +00:00
Daniel Veillard
6d3bf1f4ee
- fixed a nasty bug destroying default namespace and Dia :-(
...
introduced in 1.8.0
- closed bug #3950
Daniel
1999-12-16 17:52:19 +00:00
Daniel Veillard
37846c6364
- Updated HTML test outputs
...
- Fixed taht f....g problem with C++ and includes,
Daniel
1999-12-16 17:52:19 +00:00
Daniel Veillard
62ba71e7b4
- fixed a nasty bug destroying default namespace and Dia :-(
...
introduced in 1.8.0
- closed bug #3950
Daniel
1999-12-16 17:52:19 +00:00
Daniel Veillard
944b5ff4f6
A posteriori validation should now work,
...
Added --postvalid to tester program
Added xmlDocGetRootElement() to the API,
Daniel
1999-12-15 19:08:24 +00:00
Daniel Veillard
82c305b6ec
- Updated HTML test outputs
...
- Fixed taht f....g problem with C++ and includes,
Daniel
1999-12-15 19:08:23 +00:00
Daniel Veillard
3dbfdca44a
A posteriori validation should now work,
...
Added --postvalid to tester program
Added xmlDocGetRootElement() to the API,
Daniel
1999-12-15 19:08:23 +00:00
Ramiro Estrugo
bfce377579
Changed 'namespace' to 'nameSpace' to workaround c++ losage where 'namespace'
...
is a reserved keyword of the compiler.
1999-12-15 04:32:07 +00:00
Daniel Veillard
10a2c6532a
Large commit of changes done while travelling to XML'99
...
- cleanups on memory use and parsers
- start of Link interfaces HTML and XLink
- rebuild the doc
- released as 1.8.0
Daniel
1999-12-12 13:03:50 +00:00
Daniel Veillard
4a53eca27c
- Updated HTML test outputs
...
- Fixed taht f....g problem with C++ and includes,
Daniel
1999-12-12 13:03:50 +00:00
Daniel Veillard
af78a0e1b9
Large commit of changes done while travelling to XML'99
...
- cleanups on memory use and parsers
- start of Link interfaces HTML and XLink
- rebuild the doc
- released as 1.8.0
Daniel
1999-12-12 13:03:50 +00:00
Daniel Veillard
ff7ce8eef8
- Updated HTML test outputs
...
- Fixed taht f....g problem with C++ and includes,
Daniel
1999-12-03 13:19:09 +00:00
Daniel Veillard
294cbca511
Closing #3908 and #3937 and a memory leak in the SAX API
...
added SAX.h mostly useful for the doc generation
Regenerated all the docs,
Daniel
1999-12-03 13:19:09 +00:00
Daniel Veillard
f5c2c8707a
- 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.
- added xmlCleanupPredefinedEntities(), memory allocation cleanup
Daniel
1999-12-01 09:51:45 +00:00
Daniel Veillard
a0555cc9ec
- Updated HTML test outputs
...
- Fixed taht f....g problem with C++ and includes,
Daniel
1999-12-01 09:51:45 +00:00
Daniel Veillard
a594bf46ec
- 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.
- added xmlCleanupPredefinedEntities(), memory allocation cleanup
Daniel
1999-12-01 09:51:45 +00:00
Chris Lahey
6dff214ed7
Made it so that html nodes with a single child do not insert a carriage
...
* HTMLtree.c: Made it so that html nodes with a single child do
not insert a carriage return before or after the child node.
1999-12-01 09:51:45 +00:00
Daniel Veillard
d293fd1dfb
- 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.
- added xmlCleanupPredefinedEntities(), memory allocation cleanup
Daniel
1999-12-01 09:51:45 +00:00
Daniel Veillard
a819dace56
Added cleanup routines, cleanup with -pedantic on linux, closed #3788 , Daniel
1999-11-24 18:04:22 +00:00
Daniel Veillard
11a48ec6f4
Closing bug report #3748 , changed global compression flag usage, and
...
added xmlNewTextChild() and xmlNewDocRawNode(), Daniel
1999-11-23 10:40:46 +00:00
Daniel Veillard
4c3a2030db
The HTML parser MUST not die, even if given complete garbage to eat !
...
Updated the xml.html doc a bit and reran the doc generation,
Daniel
1999-11-19 17:46:26 +00:00
Daniel Veillard
07136650c1
Fixed some wrongly space collapsing code due to misreading of the spec, Daniel.
1999-11-18 14:02:05 +00:00
Daniel Veillard
7f8585025f
Attribute nomarlization closing bug #3597
...
Small fixes in encoding.c
First bits of real progressive parsing,
Daniel
1999-11-17 17:32:38 +00:00
Daniel Veillard
d7e200c0b0
closing bug #3163 by adding extra flags for the cc compiler on HP-uX, Daniel.
1999-11-15 17:53:11 +00:00
Daniel Veillard
10cb900055
- Updated HTML test outputs
...
- Fixed taht f....g problem with C++ and includes,
Daniel
1999-11-12 17:02:31 +00:00
Daniel Veillard
51e3b154bf
xmlSetProp() and xmlNewProp() fixes, mem extra alloc bug in parser fixed, Daniel
1999-11-12 17:02:31 +00:00
Manish Singh
bdc28bc299
shut up cvs
...
-Yosh
1999-11-04 20:55:54 +00:00
Daniel Veillard
962195f62c
Turned off memory debug, oops ! Daniel
1999-10-28 15:51:53 +00:00
Daniel Veillard
3500838f65
BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs
...
BUG FIXED #2784
HTML parsing/output improvements
Rebuilt, updated the docs
Improvement of regression scripts, make testall should look clean
Released as 1.7.4
1999-10-25 13:15:52 +00:00
Daniel Veillard
7c1206fc06
Revamped HTML parsing, lots of bug fixes for HTML stuff,
...
Added xmlValidGetValidElements and xmlValidGetPotentialChildren,
Completed and cleaned up the tests,
Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html,
Daniel
1999-10-14 09:10:25 +00:00
Daniel Veillard
7d2c276a65
Fixed probles in some HTML tag autoclose, XML output bug on mixed-content
...
and fixed the related output for tests, Daniel.
1999-10-11 15:09:51 +00:00
Daniel Veillard
6077d03d0e
Various small bugfixes, Daniel.
1999-10-09 09:11:45 +00:00
Daniel Veillard
2673d3c856
Fixed problems with HTML parsing, Daniel.
1999-10-08 14:37:09 +00:00
Daniel Veillard
00fdf370d3
Improvement of doc, Raph patch for CORBA init, support for spaces in XPath, Daniel
1999-10-08 09:40:39 +00:00
Daniel Veillard
539195b40d
released 1.7.3, Daniel
1999-09-29 17:30:14 +00:00
Daniel Veillard
ad21944c30
Turning off memory debug, Daniel
LIB_XML_1_7_3
1999-09-27 08:17:49 +00:00
Daniel Veillard
7a66ee6bd0
better SAX interfaces. preparing for 1.7.2, Daniel.
1999-09-26 11:31:02 +00:00
Elliot Lee
ca8484739b
Make 'dist-hook' targets, which copy the .spec file into $(distdir),
...
Make 'dist-hook' targets, which copy the .spec file into $(distdir), depend upon the
.spec file, so that the .spec file will be regenerated when a previously-compiled tree
is 'dist'd with a new version number.
1999-09-24 16:18:00 +00:00
Daniel Veillard
2f4dfc40d4
Updated the doc, and patched libxml.spec.in, Daniel.
1999-09-24 14:03:48 +00:00