added new function replace from Joel Reed. added new test case for above.
authorWilliam M. Brack <wbrack@src.gnome.org>
Thu, 11 Jan 2007 03:13:13 +0000 (03:13 +0000)
committerWilliam M. Brack <wbrack@src.gnome.org>
Thu, 11 Jan 2007 03:13:13 +0000 (03:13 +0000)
commit40e7c29b35c975e4b7ff6275a9f8aaca24a4a86c
treece0476e8d46fa9bebf8b289617f3e9a521dae702
parent7581a7896fbf2d9216622b54265ed202692ea006
added new function replace from Joel Reed. added new test case for above.

        * libexslt/strings.c: added new function replace from Joel
          Reed.
        * tests/exslt/Makefile.am, replace.1.xml, replace.1.xsl,
          replace.1.out: added new test case for above.
        * libxslt.spec.in: trivial change from Gnome to GNOME
        * configure.in: trivial change for flags on my compilations
        * libxslt/documents.c, libxslt/documents.h, libxslt/keys.c,
          libxslt/keys.h, libxslt/variables.c, libxslt/templates.c,
          libxslt/transform.c, libxslt/variables.c, libxslt/xslt.c,
          libxslt/xsltutils.c: fixed some documentation/comments and
          compilation warnings - no change to logic.
        * re-generated the documentation.

svn path=/trunk/; revision=1413
44 files changed:
ChangeLog
NEWS
configure.in
doc/APIchunk0.html
doc/APIchunk1.html
doc/APIchunk2.html
doc/APIchunk3.html
doc/APIchunk4.html
doc/APIchunk5.html
doc/APIchunk6.html
doc/APIchunk7.html
doc/APIchunk8.html
doc/APIchunk9.html
doc/APIfiles.html
doc/APIfunctions.html
doc/APIsymbols.html
doc/Makefile.am
doc/html/libxslt-transform.html
doc/index.py
doc/libxslt-api.xml
doc/libxslt-refs.xml
doc/news.html
doc/python.html
doc/xslt.html
doc/xsltproc.1
libexslt/strings.c
libxslt.spec.in
libxslt/documents.c
libxslt/documents.h
libxslt/keys.c
libxslt/keys.h
libxslt/templates.c
libxslt/transform.c
libxslt/variables.c
libxslt/xslt.c
libxslt/xsltInternals.h
libxslt/xsltutils.c
python/libxslt-python-api.xml
python/libxslt.c
tests/exslt/strings/Makefile.am
tests/exslt/strings/replace.1.out [new file with mode: 0644]
tests/exslt/strings/replace.1.xml [new file with mode: 0644]
tests/exslt/strings/replace.1.xsl [new file with mode: 0644]
win32/libxslt.def.src