aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Work on character encoding support for the HTML parserDaniel Veillard2000-07-021-1/+1
| | | | | | Fixed some autoopen/autoclose probs for the HTML parser Fixed a potential memleak in the encoding stuff Daniel.
* - win32config.h.in: updatedDaniel Veillard2000-06-301-7/+9
| | | | | | | | | | | | | | - 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
* - Large resync between W3C and Gnome treeDaniel Veillard2000-06-281-25/+375
| | | | | | | | | | | | | | | | | | | - 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
* revamped the encoding support, added iconv support, so now libxml ifDaniel Veillard2000-05-031-177/+555
| | | | | | | | | | | | | | | | | | | | | | * 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
* Work done on the plane, ready to release libxml2-2.0.0, DanielDaniel Veillard2000-04-031-2/+2
|
* This is the 2.0.0-beta, lots and lots and lots of changesDaniel Veillard2000-03-141-88/+439
| | | | | | Have a look at http://xmlsoft.org/upgrade.html Daniel
* - fix for PIs name starting with xmlDaniel Veillard1999-12-221-1/+3
| | | | | | - fixed a potential problem with || and && ops - generate win32config.h for those on the Other Side ! Daniel
* - fixed a nasty bug destroying default namespace and Dia :-(Daniel Veillard1999-12-161-0/+3
| | | | | | introduced in 1.8.0 - closed bug #3950 Daniel
* Added cleanup routines, cleanup with -pedantic on linux, closed #3788, DanielDaniel Veillard1999-11-241-0/+23
|
* Attribute nomarlization closing bug #3597Daniel Veillard1999-11-171-20/+20
| | | | | | Small fixes in encoding.c First bits of real progressive parsing, Daniel
* Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4,Daniel Veillard1999-09-221-2/+8
| | | | etc... See Changelog, Daniel.
* Added memory debug wrappers, killed all detected memory leaks, DanielDaniel Veillard1999-09-021-6/+4
|
* Release 1.6, lot of fixes, more validation, code cleanup, added namespaceDaniel Veillard1999-08-291-4/+10
| | | | on attributes, Daniel.
* Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... DanielDaniel Veillard1999-08-101-0/+10
|
* Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, DanielDaniel Veillard1999-07-271-0/+1
|
* Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, DanielDaniel Veillard1999-06-221-1/+168
|
* Release of libxml-1.1, Daniel.Daniel Veillard1999-06-021-2/+2
|
* CORBA defines fixes, char encoding atodetection, DanielDaniel Veillard1999-05-291-0/+107
|
* Serious upgrade of internal subset support, setup for gtk-doc, DanielDaniel Veillard1999-02-221-4/+4
|
* Speed, conformance testing, more parsing, general improvements, Daniel.Daniel Veillard1999-01-171-2/+0
|
* CharRef handling, comments, formatting, pre UTF-8 handling, Daniel.Daniel Veillard1998-11-011-0/+11
|
* Changed the internals a lot for DOM, entity support, slight changes of API,Daniel Veillard1998-10-271-1/+1
| | | | more (if not all) formating of function comments, started documentation, Daniel.
* Set up the fonctions comment block, boring but useful, Daniel.Daniel Veillard1998-10-201-21/+43
|
* Added the UTF-8, UTF-16 and ISO Lat 1 conversion routines, not yet used, Daniel.Daniel Veillard1998-10-191-0/+175