summaryrefslogtreecommitdiff
path: root/libxslt/numbers.c
Commit message (Expand)AuthorAgeFilesLines
* Precompile patterns in xsl:numberNick Wellnhofer2010-11-081-39/+16
* further fixes for bug 309209, changing behaviour of format-number. changedWilliam M. Brack2005-07-021-30/+13
* fixed bug in negative prefix (bug 309209)William M. Brack2005-06-301-2/+0
* minor changes to get rid of gcc warnings, especially on 64-bit system.William M. Brack2004-12-011-1/+1
* changed some variable names for warning cleanup when -ansi flag is notWilliam M. Brack2004-10-231-21/+21
* further refinement to UTF8 pattern separator (bug 151975)William M. Brack2004-09-081-14/+15
* fixed problem with UTF8 pattern separator (bug 151975)William M. Brack2004-09-071-1/+8
* added new code to handle attribute value templates also a lot of work toDaniel Veillard2004-02-131-7/+6
* fixed xsl:number level="any" for Bug 129057William M. Brack2003-12-221-2/+8
* added namespace comparison for xsl:number count function (Bug 129057)William M. Brack2003-12-211-3/+8
* minor cleanup for various compilation warnings (AIX as well as gcc)William M. Brack2003-09-281-1/+1
* small fixes w.r.t. IS_XSLT_REAL_NODE change some makefile "distclean"Daniel Veillard2003-09-181-1/+1
* removed ref to libxslt.la Minor cleanup of warning errorsWilliam M. Brack2003-08-071-4/+3
* fixing bug 118558William M. Brack2003-07-311-0/+1
* changed sign of date:seconds as previously posted to the mailing listWilliam M. Brack2003-07-291-110/+287
* quick fix for an HP-UX compilation problem, might require more attentionDaniel Veillard2003-07-171-1/+1
* optimize text node coalescing by caching info about the last text nodeDaniel Veillard2003-07-161-5/+1
* valgrind pointed out an uninitialized variable use in format-number()Daniel Veillard2003-03-071-0/+2
* numbering should not traverse XInclude nodes left in the tree. Closes bugDaniel Veillard2002-12-131-1/+3
* copied over the apibuild.py from libxml2, adapted a bit and regeneratedDaniel Veillard2002-12-111-0/+2
* fixed bug #78501 when using a non ascii character for the numberDaniel Veillard2002-10-221-10/+21
* added the possibility to register a transformation context specific errorDaniel Veillard2002-10-151-2/+1
* applied a patch from Ken Neighbors fixing some format-numberDaniel Veillard2002-06-151-7/+34
* patch from Richard Jinks t correct a bug in xsl:number level="multiple"Daniel Veillard2002-06-101-1/+2
* preparing 1.0.14 updated rebuilt implemented the IN_LIBXSLT andDaniel Veillard2002-03-181-0/+1
* adding extra run-time informations to make the stylesheet really read-onlyDaniel Veillard2002-02-101-4/+4
* trying to fix #68759 DanielDaniel Veillard2002-02-101-3/+10
* the xsl:number implementation incorrectly cached the format string in someDaniel Veillard2002-01-141-1/+8
* take NaN and infinity attributes of xsl:decimal-format into account.Thomas Broyer2001-10-251-4/+14
* reworked internal representation of tokenized number format andThomas Broyer2001-10-171-79/+112
* implement initial non-alphanumeric token handling in number formatting.Thomas Broyer2001-10-141-5/+27
* fixed bug #61070, number ANY formatting should be faster too. updated theDaniel Veillard2001-10-071-54/+58
* Previous patch was wrong, more work needed, rolling back, DanielDaniel Veillard2001-10-061-28/+17
* trying to fix bug #61070, seems there is still a couple of problem left.Daniel Veillard2001-10-061-17/+28
* Fixing bug #60415 added a specific example in the regression tests DanielDaniel Veillard2001-09-141-0/+14
* removed a couple of warning raised by the Windows compiler (Chris Poblete)Daniel Veillard2001-08-261-1/+1
* use xmlXPathIsNaN() and xmlXPathIsInf() tag a potential threading problem.Daniel Veillard2001-08-211-3/+2
* Re-worked NaN and Inf supportBjorn Reese2001-08-211-51/+3
* trying to accept AVT for "format" in xsl:number DanielDaniel Veillard2001-07-141-0/+10
* provide context for error messages. Requires libxml head changes. fixed aDaniel Veillard2001-07-121-0/+1
* added configuration/version informations for Windows/MSC internal headerDaniel Veillard2001-06-281-2/+2
* - Makefile.am libxslt/Makefile.am libxslt/numbers.cDaniel Veillard2001-06-231-2/+7
* - libxslt/numbers.c: fix of a small bugDaniel Veillard2001-06-211-1/+1
* - libxslt/functions.c libxslt/transform.c libxslt/xsltInternals.h:Daniel Veillard2001-05-171-7/+14
* How to spend 6 hours finding a 3 line bug :-(Daniel Veillard2001-05-071-2/+3
* Bring our format-number() in alignment with the Java implemenationBjorn Reese2001-05-051-152/+301
* Fixed default formattingBjorn Reese2001-04-281-10/+24
* - libxslt/attributes.c libxslt/extra.c libxslt/keys.c libxslt/numbers.cDaniel Veillard2001-03-261-13/+3
* Huge cleanup, I switched to compile withDaniel Veillard2001-03-241-1/+13
* - configure.in: 0.6.0 yet another releaseLIBXSLT_0_6_0Daniel Veillard2001-03-221-3/+5