1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00

Moved error.h to xml-error.h, associated fixed and updates, Daniel

This commit is contained in:
Daniel Veillard
1999-03-05 06:26:45 +00:00
parent bc50b59d36
commit d109e37b00
12 changed files with 29 additions and 22 deletions

View File

@@ -1,3 +1,10 @@
Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* Renamed error.h to xml-error.h, corrected Makefile.am to list
it in the header and not the sources, updated the doc.
Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
pointing this out.
Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* parser.c, parser.h, parserInternals.h: memory leak hunting,