| Commit message (Expand) | Author | Age | Files | Lines |
* | revamped the elfgcchack.h format to cope with gcc4 change of aliasing | Daniel Veillard | 2005-04-01 | 1 | -0/+2 |
* | fix unitinialized variable in not frequently used code bug #172182 Daniel | Daniel Veillard | 2005-03-31 | 1 | -1/+2 |
* | removed a static buffer in xmlByteConsumed(), as pointed by Ben Maurer, | Daniel Veillard | 2005-03-12 | 1 | -1/+1 |
* | fix the comment to describe the real return values lot of work on the | Daniel Veillard | 2005-02-16 | 1 | -2/+3 |
* | forgot a $(srcdir) stupid error wrong name #157976 Daniel | Daniel Veillard | 2004-11-11 | 1 | -1/+1 |
* | fixed a regression in iconv support. Daniel | Daniel Veillard | 2004-11-06 | 1 | -2/+4 |
* | autogenerate a minimal NULL value sequence for unknown pointer types This | Daniel Veillard | 2004-11-05 | 1 | -9/+30 |
* | Fixed bug #153937, making sure the conversion functions return the number | Daniel Veillard | 2004-10-31 | 1 | -11/+11 |
* | added the routine xmlNanoHTTPContentLength to the external API | William M. Brack | 2004-09-18 | 1 | -1/+1 |
* | applied fixes for the UTF8ToISO8859x transcoding routine suggested by Mark | William M. Brack | 2004-09-09 | 1 | -5/+6 |
* | many further little changes for OOM problems. Now seems to be getting | William M. Brack | 2004-07-31 | 1 | -0/+1 |
* | small patch to try to fix a warning with Sun One compiler Daniel | Daniel Veillard | 2004-02-21 | 1 | -1/+1 |
* | small patch removing a warning with MS compiler. Daniel | Daniel Veillard | 2004-02-21 | 1 | -1/+1 |
* | added xmlByteConsumed() interface updated the benchmark rebuilt the docs | Daniel Veillard | 2004-02-11 | 1 | -0/+75 |
* | applied patch supplied by Christophe Dubach to fix problem with | William M. Brack | 2004-02-10 | 1 | -1/+1 |
* | applied a small patch from Alfred Mickautsch to avoid an out of bound | Daniel Veillard | 2004-02-09 | 1 | -12/+7 |
* | moved string and UTF8 routines out of parser.c and encoding.c into a new | William M. Brack | 2004-01-06 | 1 | -385/+0 |
* | Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. Now | William M. Brack | 2003-11-28 | 1 | -69/+89 |
* | cleanup fix a funny typo converted the Schemas code to the new error | Daniel Veillard | 2003-10-10 | 1 | -1/+1 |
* | Okay this is scary but it is just adding a configure option to disable | Daniel Veillard | 2003-09-29 | 1 | -0/+18 |
* | further (final?) minor changes for compilation warnings. No change to | William M. Brack | 2003-09-27 | 1 | -2/+0 |
* | Minor changes to comments, etc. for improving documentation generation | William M. Brack | 2003-08-15 | 1 | -3/+6 |
* | applied UTF-16 encoding handling patch provided by Mark Itzcovitz more | Daniel Veillard | 2003-08-14 | 1 | -6/+16 |
* | further small changes for warnings when configured with --with-iconv=no | William M. Brack | 2003-08-07 | 1 | -3/+7 |
* | applying patch from Peter Jacobi to added ISO-8859-x encoding support when | Daniel Veillard | 2003-07-30 | 1 | -0/+1068 |
* | fix the previous commit Daniel | Daniel Veillard | 2003-07-29 | 1 | -1/+1 |
* | fixed problem with comments reported by Nick Kew added routines | William M. Brack | 2003-07-29 | 1 | -0/+47 |
* | small fix fixed an error message Daniel | Daniel Veillard | 2003-06-02 | 1 | -1/+1 |
* | added xmlMallocAtomic() to be used when allocating blocks which do not | Daniel Veillard | 2003-04-19 | 1 | -1/+1 |
* | applied Gennady's patch against buffer overrun | Igor Zlatkovic | 2003-03-08 | 1 | -2/+7 |
* | fixing bug #104646 about iconv based encoding conversion when the input | Daniel Veillard | 2003-02-10 | 1 | -0/+2 |
* | fixing bug #103100 with a dummy UTF8ToUTF8 copy Daniel | Daniel Veillard | 2003-01-14 | 1 | -1/+38 |
* | code cleanup, especially the function comments. fixed a small bug when | Daniel Veillard | 2002-12-10 | 1 | -1/+1 |
* | fixed #99082 for xi:include encoding="..." support on text includes. added | Daniel Veillard | 2002-11-20 | 1 | -1/+1 |
* | made xmlGetUTF8Char public Daniel | Daniel Veillard | 2002-10-22 | 1 | -1/+1 |
* | Opening the interface xmlNewCharEncodingHandler as requested in #89415 | Daniel Veillard | 2002-08-01 | 1 | -1/+2 |
* | replaced sprintf() with snprintf() to prevent possible buffer overflow | Aleksey Sanin | 2002-06-14 | 1 | -1/+1 |
* | another peroformance patch from Peter Jacobi, that time on parsing | Daniel Veillard | 2002-05-31 | 1 | -22/+21 |
* | fixed a bug in the ISO-Latin 1 to UTF8 encoder raised by Morus Walter | Daniel Veillard | 2002-03-21 | 1 | -2/+6 |
* | preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18 | Daniel Veillard | 2002-03-18 | 1 | -0/+1 |
* | Paul Keogh pointed out a possibility of segfault on repeted | Daniel Veillard | 2002-01-08 | 1 | -0/+1 |
* | applied 42 documentation patches from Charlie Bozeman. Regenerated the | Daniel Veillard | 2001-12-31 | 1 | -19/+19 |
* | fix bug #63752 of compiling libxml with a non standard set of options | Daniel Veillard | 2001-11-04 | 1 | -1/+1 |
* | make the allocation be per-thread a configure option fixed compilation | Daniel Veillard | 2001-10-15 | 1 | -0/+1 |
* | preparing 2.4.6 release updated and rebuilt the docs fixed a number ofLIBXML_2_4_6 | Daniel Veillard | 2001-10-10 | 1 | -1/+1 |
* | do not output hexadecimal charrefs when serializing HTML since some | Daniel Veillard | 2001-09-14 | 1 | -1/+1 |
* | Add cast to fix warning. Add include of <libxml/parser.h>. | Darin Adler | 2001-07-27 | 1 | -1/+1 |
* | Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% | Daniel Veillard | 2001-07-18 | 1 | -3/+2 |
* | cleanup of global variables, marking some const or private. Daniel | Daniel Veillard | 2001-07-16 | 1 | -2/+2 |
* | Summer's cleanup, a really big one: | Daniel Veillard | 2001-06-24 | 1 | -1/+1 |