summaryrefslogtreecommitdiff
path: root/encoding.c
Commit message (Expand)AuthorAgeFilesLines
* Minor changes to comments, etc. for improving documentation generationWilliam M. Brack2003-08-151-3/+6
* applied UTF-16 encoding handling patch provided by Mark Itzcovitz moreDaniel Veillard2003-08-141-6/+16
* further small changes for warnings when configured with --with-iconv=noWilliam M. Brack2003-08-071-3/+7
* applying patch from Peter Jacobi to added ISO-8859-x encoding support whenDaniel Veillard2003-07-301-0/+1068
* fix the previous commit DanielDaniel Veillard2003-07-291-1/+1
* fixed problem with comments reported by Nick Kew added routinesWilliam M. Brack2003-07-291-0/+47
* small fix fixed an error message DanielDaniel Veillard2003-06-021-1/+1
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-1/+1
* applied Gennady's patch against buffer overrunIgor Zlatkovic2003-03-081-2/+7
* fixing bug #104646 about iconv based encoding conversion when the inputDaniel Veillard2003-02-101-0/+2
* fixing bug #103100 with a dummy UTF8ToUTF8 copy DanielDaniel Veillard2003-01-141-1/+38
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-1/+1
* fixed #99082 for xi:include encoding="..." support on text includes. addedDaniel Veillard2002-11-201-1/+1
* made xmlGetUTF8Char public DanielDaniel Veillard2002-10-221-1/+1
* Opening the interface xmlNewCharEncodingHandler as requested in #89415Daniel Veillard2002-08-011-1/+2
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-1/+1
* another peroformance patch from Peter Jacobi, that time on parsingDaniel Veillard2002-05-311-22/+21
* fixed a bug in the ISO-Latin 1 to UTF8 encoder raised by Morus WalterDaniel Veillard2002-03-211-2/+6
* preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18Daniel Veillard2002-03-181-0/+1
* Paul Keogh pointed out a possibility of segfault on repetedDaniel Veillard2002-01-081-0/+1
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-19/+19
* fix bug #63752 of compiling libxml with a non standard set of optionsDaniel Veillard2001-11-041-1/+1
* make the allocation be per-thread a configure option fixed compilationDaniel Veillard2001-10-151-0/+1
* preparing 2.4.6 release updated and rebuilt the docs fixed a number ofLIBXML_2_4_6Daniel Veillard2001-10-101-1/+1
* do not output hexadecimal charrefs when serializing HTML since someDaniel Veillard2001-09-141-1/+1
* Add cast to fix warning. Add include of <libxml/parser.h>.Darin Adler2001-07-271-1/+1
* Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%Daniel Veillard2001-07-181-3/+2
* cleanup of global variables, marking some const or private. DanielDaniel Veillard2001-07-161-2/+2
* Summer's cleanup, a really big one:Daniel Veillard2001-06-241-1/+1
* attempt to work around what seemed a gcc optimizer bug when handlingDaniel Veillard2001-06-211-41/+55
* - parser.c parserInternals.c encoding.c: Since Notepad on Win2kDaniel Veillard2001-06-201-0/+9
* - encoding.c: Robert Collins provided a patch to add theDaniel Veillard2001-05-311-0/+1
* - xpath.c encoding.[ch]: William M. Brack provided a set of UTF8Daniel Veillard2001-05-301-18/+216
* - TODO: updated - nanohttp.[ch] : started adding APIs to get theDaniel Veillard2001-05-281-31/+31
* - tree.c parser.c encoding.c: spent a bit more time lookingDaniel Veillard2001-04-301-11/+12
* trio upgrade and integrationBjorn Reese2001-04-211-7/+1
* - xpath.c: fixed xmlXPathNodeCollectAndTest() to do properDaniel Veillard2001-04-161-0/+41
* Huge cleanup, I switched to compile withDaniel Veillard2001-03-241-12/+10
* Revert directory structure changesOwen Taylor2001-02-231-0/+2078
* moved to libxml directory - this allow simplify automake/autoconf. NowCET 2001 Tomasz Kłoczko2001-02-231-2078/+0
* - encoding.c xmlIO.c: Fixing the problem reported by Marc SanfaconDaniel Veillard2001-01-041-3/+14
* General fixes, XPointer improvements:Daniel Veillard2000-11-241-2/+2
* patched to redirrect all "out of context" error messages toDaniel Veillard2000-10-251-38/+69
* libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, thisDaniel Veillard2000-08-261-2/+195
* Large sync between my W3C base and Gnome's one:Daniel Veillard2000-08-121-2/+19
* - nanohttp.c: fixed socklen_t replacement to unsigned intDaniel Veillard2000-07-211-2/+0
* - doc/encoding.html doc/xml.html: added I18N docDaniel Veillard2000-07-141-41/+259
* Work on character encoding support for the HTML parserDaniel Veillard2000-07-021-1/+1
* - win32config.h.in: updatedDaniel Veillard2000-06-301-7/+9
* - Large resync between W3C and Gnome treeDaniel Veillard2000-06-281-25/+375