preparing 1.0.14 updated rebuilt implemented the IN_LIBXSLT and
[platform/upstream/libxslt.git] / libxslt / numbers.c
2002-03-18 Daniel Veillardpreparing 1.0.14 updated rebuilt implemented the IN_LIB...
2002-02-10 Daniel Veillardadding extra run-time informations to make the styleshe...
2002-02-10 Daniel Veillardtrying to fix #68759 Daniel
2002-01-14 Daniel Veillardthe xsl:number implementation incorrectly cached the...
2001-10-25 Thomas Broyertake NaN and infinity attributes of xsl:decimal-format...
2001-10-17 Thomas Broyerreworked internal representation of tokenized number...
2001-10-14 Thomas Broyerimplement initial non-alphanumeric token handling in...
2001-10-07 Daniel Veillardfixed bug #61070, number ANY formatting should be faste...
2001-10-06 Daniel VeillardPrevious patch was wrong, more work needed, rolling...
2001-10-06 Daniel Veillardtrying to fix bug #61070, seems there is still a couple...
2001-09-14 Daniel VeillardFixing bug #60415 added a specific example in the regre...
2001-08-26 Daniel Veillardremoved a couple of warning raised by the Windows compi...
2001-08-21 Daniel Veillarduse xmlXPathIsNaN() and xmlXPathIsInf() tag a potential...
2001-08-21 Bjorn ReeseRe-worked NaN and Inf support
2001-07-14 Daniel Veillardtrying to accept AVT for "format" in xsl:number Daniel
2001-07-12 Daniel Veillardprovide context for error messages. Requires libxml...
2001-06-28 Daniel Veillardadded configuration/version informations for Windows...
2001-06-23 Daniel Veillard- Makefile.am libxslt/Makefile.am libxslt/numbers.c
2001-06-21 Daniel Veillard- libxslt/numbers.c: fix of a small bug
2001-05-17 Daniel Veillard- libxslt/functions.c libxslt/transform.c libxslt/xsltI...
2001-05-07 Daniel VeillardHow to spend 6 hours finding a 3 line bug :-(
2001-05-05 Bjorn ReeseBring our format-number() in alignment with the Java...
2001-04-28 Bjorn ReeseFixed default formatting
2001-03-26 Daniel Veillard- libxslt/attributes.c libxslt/extra.c libxslt/keys...
2001-03-24 Daniel VeillardHuge cleanup, I switched to compile with
2001-03-22 Daniel Veillard- configure.in: 0.6.0 yet another release
2001-02-19 Daniel VeillardHacking on namespaces support:
2001-02-15 Daniel Veillard- libxslt/numbers.c: removed a couple of memleaks
2001-02-15 Daniel VeillardCleanup, and improving some inefficiency in the number...
2001-02-14 Bjorn Reeseimplemented level=any
2001-02-13 Bjorn ReeseFix for level=single
2001-02-13 Bjorn Reeseadded xsltMatchPattern
2001-02-11 Bjorn ReesePartial support for xsl:number/@level
2001-02-04 Bjorn ReeseFixed decimal-point error
2001-02-04 Bjorn ReeseNumber formatting - FEATURES: updated - numbers.c:...