diff options
author | William M. Brack <wbrack@src.gnome.org> | 2007-01-11 03:13:13 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2007-01-11 03:13:13 +0000 |
commit | 40e7c29b35c975e4b7ff6275a9f8aaca24a4a86c (patch) | |
tree | ce0476e8d46fa9bebf8b289617f3e9a521dae702 /NEWS | |
parent | 7581a7896fbf2d9216622b54265ed202692ea006 (diff) | |
download | libxslt-40e7c29b35c975e4b7ff6275a9f8aaca24a4a86c.tar.gz libxslt-40e7c29b35c975e4b7ff6275a9f8aaca24a4a86c.tar.bz2 libxslt-40e7c29b35c975e4b7ff6275a9f8aaca24a4a86c.zip |
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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -70,7 +70,7 @@ http://cvs.gnome.org/viewcvs/libxslt/ - bug fixes: negative number formatting (William Brack), number formatting per mille definition (William Brack), XInclude default values (William), text copy bugs (William), bug related to xmlXPathContext size, - reuse libxml2 memory management for text nodes, dictionnary text bug, + reuse libxml2 memory management for text nodes, dictionary text bug, forbid variables in match (needs libxml2-2.6.21) - improvements: EXSLT dyn:map (Mark Vakoc), - documentation: EXSLT date and time functions namespace in man (Jonathan @@ -85,7 +85,7 @@ http://cvs.gnome.org/viewcvs/libxslt/ select, xinclude and document() problem, build outside of source tree (Mike Castle) - improvement: added a --nodict mode to xsltproc to check problems for - docuemtns without dictionnaries + docuemtns without dictionaries 1.1.13: Mar 13 2005: @@ -99,7 +99,7 @@ http://cvs.gnome.org/viewcvs/libxslt/ (Aleksey Gurtovoy), pattern expression fixes (William Brack), out of memory detection misses (William), parserOptions propagation (William), exclude-result-prefixes fix (William), // patten fix (William). - - extensions: module support (Joel Reed), dictionnary based speedups + - extensions: module support (Joel Reed), dictionary based speedups trying to get rid of xmlStrEqual as much as possible. - documentation: added Wiki (Joel Reed) @@ -172,14 +172,14 @@ http://cvs.gnome.org/viewcvs/libxslt/ 1.1.5: Mar 23 2004: - - performance: use dictionnary lookup for variables + - performance: use dictionary lookup for variables - remove use of _private from source documents - cleanup of "make tests" output - bugfixes: AVT in local variables, use localtime_r to avoid thread troubles (William), dictionary handling bug (William), limited number of stubstitutions in AVT (William), tokenize fix for UTF-8 (William), superfluous namespace (William), xsltproc error code on - <xsl:message> halt, OpenVMS fix, dictionnary reference counting + <xsl:message> halt, OpenVMS fix, dictionary reference counting change. @@ -192,7 +192,7 @@ http://cvs.gnome.org/viewcvs/libxslt/ 1.1.3: Feb 16 2004: - Rewrote the Attribute Value Template code, new XPath compilation - interfaces, dictionnary reuses for XSLT with potential for serious + interfaces, dictionary reuses for XSLT with potential for serious performance improvements. - bug fixes: portability (William Brack), key() in node-set() results (William), comment before doctype (William), math and node-set() problems |