Integrating EXSLT and cleanup:
authorDaniel Veillard <veillard@src.gnome.org>
Sun, 15 Jul 2001 18:30:53 +0000 (18:30 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Sun, 15 Jul 2001 18:30:53 +0000 (18:30 +0000)
commita476e34b2eaebfcd05effe37130b993222c7fac7
treec566a77f825b36afa7414b7720271f73bfc506c8
parentfbfb6cde74e8fe906f69f12f6a82a665b9f3ed14
Integrating EXSLT and cleanup:
* Makefile.am configure.in libexslt/Makefile.am:
  Integration of libexslt in the build system
* libxslt/Makefile.am libxslt/xsltproc.c libxslt/xsltutils.c
  xsltproc/Makefile.am xsltproc/xsltproc.c:
  Moved xsltproc to a separate directory, linked it to libexslt,
  and added exslt version reports to -V
* tests/*/Makefile.am: updated the path to xsltproc
* libexslt/common.c libexslt/exslt.h libexslt/exsltconfig.h.in
  libexslt/functions.c libexslt/math.c libexslt/sets.c: added
  versionning informations, some cleanup, and added documentation
  to a couple of exported functions
Daniel
26 files changed:
ChangeLog
Makefile.am
configure.in
libexslt/Makefile.am
libexslt/common.c
libexslt/exslt.h
libexslt/exsltconfig.h.in [new file with mode: 0644]
libexslt/functions.c
libexslt/math.c
libexslt/sets.c
libxslt/Makefile.am
libxslt/xsltutils.c
tests/REC/Makefile.am
tests/REC1/Makefile.am
tests/REC2/Makefile.am
tests/XSLTMark/Makefile.am
tests/docbook/Makefile.am
tests/documents/Makefile.am
tests/extensions/Makefile.am
tests/general/Makefile.am
tests/multiple/Makefile.am
tests/namespaces/Makefile.am
tests/numbers/Makefile.am
tests/xmlspec/Makefile.am
xsltproc/Makefile.am [new file with mode: 0644]
xsltproc/xsltproc.c [moved from libxslt/xsltproc.c with 95% similarity]