summaryrefslogtreecommitdiff
path: root/catalog.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-04-18 12:34:58 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-04-18 12:34:58 +0000
commit3e59fc52d52a7e07a9dbf214893d90c965b53c1c (patch)
tree31eba8b02b65f1fc8003ed56ba658893a14fed40 /catalog.c
parente81765f61094eee43dd09b99736927e373ce2c00 (diff)
downloadlibxml2-3e59fc52d52a7e07a9dbf214893d90c965b53c1c.tar.gz
added support for large file, tested with a 3+GB instance, and some
* libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c: added support for large file, tested with a 3+GB instance, and some cleanup. * catalog.c: added a TODO * Makefile.am: added some "make tests" comments Daniel
Diffstat (limited to 'catalog.c')
-rw-r--r--catalog.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/catalog.c b/catalog.c
index 040d99ca..a9dc3a48 100644
--- a/catalog.c
+++ b/catalog.c
@@ -47,6 +47,11 @@
* TODO:
*
* macro to flag unimplemented blocks
+ * XML_CATALOG_PREFER user env to select between system/public prefered
+ * option. C.f. Richard Tobin <richard@cogsci.ed.ac.uk>
+ *> Just FYI, I am using an environment variable XML_CATALOG_PREFER with
+ *> values "system" and "public". I have made the default be "system" to
+ *> match yours.
*/
#define TODO \
xmlGenericError(xmlGenericErrorContext, \