1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +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,

View File

@ -15,7 +15,6 @@ libxml_la_SOURCES = \
entities.c \
encoding.c \
error.c \
error.h \
parser.c \
debugXML.c \
tree.c \
@ -28,6 +27,7 @@ xmlinc_HEADERS = \
parser.h \
parserInternals.h \
debugXML.h \
xml-error.h \
tree.h \
valid.h

2
SAX.c
View File

@ -11,7 +11,7 @@
#include "tree.h"
#include "parser.h"
#include "entities.h"
#include "error.h"
#include "xml-error.h"
/* #define DEBUG_SAX */

View File

@ -2,7 +2,7 @@
<!entity parser SYSTEM "sgml/parser.sgml">
<!entity tree SYSTEM "sgml/tree.sgml">
<!entity entities SYSTEM "sgml/entities.sgml">
<!entity error SYSTEM "sgml/error.sgml">
<!entity error SYSTEM "sgml/xml-error.sgml">
<!entity valid SYSTEM "sgml/valid.sgml">
<!entity parserInternals SYSTEM "sgml/parserInternals.sgml">
]>

View File

@ -58,8 +58,8 @@ HREF="gnome-xml-valid.html"
> &#8212; one line description goes here.</DT
><DT
><A
HREF="gnome-xml-error.html"
>error</A
HREF="gnome-xml-xml-error.html"
>xml-error</A
> &#8212; one line description goes here.</DT
><DT
><A

View File

@ -12,8 +12,8 @@ REL="UP"
TITLE="Gnome XML Library"
HREF="libxml.html"><LINK
REL="PREVIOUS"
TITLE="error"
HREF="gnome-xml-error.html"></HEAD
TITLE="xml-error"
HREF="gnome-xml-xml-error.html"></HEAD
><BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
@ -36,7 +36,7 @@ WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="gnome-xml-error.html"
HREF="gnome-xml-xml-error.html"
>Prev</A
></TD
><TD
@ -5459,7 +5459,7 @@ WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="gnome-xml-error.html"
HREF="gnome-xml-xml-error.html"
>Prev</A
></TD
><TD
@ -5481,7 +5481,7 @@ VALIGN="top"
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>error</TD
>xml-error</TD
><TD
WIDTH="34%"
ALIGN="center"

View File

@ -15,8 +15,8 @@ REL="PREVIOUS"
TITLE="entities"
HREF="gnome-xml-entities.html"><LINK
REL="NEXT"
TITLE="error"
HREF="gnome-xml-error.html"></HEAD
TITLE="xml-error"
HREF="gnome-xml-xml-error.html"></HEAD
><BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
@ -52,7 +52,7 @@ WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="gnome-xml-error.html"
HREF="gnome-xml-xml-error.html"
>Next</A
></TD
></TR
@ -2103,7 +2103,7 @@ WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="gnome-xml-error.html"
HREF="gnome-xml-xml-error.html"
>Next</A
></TD
></TR
@ -2125,7 +2125,7 @@ HREF="libxml.html"
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>error</TD
>xml-error</TD
></TR
></TABLE
></DIV

View File

@ -179,9 +179,9 @@
<ANCHOR id ="XMLCOPYATTRIBUTETABLE" href="gnome-xml/gnome-xml-valid.html#XMLCOPYATTRIBUTETABLE">
<ANCHOR id ="XMLFREEATTRIBUTETABLE" href="gnome-xml/gnome-xml-valid.html#XMLFREEATTRIBUTETABLE">
<ANCHOR id ="XMLDUMPATTRIBUTETABLE" href="gnome-xml/gnome-xml-valid.html#XMLDUMPATTRIBUTETABLE">
<ANCHOR id ="GNOME-XML-ERROR" href="gnome-xml/gnome-xml-error.html">
<ANCHOR id ="XMLPARSERERROR" href="gnome-xml/gnome-xml-error.html#XMLPARSERERROR">
<ANCHOR id ="XMLPARSERWARNING" href="gnome-xml/gnome-xml-error.html#XMLPARSERWARNING">
<ANCHOR id ="GNOME-XML-XML-ERROR" href="gnome-xml/gnome-xml-xml-error.html">
<ANCHOR id ="XMLPARSERERROR" href="gnome-xml/gnome-xml-xml-error.html#XMLPARSERERROR">
<ANCHOR id ="XMLPARSERWARNING" href="gnome-xml/gnome-xml-xml-error.html#XMLPARSERWARNING">
<ANCHOR id ="GNOME-XML-PARSERINTERNALS" href="gnome-xml/gnome-xml-parserinternals.html">
<ANCHOR id ="XMLCREATEDOCPARSERCTXT" href="gnome-xml/gnome-xml-parserinternals.html#XMLCREATEDOCPARSERCTXT">
<ANCHOR id ="XMLCREATEFILEPARSERCTXT" href="gnome-xml/gnome-xml-parserinternals.html#XMLCREATEFILEPARSERCTXT">

View File

@ -93,8 +93,8 @@ HREF="gnome-xml-valid.html"
> &#8212; one line description goes here.</DT
><DT
><A
HREF="gnome-xml-error.html"
>error</A
HREF="gnome-xml-xml-error.html"
>xml-error</A
> &#8212; one line description goes here.</DT
><DT
><A

View File

@ -141,7 +141,7 @@ extern xmlSAXLocator xmlDefaultSAXLocator;
extern xmlSAXHandler xmlDefaultSAXHandler;
#include "entities.h"
#include "error.h"
#include "xml-error.h"
/*
* CHAR handling

View File

@ -141,7 +141,7 @@ extern xmlSAXLocator xmlDefaultSAXLocator;
extern xmlSAXHandler xmlDefaultSAXHandler;
#include "entities.h"
#include "error.h"
#include "xml-error.h"
/*
* CHAR handling