| OLD | NEW |
| 1 Fri Jul 10 16:11:34 CEST 2009 Daniel Veillard <daniel@veillard.com> | 1 Fri Jul 10 16:11:34 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 2 | 2 |
| 3 * parser.c: fix a regression in entity parsing when using the reader | 3 * parser.c: fix a regression in entity parsing when using the reader |
| 4 introduced because we were not reusing _private on entities parsing | 4 introduced because we were not reusing _private on entities parsing |
| 5 context | 5 context |
| 6 | 6 |
| 7 Thu Jul 9 10:21:00 CEST 2009 Daniel Veillard <daniel@veillard.com> | 7 Thu Jul 9 10:21:00 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 8 | 8 |
| 9 Aleksey Sanin support for c14n 1.1 | 9 Aleksey Sanin support for c14n 1.1 |
| 10 * c14n.c include/libxml/c14n.h: adds support for C14N 1.1, | 10 * c14n.c include/libxml/c14n.h: adds support for C14N 1.1, |
| (...skipping 8121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8132 | 8132 |
| 8133 * SAX2.c pattern.c: removed some compilation warnings | 8133 * SAX2.c pattern.c: removed some compilation warnings |
| 8134 | 8134 |
| 8135 Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com> | 8135 Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 8136 | 8136 |
| 8137 * xmllint.c: fixing bug #119264 xmllint failing to report | 8137 * xmllint.c: fixing bug #119264 xmllint failing to report |
| 8138 serialization errors in some cases. | 8138 serialization errors in some cases. |
| 8139 | 8139 |
| 8140 Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com> | 8140 Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 8141 | 8141 |
| 8142 » * entities.c: fixed an XML entites content serialization | 8142 » * entities.c: fixed an XML entities content serialization |
| 8143 potentially triggered by XInclude, see #126817 | 8143 potentially triggered by XInclude, see #126817 |
| 8144 | 8144 |
| 8145 Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com> | 8145 Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 8146 | 8146 |
| 8147 * xmlwriter.c: applied the patch to xmlTextWriterStartPI() | 8147 * xmlwriter.c: applied the patch to xmlTextWriterStartPI() |
| 8148 suggested by Daniel Schulman in #128313 | 8148 suggested by Daniel Schulman in #128313 |
| 8149 | 8149 |
| 8150 Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com> | 8150 Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 8151 | 8151 |
| 8152 * configure.in Makefile.am: another patch from Kenneth Haley | 8152 * configure.in Makefile.am: another patch from Kenneth Haley |
| (...skipping 11516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 19669 Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org> | 19669 Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19670 | 19670 |
| 19671 * integrated code developped at W3C | 19671 * integrated code developped at W3C |
| 19672 * changed the original Copyright | 19672 * changed the original Copyright |
| 19673 * migrated to automake | 19673 * migrated to automake |
| 19674 * prefixed the filenames by xml_ to avoid filename clashes | 19674 * prefixed the filenames by xml_ to avoid filename clashes |
| 19675 | 19675 |
| 19676 # | 19676 # |
| 19677 # vim: set enc=utf-8 | 19677 # vim: set enc=utf-8 |
| 19678 # | 19678 # |
| OLD | NEW |