aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
Commit message (Expand)AuthorAgeFilesLines
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fix unitinialized variable in not frequently used code bug #172182 DanielDaniel Veillard2005-03-311-1/+2
* removed a static buffer in xmlByteConsumed(), as pointed by Ben Maurer,Daniel Veillard2005-03-121-1/+1
* fix the comment to describe the real return values lot of work on theDaniel Veillard2005-02-161-2/+3
* forgot a $(srcdir) stupid error wrong name #157976 DanielDaniel Veillard2004-11-111-1/+1
* fixed a regression in iconv support. DanielDaniel Veillard2004-11-061-2/+4
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-9/+30
* Fixed bug #153937, making sure the conversion functions return the numberDaniel Veillard2004-10-311-11/+11
* added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack2004-09-181-1/+1
* applied fixes for the UTF8ToISO8859x transcoding routine suggested by MarkWilliam M. Brack2004-09-091-5/+6
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-0/+1
* small patch to try to fix a warning with Sun One compiler DanielDaniel Veillard2004-02-211-1/+1
* small patch removing a warning with MS compiler. DanielDaniel Veillard2004-02-211-1/+1
* added xmlByteConsumed() interface updated the benchmark rebuilt the docsDaniel Veillard2004-02-111-0/+75
* applied patch supplied by Christophe Dubach to fix problem withWilliam M. Brack2004-02-101-1/+1
* applied a small patch from Alfred Mickautsch to avoid an out of boundDaniel Veillard2004-02-091-12/+7
* moved string and UTF8 routines out of parser.c and encoding.c into a newWilliam M. Brack2004-01-061-385/+0
* Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. NowWilliam M. Brack2003-11-281-69/+89
* cleanup fix a funny typo converted the Schemas code to the new errorDaniel Veillard2003-10-101-1/+1
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-0/+18
* further (final?) minor changes for compilation warnings. No change toWilliam M. Brack2003-09-271-2/+0
* 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 newDaniel 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 ofDaniel 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