mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
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
This commit is contained in:
@ -49,7 +49,7 @@ def callback(ctx, str):
|
||||
libxml2.registerErrorHandler(callback, None)
|
||||
|
||||
#
|
||||
# The dictionnary of tables required and the SQL command needed
|
||||
# The dictionary of tables required and the SQL command needed
|
||||
# to create them
|
||||
#
|
||||
TABLES={
|
||||
@ -434,7 +434,7 @@ def updateWordArchive(name, id, relevance):
|
||||
|
||||
#########################################################################
|
||||
# #
|
||||
# Word dictionnary and analysis routines #
|
||||
# Word dictionary and analysis routines #
|
||||
# #
|
||||
#########################################################################
|
||||
|
||||
|
Reference in New Issue
Block a user