|
3dbfdca4
|
1999-12-15T19:08:23
|
|
A posteriori validation should now work,
Added --postvalid to tester program
Added xmlDocGetRootElement() to the API,
Daniel
|
|
bfce3775
|
1999-12-15T04:32:07
|
|
Changed 'namespace' to 'nameSpace' to workaround c++ losage where 'namespace'
is a reserved keyword of the compiler.
|
|
4a53eca2
|
1999-12-12T13:03:50
|
|
- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
|
|
af78a0e1
|
1999-12-12T13:03:50
|
|
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
|
|
10a2c653
|
1999-12-12T13:03:50
|
|
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
|
|
ff7ce8ee
|
1999-12-03T13:19:09
|
|
- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
|
|
294cbca5
|
1999-12-03T13:19:09
|
|
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
|
|
f5c2c870
|
1999-12-01T09:51:45
|
|
- 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
|
|
a0555cc9
|
1999-12-01T09:51:45
|
|
- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
|
|
a594bf46
|
1999-12-01T09:51:45
|
|
- 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
|
|
6dff214e
|
1999-12-01T09:51:45
|
|
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.
|
|
d293fd1d
|
1999-12-01T09:51:45
|
|
- 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
|
|
a819dace
|
1999-11-24T18:04:22
|
|
Added cleanup routines, cleanup with -pedantic on linux, closed #3788, Daniel
|
|
11a48ec6
|
1999-11-23T10:40:46
|
|
Closing bug report #3748, changed global compression flag usage, and
added xmlNewTextChild() and xmlNewDocRawNode(), Daniel
|
|
4c3a2030
|
1999-11-19T17:46:26
|
|
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
|
|
07136650
|
1999-11-18T14:02:05
|
|
Fixed some wrongly space collapsing code due to misreading of the spec, Daniel.
|
|
7f858502
|
1999-11-17T17:32:38
|
|
Attribute nomarlization closing bug #3597
Small fixes in encoding.c
First bits of real progressive parsing,
Daniel
|
|
d7e200c0
|
1999-11-15T17:53:11
|
|
closing bug #3163 by adding extra flags for the cc compiler on HP-uX, Daniel.
|
|
10cb9000
|
1999-11-12T17:02:31
|
|
- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
|
|
51e3b154
|
1999-11-12T17:02:31
|
|
xmlSetProp() and xmlNewProp() fixes, mem extra alloc bug in parser fixed, Daniel
|
|
bdc28bc2
|
1999-11-04T20:55:54
|
|
shut up cvs
-Yosh
|
|
962195f6
|
1999-10-28T15:51:53
|
|
Turned off memory debug, oops ! Daniel
|
|
3500838f
|
1999-10-25T13:15:52
|
|
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
|
|
7c1206fc
|
1999-10-14T09:10:25
|
|
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
|
|
7d2c276a
|
1999-10-11T15:09:51
|
|
Fixed probles in some HTML tag autoclose, XML output bug on mixed-content
and fixed the related output for tests, Daniel.
|
|
6077d03d
|
1999-10-09T09:11:45
|
|
Various small bugfixes, Daniel.
|
|
2673d3c8
|
1999-10-08T14:37:09
|
|
Fixed problems with HTML parsing, Daniel.
|
|
00fdf370
|
1999-10-08T09:40:39
|
|
Improvement of doc, Raph patch for CORBA init, support for spaces in XPath, Daniel
|
|
539195b4
|
1999-09-29T17:30:14
|
|
released 1.7.3, Daniel
|
|
ad21944c
|
1999-09-27T08:17:49
|
|
Turning off memory debug, Daniel
|
|
7a66ee6b
|
1999-09-26T11:31:02
|
|
better SAX interfaces. preparing for 1.7.2, Daniel.
|
|
ca848473
|
1999-09-24T16:18:00
|
|
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.
|
|
2f4dfc40
|
1999-09-24T14:03:48
|
|
Updated the doc, and patched libxml.spec.in, Daniel.
|
|
335849b9
|
1999-09-23T23:08:42
|
|
Removed unconditionnal references to snprintf, Daniel.
|
|
dd6b3676
|
1999-09-23T22:19:22
|
|
Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel
|
|
e624482d
|
1999-09-23T22:19:18
|
|
- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
|
|
b635f2e7
|
1999-09-23T22:19:18
|
|
Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel
|
|
4ecf39f3
|
1999-09-22T12:14:03
|
|
forgot them in the 1.7.0 commit, oops, Daniel.
|
|
7f7d1119
|
1999-09-22T09:46:25
|
|
Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4,
etc... See Changelog, Daniel.
|
|
1b0f55fb
|
1999-09-18T22:29:26
|
|
Add MODULE_VERSION -miguel
|
|
97f62f2c
|
1999-09-18T22:29:07
|
|
Add MODULE_VERSION -miguel
|
|
c08a2c6f
|
1999-09-08T21:35:25
|
|
Bug fixes, improvement on ID/IDREF support, 1.6.2, no memleaks, Daniel
|
|
72bd1001
|
1999-09-04T20:50:25
|
|
replaced "install -d " with "mkinstalldirs" - not all invocations of
Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
* doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
not all invocations of install understand -d.
|
|
6db3cb0b
|
1999-09-04T20:25:14
|
|
prepend all the test* calls with $(top_builddir) - to make 'check' works,
Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
* Makefile.am: prepend all the test* calls with $(top_builddir) -
to make 'check' works, when builddir != srcdir.
|
|
c8eab3a2
|
1999-09-04T18:27:23
|
|
Updated the documentation, Daniel.
|
|
6bd26dc2
|
1999-09-03T14:28:40
|
|
Regenerated the documentation, Daniel.
|
|
6454aec2
|
1999-09-02T22:04:43
|
|
Added memory debug wrappers, killed all detected memory leaks, Daniel
|
|
1ff7ae3d
|
1999-09-01T12:19:13
|
|
Fixing two stupid bugs on entities and HTML tree deallocation, Daniel.
|
|
e7a5a77d
|
1999-08-30T13:05:42
|
|
Patched a bug when creating HTML document structures, Daniel.
|
|
d2d38e9a
|
1999-08-30T11:42:36
|
|
Updated the documentation, released 1.6.1, Daniel
|
|
c26087b8
|
1999-08-30T11:23:51
|
|
Patched warning issued on SGI by Stephane.Conversy@lri.fr, Daniel.
|
|
b96e6438
|
1999-08-29T21:02:19
|
|
Release 1.6, lot of fixes, more validation, code cleanup, added namespace
on attributes, Daniel.
|
|
56316b09
|
1999-08-23T18:18:32
|
|
add xmlConf.sh to CLEANFILES.
add xmlConf.sh to CLEANFILES.
|
|
991e63d9
|
1999-08-15T23:32:28
|
|
More validity stuff (ID) and corrct version of equal and compare for XPath, Daniel
|
|
b556eb58
|
1999-08-15T17:19:50
|
|
Corrected xmlConf.sh missing in distrib, Daniel
|
|
424af391
|
1999-08-10T19:10:03
|
|
Added and updated all the results for 1.5.0, Daniel
|
|
f7871696
|
1999-08-10T19:09:57
|
|
Rebuit doc finished closing a few bugs, Daniel.
|
|
740c77ff
|
1999-08-10T19:09:57
|
|
Added and updated all the results for 1.5.0, Daniel
|
|
b05deb7f
|
1999-08-10T19:04:08
|
|
Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel
|
|
6a6ccc1d
|
1999-08-10T09:34:35
|
|
Added an HACKING file, Daniel.
|
|
272b02eb
|
1999-07-29T20:09:19
|
|
Allow defining a CUSTOM_RELEASE at RPM build time
|
|
e2d034d3
|
1999-07-27T19:52:06
|
|
Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel
|
|
15b75af8
|
1999-07-26T16:42:37
|
|
Just adds 'const' to a couple of important parameters, patch from
Michael Meeks <michael@oasis.edenproject.org>, Daniel.
|
|
1566d3a9
|
1999-07-15T14:24:29
|
|
Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel
|
|
d79d7870
|
1999-07-12T10:38:12
|
|
Applied patch from John Ellson <ellson@lucent.com> closing #1646, Daniel
|
|
be9e595a
|
1999-07-12T09:16:45
|
|
Fixed bug #1638, daniel
|
|
3166ab1a
|
1999-07-11T16:14:19
|
|
Added the Makefile for example subdir containing gjobread, Daniel.
|
|
a75b6b32
|
1999-07-10T12:21:13
|
|
- log entry.
- log entry.
|
|
15012ae1
|
1999-07-10T12:18:15
|
|
- fix which allow "make install DESTDIR=</install/prefix>".
- fix which allow "make install DESTDIR=</install/prefix>".
|
|
7cc3c04b
|
1999-07-09T10:11:57
|
|
Applied a bug fix on file reading code from John Ellson <ellson@lucent.com>, Daniel.
|
|
82150d8a
|
1999-07-07T07:32:15
|
|
HTML parsing, output is now correct, added HTMLtests target and testcases, Daniel
|
|
167b5092
|
1999-07-07T04:19:20
|
|
forgot to commit HTMLtree yesterday, Daniel.
|
|
5233ffc8
|
1999-07-06T22:25:25
|
|
Restore binary compat, more HTML stuff, allow stdin input, Daniel.
|
|
be70ff71
|
1999-07-05T16:50:46
|
|
Closing reported bugs: 617 1591 1592, adding an HTML parser, Daniel
|
|
97fea18b
|
1999-06-26T23:07:37
|
|
Allocate a per-parser SAX table, correct the SAX results, Daniel.
|
|
14fff064
|
1999-06-22T21:49:07
|
|
Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel
|
|
05240da8
|
1999-06-15T21:27:11
|
|
Fixed a buffer overrun (exhibits with very long attributes).
|
|
34e0cc3f
|
1999-06-15T17:20:45
|
|
Add maintainers list
|
|
bb2da580
|
1999-06-13T14:37:07
|
|
Added a gjob example for ole, Daniel
|
|
011b63cb
|
1999-06-02T17:44:04
|
|
Release of libxml-1.1, Daniel.
|
|
27d88744
|
1999-05-29T11:51:49
|
|
CORBA defines fixes, char encoding atodetection, Daniel
|
|
5e60f5a2
|
1999-05-29T03:04:30
|
|
Prevent gnome-xml from writing two copies of the xml tree to the dest file in
xmlSaveFile, and free the allocated buffer there
|
|
5099ae89
|
1999-04-21T20:12:07
|
|
Removal of threading problems, update documentation, added SAX tests, Daniel
|
|
517752b9
|
1999-04-05T12:20:10
|
|
Completed/revamped the SAX support, removed old namespace suppport, Daniel
|
|
87c83bd3
|
1999-04-02T16:04:43
|
|
Added test and result to EXTRA_DIST, Daniel
|
|
64068b3e
|
1999-03-24T20:42:16
|
|
Moved macros to parserInternals, applied patches for MSVC6, Daniel
|
|
012ccc1c
|
1999-03-23T10:11:11
|
|
Fixed xml-config --version, Daniel.
|
|
a86c23e3
|
1999-03-05T22:14:01
|
|
Alias for `tests' target. This will cause `make check' to do the right
* Makefile.am (check-local): Alias for `tests' target. This will
cause `make check' to do the right thing.
(tests): Don't run tests in srcdir. Also, replaced calls to
basename with a `sed' "equivalent".
|
|
d109e37b
|
1999-03-05T06:26:45
|
|
Moved error.h to xml-error.h, associated fixed and updates, Daniel
|
|
bc50b59d
|
1999-03-01T12:28:53
|
|
Memory leak hunting, export more interfaces, updated the doc, Daniel.
|
|
d692aa49
|
1999-02-28T21:54:31
|
|
Added call to create/free parser contexts, + doc, Daniel.
|
|
04743433
|
1999-02-28T02:38:48
|
|
alpha updates greg
alpha updates
greg
|
|
55a99272
|
1999-02-25T11:01:29
|
|
Toward 1.0.0, added docs to the packages, Daniel.
|
|
35925478
|
1999-02-25T08:46:07
|
|
Added parserInternals.h to Makefile.am and the generated HTML docs, Daniel.
|
|
1e346af5
|
1999-02-22T10:33:01
|
|
Serious upgrade of internal subset support, setup for gtk-doc, Daniel
|
|
63dc42c6
|
1999-02-21T21:20:12
|
|
Made spec file autogenerate, tweaked it also
Dr Mike <drmike@redhat.com>
|
|
a4b4430a
|
1999-02-16T18:53:00
|
|
gain a couple of minor changes on Makefiles, Daniel.
|
|
1164e752
|
1999-02-16T16:29:17
|
|
Upgrade to 0.99.8 cleanup of spec and makefiles to include doc, Daniel.
|
|
03d04781
|
1999-02-13T00:07:17
|
|
Added this file.
1999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* doc/.cvsignore: Added this file.
|
|
68178935
|
1999-02-08T18:34:36
|
|
Oops, Daniel.
|