|
663a607a
|
2000-07-01T09:08:24
|
|
Fixing one test suite result, Daniel.
|
|
d83eb821
|
2000-06-30T18:39:56
|
|
more cleanup of the HTML parser to force it to not bypass SAX, Daniel.
Ready for 2.1.1 it seems
|
|
3f6f7f64
|
2000-06-30T17:58:25
|
|
- win32config.h.in: updated
- xmlversion.h.in: crap forgot to update this, this mean 2.1.0
lacks iconv support :-( need to release 2.1.1
- configure.in: release 2.1.1
- HTMLparser: fixed bug #14784
- xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
by Windows compiler
- HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
the SAX startDocument() callback.
- TODO: updated
- rebuild doc
Daniel
|
|
c230410e
|
2000-06-29T00:43:27
|
|
2.1.0 test release for good, updated doc and example, Daniel.
|
|
be803967
|
2000-06-28T23:40:59
|
|
- Large resync between W3C and Gnome tree
- configure.in: 2.1.0 prerelease
- example/Makefile.am example/gjobread.c tree.h: work on
libxml1 libxml2 convergence.
- nanoftp, nanohttp.c: fixed stalled connections probs
- HTMLtree.c SAX.c : support for attribute without values in
HTML for andersca
- valid.c: Fixed most validation + namespace problems
- HTMLparser.c: start document callback for andersca
- debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
- parser.h, SAX.c: serious speed improvement for large
CDATA blocks
- encoding.[ch] xmlIO.[ch]: Improved seriously saving to
different encoding
- config.h.in parser.c xmllint.c: added xmlCheckVersion()
and the LIBXML_TEST_VERSION macro
Daniel
|
|
c310d564
|
2000-06-23T18:32:15
|
|
updated doc, added a documentation lookup module, Daniel.
|
|
f302982d
|
2000-05-06T08:11:19
|
|
updated with instructions for support of both libxml-1.x and libxml-2.x
* doc/upgrade.html: updated with instructions for support of both
libxml-1.x and libxml-2.x
* doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
for 2.x support and also fixed includes
Daniel
|
|
496a1cf5
|
2000-05-03T14:20:55
|
|
revamped the encoding support, added iconv support, so now libxml if
* encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
the encoding support, added iconv support, so now libxml if
compiled with iconv automatically support japanese encodings
among others. Work based on initial patch from Yuan-Chen Cheng
I may have broken binary compat in the encoding handler
registration scheme, but that was so utterly broken I don't
expect anybody to have used this feature until now.
* parserInternals.h: fixup on the CHAR range macro
* xml-error.h, parser.c: catch URL/URI errors using the uri.c
code.
* tree.[ch]: added xmlBufferGrow(), was needed for iconv
* uri.c: added xmlParseURI() I can't believe I forgot to
implement this one in 2.0 !!!
* SAX.c: moved doc->encoding update in the endDocument() call.
* TODO: updated.
Iconv rules :-)
Daniel
|
|
06047432
|
2000-04-24T11:33:38
|
|
removed extraneous xmlRemoveProp definition added item about
* tree.h: removed extraneous xmlRemoveProp definition
* TODO: added item about --disable-corba configure switch
* tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
* nanoftp.c: fixed include problems giving troubles on AIX and
slowlaris
* xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
comment and headers changes to lower gtk-doc number of warnings
* doc/html/*: rebuilt docs
Daniel
|
|
e0aed304
|
2000-04-16T08:52:20
|
|
Updated the Hacking file with instructions, Daniel.
|
|
18b0ef6d
|
2000-04-12T13:52:48
|
|
Regenerated the docs after reinstalling Docbook stuff, Daniel.
|
|
5e873c46
|
2000-04-12T13:27:38
|
|
- speedup of IS_CHAR like macros, significant overall improvement
- More interfaces for new I/O functions: xmlNewIOInputStream,
xmlParserInputBufferCreateIO, xmlCreateIOParserCtxt
- added I/O test to xmllint
Daniel
|
|
fc708e2b
|
2000-04-08T13:17:27
|
|
- cosmetic changes from "Timur I. Bakeyev" <timur@bat.ru>
Daniel
|
|
5d211f4c
|
2000-04-07T17:00:24
|
|
libxml2 prerelease ?
- xmlIO cleanup, xmlRegisterInputCallbacks() for new input method
- fixed xmlPrevSibling and xmlNextSibling
- TODO: updated
- doc/* : updated/regenerated
Daniel
|
|
e77a918a
|
2000-04-05T19:12:29
|
|
added testURI.c, Daniel.
|
|
b2c4e1a2
|
2000-04-05T18:39:11
|
|
Removing tester.c, Daniel.
|
|
ce8b83b0
|
2000-04-05T18:38:42
|
|
Adding xmllint.c missing from CVs too, Daniel.
|
|
b9df404b
|
2000-04-05T14:23:16
|
|
Added xmlversion.h.in, Daniel
|
|
361d845d
|
2000-04-03T19:48:13
|
|
Work done on the plane, ready to release libxml2-2.0.0, Daniel
|
|
ec30341c
|
2000-03-24T13:41:54
|
|
uri.c uri.h: finished the escaping handling, the base support and the URI
path normalization.
Makefile.am: added instructions to generate testURI
TODO: updated
doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
added links and icons for W3C and Gnome
Daniel
|
|
8f621986
|
2000-03-20T13:07:15
|
|
- xmlmemory.[ch] commiting the files finally
- rebuilt/uploaded docs,
Daniel
|
|
3dd82e7c
|
2000-03-20T11:48:04
|
|
- TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to
- TODO: updated
- xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
libxml default allocation function with another set (like gmalloc/gfree).
- Makefile.am, uri.c, uri.h: added a set of functions to do exact (litteraly
copied from the RFC 2396 productions) parsing and handling of URI.
Daniel
|
|
edfb29b8
|
2000-03-14T19:59:05
|
|
Updated the docs, and configuratio/spec stuff to release is at libxml2 , daniel.
|
|
75c29218
|
2000-03-14T18:33:47
|
|
Added TODO, desactivated memory debug, ran make tests, daniel.
|
|
cf46199c
|
2000-03-14T18:30:20
|
|
This is the 2.0.0-beta, lots and lots and lots of changes
Have a look at http://xmlsoft.org/upgrade.html
Daniel
|
|
76234da1
|
2000-03-14T18:02:01
|
|
???, Daniel.
|
|
f13e1ed1
|
2000-03-06T07:41:49
|
|
Updated docs, Daniel.
|
|
3e6d237f
|
2000-03-04T11:39:43
|
|
Blanks handling function, added 2.x upgrade doc, Daniel
|
|
b566ce1d
|
2000-03-04T11:39:42
|
|
Rebuit doc finished closing a few bugs, Daniel.
|
|
fb76c40a
|
2000-03-04T11:39:42
|
|
Blanks handling function, added 2.x upgrade doc, Daniel
|
|
90fb02ca
|
2000-03-02T03:46:43
|
|
Trying another better solution at the <a> </a> problem, Daniel
|
|
83a30e7a
|
2000-03-02T03:33:32
|
|
Fixed #6766 and satrted working on white space handling, Daniel
|
|
88f00ae1
|
2000-03-02T00:15:55
|
|
Second patch from Paul Dubois, Daniel
|
|
6c8b1171
|
2000-03-01T00:40:41
|
|
Fixed with the update, daniel
|
|
402e8c88
|
2000-02-29T22:57:47
|
|
applied doc patch from Paul DuBois, Daniel
|
|
ae7cb7fe
|
2000-02-02T23:51:10
|
|
- added "libxml_la_LIBADD = @Z_LIBS@" to link libxml with proper libraries
list.
|
|
d0f7f74b
|
2000-02-02T17:42:48
|
|
Do a bit of bufferization in text mode, Daniel
|
|
5feb8495
|
2000-02-02T17:15:36
|
|
- Removing warnings on various paltforms
- closing bug #5281
Daniel
|
|
f341f930
|
2000-02-02T14:52:08
|
|
Patches for WIN32, Daniel.
|
|
13c757ef
|
2000-02-01T23:59:15
|
|
Commited the snprintf patch courtesy of George Katsirelos <gkatsi@cs.toronto.edu>, Daniel.
|
|
726e8796
|
2000-01-30T20:04:29
|
|
Fixed '#' and '?' stripping when processing URLs, Daniel.
|
|
3bde3e25
|
2000-01-30T20:00:07
|
|
Rebuit doc finished closing a few bugs, Daniel.
|
|
e41f2b74
|
2000-01-30T20:00:07
|
|
Released 1.8.6, Daniel.
|
|
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.
|
|
aeea04f1
|
2000-01-25T19:27:27
|
|
- cleaned up the FTP module, did the API, extracted docs
- regenerated and updated the docs
|
|
3a2ebddc
|
2000-01-25T19:27:27
|
|
Rebuit doc finished closing a few bugs, Daniel.
|
|
4f2915a8
|
2000-01-25T19:27:27
|
|
- cleaned up the FTP module, did the API, extracted docs
- regenerated and updated the docs
|
|
da07c34a
|
2000-01-25T18:31:22
|
|
- added a nano FTP module
- removed SNAP from RPM
- updated the status in doc
|
|
e3d88efb
|
2000-01-24T13:55:06
|
|
- bux fixes in XPath implementation
- fixed xml-config --version
- updated TODO
Daniel
|
|
461a66c9
|
2000-01-18T18:01:01
|
|
Candidate libxml-1.8.5, include jody libz patch, Daniel
|
|
f967b904
|
2000-01-17T16:06:10
|
|
Fixed a hideous bu in xmlGetProp, reported by Rune.Djurhuus@fast.no, Daniel.
|
|
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
|
|
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
|
|
2eac5039
|
2000-01-09T21:08:56
|
|
Added a Fragment function for Raph (DOM) Daniel.
|
|
f84f71f4
|
2000-01-05T19:54:23
|
|
Updated the HTML home page, Daniel.
|
|
9ec78f71
|
2000-01-05T16:31:25
|
|
Released 1.8.3, Daniel
|
|
f3a7358d
|
2000-01-05T14:58:39
|
|
Updated the documentation, Daniel
|
|
f686871b
|
2000-01-05T14:58:38
|
|
Rebuit doc finished closing a few bugs, Daniel.
|
|
24491f64
|
2000-01-05T14:58:38
|
|
Updated the documentation, Daniel
|
|
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
|
|
437b87b8
|
2000-01-03T17:30:46
|
|
fixed configure and Makefile to use readline in tester if available
rebuilt and updated the doc,
Daniel
|
|
686d6b6a
|
2000-01-03T11:08:02
|
|
- added xmlRemoveProp
- changed the way Windows socket stuff get included
- removed an indetermination xmLDecl/PI(xml...)
- xmlNewNs wasn't checking for double definition
- fixed a problem with dist-hook duplicates
- fixed the loading of external entities APIs, now xmlLoadExternalEntity()
is used everywhere
- now the xhtml spec validates with the xhtml DTD.
- error.c: fixed crashes in case of no input stream
- added the xhtml spec and dtds to the validation tests and results
Daniel
|
|
5e5c6235
|
1999-12-29T12:49:06
|
|
- Push mode for the HTML parser (new calls)
- Improved the memory debugger to provide content informations
- cleanups, last known mem leak killed
Daniel
|
|
be849cf3
|
1999-12-28T16:43:59
|
|
Rebuild the documentation, Daniel.
|
|
dbfd641b
|
1999-12-28T16:35:14
|
|
- 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
|
|
fef854d2
|
1999-12-22T11:31:10
|
|
Update to Changelog lost, Daniel.
|
|
3c558c37
|
1999-12-22T11:30:41
|
|
- fix for PIs name starting with xml
- fixed a potential problem with || and && ops
- generate win32config.h for those on the Other Side !
Daniel
|
|
0caf07a7
|
1999-12-21T16:25:49
|
|
Fixed = vs. == bug in parser.c (hrmless though) and type in sgml, Daniel.
|
|
5cb5ab8d
|
1999-12-21T15:35:29
|
|
- 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
|
|
f600e253
|
1999-12-18T15:32:46
|
|
- 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
|
|
b24054a0
|
1999-12-18T15:32:46
|
|
- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
|
|
e4e51317
|
1999-12-18T15:32:46
|
|
- 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
|
|
323c48c8
|
1999-12-18T15:32: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.
|
|
262f9cb7
|
1999-12-18T15:32:45
|
|
- 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
|
|
6d3bf1f4
|
1999-12-16T17:52:19
|
|
- fixed a nasty bug destroying default namespace and Dia :-(
introduced in 1.8.0
- closed bug #3950
Daniel
|
|
37846c63
|
1999-12-16T17:52:19
|
|
- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
|
|
62ba71e7
|
1999-12-16T17:52:19
|
|
- fixed a nasty bug destroying default namespace and Dia :-(
introduced in 1.8.0
- closed bug #3950
Daniel
|
|
944b5ff4
|
1999-12-15T19:08:24
|
|
A posteriori validation should now work,
Added --postvalid to tester program
Added xmlDocGetRootElement() to the API,
Daniel
|
|
82c305b6
|
1999-12-15T19:08:23
|
|
- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
|
|
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.
|
|
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
|
|
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
|
|
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
|