1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
Commit Graph

4426 Commits

Author SHA1 Message Date
Daniel Veillard
f13e1ed19c Updated docs, Daniel. 2000-03-06 07:41:49 +00:00
Daniel Veillard
3e6d237ff7 Blanks handling function, added 2.x upgrade doc, Daniel 2000-03-04 11:39:43 +00:00
Daniel Veillard
b566ce1d28 Rebuit doc finished closing a few bugs, Daniel. 2000-03-04 11:39:42 +00:00
Daniel Veillard
fb76c40ad7 Blanks handling function, added 2.x upgrade doc, Daniel 2000-03-04 11:39:42 +00:00
Daniel Veillard
90fb02caaf Trying another better solution at the <a> </a> problem, Daniel 2000-03-02 03:46:43 +00:00
Daniel Veillard
83a30e7a16 Fixed #6766 and satrted working on white space handling, Daniel 2000-03-02 03:33:32 +00:00
Daniel Veillard
88f00ae133 Second patch from Paul Dubois, Daniel 2000-03-02 00:15:55 +00:00
Daniel Veillard
6c8b1171e1 Fixed with the update, daniel 2000-03-01 00:40:41 +00:00
Daniel Veillard
402e8c8865 applied doc patch from Paul DuBois, Daniel 2000-02-29 22:57:47 +00:00
Tomasz Kłoczko
ae7cb7fefb - added "libxml_la_LIBADD = @Z_LIBS@" to link libxml with proper libraries
list.
2000-02-02 23:51:10 +00:00
Daniel Veillard
d0f7f74b47 Do a bit of bufferization in text mode, Daniel 2000-02-02 17:42:48 +00:00
Daniel Veillard
5feb8495f4 - Removing warnings on various paltforms
- closing bug #5281
Daniel
2000-02-02 17:15:36 +00:00
Daniel Veillard
f341f93011 Patches for WIN32, Daniel. 2000-02-02 14:52:08 +00:00
Daniel Veillard
13c757ef89 Commited the snprintf patch courtesy of George Katsirelos <gkatsi@cs.toronto.edu>, Daniel. 2000-02-01 23:59:15 +00:00
Daniel Veillard
726e879614 Fixed '#' and '?' stripping when processing URLs, Daniel. 2000-01-30 20:04:29 +00:00
Daniel Veillard
3bde3e25e2 Rebuit doc finished closing a few bugs, Daniel. 2000-01-30 20:00:07 +00:00
Daniel Veillard
e41f2b74c5 Released 1.8.6, Daniel. 2000-01-30 20:00:07 +00:00
James Henstridge
f3be931a2e 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.
2000-01-28 13:59:21 +00:00
Daniel Veillard
aeea04f18f - cleaned up the FTP module, did the API, extracted docs
- regenerated and updated the docs
2000-01-25 19:27:27 +00:00
Daniel Veillard
3a2ebddcf7 Rebuit doc finished closing a few bugs, Daniel. 2000-01-25 19:27:27 +00:00
Daniel Veillard
4f2915a8a2 - cleaned up the FTP module, did the API, extracted docs
- regenerated and updated the docs
2000-01-25 19:27:27 +00:00
Daniel Veillard
da07c34a75 - added a nano FTP module
- removed SNAP from RPM
- updated the status in doc
2000-01-25 18:31:22 +00:00
Daniel Veillard
e3d88efb8d - bux fixes in XPath implementation
- fixed xml-config --version
- updated TODO

Daniel
2000-01-24 13:55:06 +00:00
Daniel Veillard
461a66c942 Candidate libxml-1.8.5, include jody libz patch, Daniel 2000-01-18 18:01:01 +00:00
Daniel Veillard
f967b904c2 Fixed a hideous bu in xmlGetProp, reported by Rune.Djurhuus@fast.no, Daniel. 2000-01-17 16:06:10 +00:00
Daniel Veillard
ad8f99df6b 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
2000-01-15 14:20:03 +00:00
Daniel Veillard
0142b84bbf 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
2000-01-14 14:45:24 +00:00
Daniel Veillard
2eac503994 Added a Fragment function for Raph (DOM) Daniel. 2000-01-09 21:08:56 +00:00
Daniel Veillard
f84f71f473 Updated the HTML home page, Daniel. 2000-01-05 19:54:23 +00:00
Daniel Veillard
9ec78f716a Released 1.8.3, Daniel 2000-01-05 16:31:25 +00:00
Daniel Veillard
f3a7358dca Updated the documentation, Daniel 2000-01-05 14:58:39 +00:00
Daniel Veillard
f686871b10 Rebuit doc finished closing a few bugs, Daniel. 2000-01-05 14:58:38 +00:00
Daniel Veillard
24491f64b0 Updated the documentation, Daniel 2000-01-05 14:58:38 +00:00
Daniel Veillard
71b656e067 - 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
2000-01-05 14:46:17 +00:00
Daniel Veillard
437b87b8cc fixed configure and Makefile to use readline in tester if available
rebuilt and updated the doc,
Daniel
2000-01-03 17:30:46 +00:00
Daniel Veillard
686d6b6ab1 - 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
2000-01-03 11:08:02 +00:00
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