diff options
author | Thomas Broyer <tbroyer@src.gnome.org> | 2001-07-15 23:24:13 +0000 |
---|---|---|
committer | Thomas Broyer <tbroyer@src.gnome.org> | 2001-07-15 23:24:13 +0000 |
commit | e98a65f34db9bd9fb435a6c9f847709af24968e3 (patch) | |
tree | b2d8b5dba75e69470e638210217a74025d1e82e2 /ChangeLog | |
parent | 6ab14c960ef3ee4adadcad154ee5627d33b5f3d6 (diff) | |
download | libxslt-e98a65f34db9bd9fb435a6c9f847709af24968e3.tar.gz libxslt-e98a65f34db9bd9fb435a6c9f847709af24968e3.tar.bz2 libxslt-e98a65f34db9bd9fb435a6c9f847709af24968e3.zip |
some more generated files to ignore utils.h not installed anymore changed
* libexslt/.cvsignore: some more generated files to ignore
* libexslt/Makefile.am: utils.h not installed anymore
* libexslt/common.c libexslt/exslt.[ch] libexslt/functions.c
libexslt/math.c libexslt/sets.c:
changed function prefix from exsl* to exslt*
{common.c,exslt.c} moved exsltLib{rary,exslt,xslt,xml}Version
from common.c to exslt.c
{common.c} removed exslNodeSetFunction, uses xsltFunctionNodeSet
instead
* libxslt/extra.c: fixed xsltFunctionNodeSet to accept
XPATH_NODESET arguments in addition to XPATH_XSLT_TREE
* xsltproc/xsltproc.c: updated to use the new function prefix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2001-07-16 Thomas Broyer <tbroyer@ltgt.net> + + * libexslt/.cvsignore: some more generated files to ignore + * libexslt/Makefile.am: utils.h not installed anymore + * libexslt/common.c libexslt/exslt.[ch] libexslt/functions.c + libexslt/math.c libexslt/sets.c: + changed function prefix from exsl* to exslt* + {common.c,exslt.c} moved exsltLib{rary,exslt,xslt,xml}Version + from common.c to exslt.c + {common.c} removed exslNodeSetFunction, uses xsltFunctionNodeSet + instead + * libxslt/extra.c: fixed xsltFunctionNodeSet to accept + XPATH_NODESET arguments in addition to XPATH_XSLT_TREE + * xsltproc/xsltproc.c: updated to use the new function prefix + 2001-07-15 Darin Adler <darin@bentspoon.com> * libxslt/.cvsignore: |