mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
Moved error.h to xml-error.h, associated fixed and updates, Daniel
This commit is contained in:
@ -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>
|
Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||||
|
|
||||||
* parser.c, parser.h, parserInternals.h: memory leak hunting,
|
* parser.c, parser.h, parserInternals.h: memory leak hunting,
|
||||||
|
@ -15,7 +15,6 @@ libxml_la_SOURCES = \
|
|||||||
entities.c \
|
entities.c \
|
||||||
encoding.c \
|
encoding.c \
|
||||||
error.c \
|
error.c \
|
||||||
error.h \
|
|
||||||
parser.c \
|
parser.c \
|
||||||
debugXML.c \
|
debugXML.c \
|
||||||
tree.c \
|
tree.c \
|
||||||
@ -28,6 +27,7 @@ xmlinc_HEADERS = \
|
|||||||
parser.h \
|
parser.h \
|
||||||
parserInternals.h \
|
parserInternals.h \
|
||||||
debugXML.h \
|
debugXML.h \
|
||||||
|
xml-error.h \
|
||||||
tree.h \
|
tree.h \
|
||||||
valid.h
|
valid.h
|
||||||
|
|
||||||
|
2
SAX.c
2
SAX.c
@ -11,7 +11,7 @@
|
|||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
#include "parser.h"
|
#include "parser.h"
|
||||||
#include "entities.h"
|
#include "entities.h"
|
||||||
#include "error.h"
|
#include "xml-error.h"
|
||||||
|
|
||||||
/* #define DEBUG_SAX */
|
/* #define DEBUG_SAX */
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!entity parser SYSTEM "sgml/parser.sgml">
|
<!entity parser SYSTEM "sgml/parser.sgml">
|
||||||
<!entity tree SYSTEM "sgml/tree.sgml">
|
<!entity tree SYSTEM "sgml/tree.sgml">
|
||||||
<!entity entities SYSTEM "sgml/entities.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 valid SYSTEM "sgml/valid.sgml">
|
||||||
<!entity parserInternals SYSTEM "sgml/parserInternals.sgml">
|
<!entity parserInternals SYSTEM "sgml/parserInternals.sgml">
|
||||||
]>
|
]>
|
||||||
|
@ -58,8 +58,8 @@ HREF="gnome-xml-valid.html"
|
|||||||
> — one line description goes here.</DT
|
> — one line description goes here.</DT
|
||||||
><DT
|
><DT
|
||||||
><A
|
><A
|
||||||
HREF="gnome-xml-error.html"
|
HREF="gnome-xml-xml-error.html"
|
||||||
>error</A
|
>xml-error</A
|
||||||
> — one line description goes here.</DT
|
> — one line description goes here.</DT
|
||||||
><DT
|
><DT
|
||||||
><A
|
><A
|
||||||
|
@ -12,8 +12,8 @@ REL="UP"
|
|||||||
TITLE="Gnome XML Library"
|
TITLE="Gnome XML Library"
|
||||||
HREF="libxml.html"><LINK
|
HREF="libxml.html"><LINK
|
||||||
REL="PREVIOUS"
|
REL="PREVIOUS"
|
||||||
TITLE="error"
|
TITLE="xml-error"
|
||||||
HREF="gnome-xml-error.html"></HEAD
|
HREF="gnome-xml-xml-error.html"></HEAD
|
||||||
><BODY
|
><BODY
|
||||||
BGCOLOR="#FFFFFF"
|
BGCOLOR="#FFFFFF"
|
||||||
TEXT="#000000"
|
TEXT="#000000"
|
||||||
@ -36,7 +36,7 @@ WIDTH="10%"
|
|||||||
ALIGN="left"
|
ALIGN="left"
|
||||||
VALIGN="bottom"
|
VALIGN="bottom"
|
||||||
><A
|
><A
|
||||||
HREF="gnome-xml-error.html"
|
HREF="gnome-xml-xml-error.html"
|
||||||
>Prev</A
|
>Prev</A
|
||||||
></TD
|
></TD
|
||||||
><TD
|
><TD
|
||||||
@ -5459,7 +5459,7 @@ WIDTH="33%"
|
|||||||
ALIGN="left"
|
ALIGN="left"
|
||||||
VALIGN="top"
|
VALIGN="top"
|
||||||
><A
|
><A
|
||||||
HREF="gnome-xml-error.html"
|
HREF="gnome-xml-xml-error.html"
|
||||||
>Prev</A
|
>Prev</A
|
||||||
></TD
|
></TD
|
||||||
><TD
|
><TD
|
||||||
@ -5481,7 +5481,7 @@ VALIGN="top"
|
|||||||
WIDTH="33%"
|
WIDTH="33%"
|
||||||
ALIGN="left"
|
ALIGN="left"
|
||||||
VALIGN="top"
|
VALIGN="top"
|
||||||
>error</TD
|
>xml-error</TD
|
||||||
><TD
|
><TD
|
||||||
WIDTH="34%"
|
WIDTH="34%"
|
||||||
ALIGN="center"
|
ALIGN="center"
|
||||||
|
@ -15,8 +15,8 @@ REL="PREVIOUS"
|
|||||||
TITLE="entities"
|
TITLE="entities"
|
||||||
HREF="gnome-xml-entities.html"><LINK
|
HREF="gnome-xml-entities.html"><LINK
|
||||||
REL="NEXT"
|
REL="NEXT"
|
||||||
TITLE="error"
|
TITLE="xml-error"
|
||||||
HREF="gnome-xml-error.html"></HEAD
|
HREF="gnome-xml-xml-error.html"></HEAD
|
||||||
><BODY
|
><BODY
|
||||||
BGCOLOR="#FFFFFF"
|
BGCOLOR="#FFFFFF"
|
||||||
TEXT="#000000"
|
TEXT="#000000"
|
||||||
@ -52,7 +52,7 @@ WIDTH="10%"
|
|||||||
ALIGN="right"
|
ALIGN="right"
|
||||||
VALIGN="bottom"
|
VALIGN="bottom"
|
||||||
><A
|
><A
|
||||||
HREF="gnome-xml-error.html"
|
HREF="gnome-xml-xml-error.html"
|
||||||
>Next</A
|
>Next</A
|
||||||
></TD
|
></TD
|
||||||
></TR
|
></TR
|
||||||
@ -2103,7 +2103,7 @@ WIDTH="33%"
|
|||||||
ALIGN="right"
|
ALIGN="right"
|
||||||
VALIGN="top"
|
VALIGN="top"
|
||||||
><A
|
><A
|
||||||
HREF="gnome-xml-error.html"
|
HREF="gnome-xml-xml-error.html"
|
||||||
>Next</A
|
>Next</A
|
||||||
></TD
|
></TD
|
||||||
></TR
|
></TR
|
||||||
@ -2125,7 +2125,7 @@ HREF="libxml.html"
|
|||||||
WIDTH="33%"
|
WIDTH="33%"
|
||||||
ALIGN="right"
|
ALIGN="right"
|
||||||
VALIGN="top"
|
VALIGN="top"
|
||||||
>error</TD
|
>xml-error</TD
|
||||||
></TR
|
></TR
|
||||||
></TABLE
|
></TABLE
|
||||||
></DIV
|
></DIV
|
||||||
|
@ -179,9 +179,9 @@
|
|||||||
<ANCHOR id ="XMLCOPYATTRIBUTETABLE" href="gnome-xml/gnome-xml-valid.html#XMLCOPYATTRIBUTETABLE">
|
<ANCHOR id ="XMLCOPYATTRIBUTETABLE" href="gnome-xml/gnome-xml-valid.html#XMLCOPYATTRIBUTETABLE">
|
||||||
<ANCHOR id ="XMLFREEATTRIBUTETABLE" href="gnome-xml/gnome-xml-valid.html#XMLFREEATTRIBUTETABLE">
|
<ANCHOR id ="XMLFREEATTRIBUTETABLE" href="gnome-xml/gnome-xml-valid.html#XMLFREEATTRIBUTETABLE">
|
||||||
<ANCHOR id ="XMLDUMPATTRIBUTETABLE" href="gnome-xml/gnome-xml-valid.html#XMLDUMPATTRIBUTETABLE">
|
<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 ="GNOME-XML-XML-ERROR" href="gnome-xml/gnome-xml-xml-error.html">
|
||||||
<ANCHOR id ="XMLPARSERERROR" href="gnome-xml/gnome-xml-error.html#XMLPARSERERROR">
|
<ANCHOR id ="XMLPARSERERROR" href="gnome-xml/gnome-xml-xml-error.html#XMLPARSERERROR">
|
||||||
<ANCHOR id ="XMLPARSERWARNING" href="gnome-xml/gnome-xml-error.html#XMLPARSERWARNING">
|
<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 ="GNOME-XML-PARSERINTERNALS" href="gnome-xml/gnome-xml-parserinternals.html">
|
||||||
<ANCHOR id ="XMLCREATEDOCPARSERCTXT" href="gnome-xml/gnome-xml-parserinternals.html#XMLCREATEDOCPARSERCTXT">
|
<ANCHOR id ="XMLCREATEDOCPARSERCTXT" href="gnome-xml/gnome-xml-parserinternals.html#XMLCREATEDOCPARSERCTXT">
|
||||||
<ANCHOR id ="XMLCREATEFILEPARSERCTXT" href="gnome-xml/gnome-xml-parserinternals.html#XMLCREATEFILEPARSERCTXT">
|
<ANCHOR id ="XMLCREATEFILEPARSERCTXT" href="gnome-xml/gnome-xml-parserinternals.html#XMLCREATEFILEPARSERCTXT">
|
||||||
|
@ -93,8 +93,8 @@ HREF="gnome-xml-valid.html"
|
|||||||
> — one line description goes here.</DT
|
> — one line description goes here.</DT
|
||||||
><DT
|
><DT
|
||||||
><A
|
><A
|
||||||
HREF="gnome-xml-error.html"
|
HREF="gnome-xml-xml-error.html"
|
||||||
>error</A
|
>xml-error</A
|
||||||
> — one line description goes here.</DT
|
> — one line description goes here.</DT
|
||||||
><DT
|
><DT
|
||||||
><A
|
><A
|
||||||
|
@ -141,7 +141,7 @@ extern xmlSAXLocator xmlDefaultSAXLocator;
|
|||||||
extern xmlSAXHandler xmlDefaultSAXHandler;
|
extern xmlSAXHandler xmlDefaultSAXHandler;
|
||||||
|
|
||||||
#include "entities.h"
|
#include "entities.h"
|
||||||
#include "error.h"
|
#include "xml-error.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CHAR handling
|
* CHAR handling
|
||||||
|
2
parser.h
2
parser.h
@ -141,7 +141,7 @@ extern xmlSAXLocator xmlDefaultSAXLocator;
|
|||||||
extern xmlSAXHandler xmlDefaultSAXHandler;
|
extern xmlSAXHandler xmlDefaultSAXHandler;
|
||||||
|
|
||||||
#include "entities.h"
|
#include "entities.h"
|
||||||
#include "error.h"
|
#include "xml-error.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CHAR handling
|
* CHAR handling
|
||||||
|
Reference in New Issue
Block a user