summaryrefslogtreecommitdiff
path: root/libexslt/strings.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-24Fixed indexing error reported by Ron Burk on the mailing list.William M. Brack1-5/+4
2007-11-12Added code to mark the results of str:tokenize and str:split as "functionWilliam M. Brack1-0/+10
2007-01-11added new function replace from Joel Reed. added new test case for above.William M. Brack1-0/+140
2006-07-14Committing again, since I forgot to switch from win to linux linebreaks inKasimier T. Buchcik1-526/+526
2006-07-14Refactored xsltValueOf(). Changed to use xmlXPathCastToString() directly,Kasimier T. Buchcik1-525/+526
2004-07-27fixed str:tokenize for case when 2nd argument is an empty string (shouldWilliam M. Brack1-1/+11
2004-04-19fixed bug in UTF8 string tokenize kindly reported by Vasily TchekalkinWilliam M. Brack1-3/+2
2004-03-10modified the 'tokenize' routine to work with UTF8 chars in both string andWilliam M. Brack1-7/+11
2003-11-18fixed entity problem in exslt:tokenize uncovered by newapi.xsl changed toWilliam M. Brack1-3/+3
2003-11-01fix bug #125265 about entities breaking exsl:tokenize and exsl:splitDaniel Veillard1-12/+12
2003-08-18applied patch from Mikhail Grushinskiy for compilation with MingW compilerDaniel Veillard1-1/+1
2003-07-24applied patch from Shaun McCance to fix bug #117616 about EXSTDaniel Veillard1-4/+7
2003-07-18applied patch from Shaun McCance to implement exslt:split c.f. #117752Daniel Veillard1-2/+109
2003-04-30cleaning up Result Value Tree handling fixed a pair of implementations.Daniel Veillard1-10/+15
2003-04-26fixed a problem in the generator where the way functions are remapped asDaniel Veillard1-1/+1
2003-04-23applied last patch for #110023 from Mark Vakoc fixed a memory leak whenDaniel Veillard1-46/+52
2003-04-09applied patch from Mark Vakoc fixing a problem with RTF in libexslt DanielDaniel Veillard1-42/+33
2003-01-02applied patch from Jörg Walter to provide URI escaping and unescapingDaniel Veillard1-0/+108
2002-12-26Alexey Efimov found a typo bug in exsltStrPaddingFunction() DanielDaniel Veillard1-1/+1
2002-03-18preparing 1.0.14 updated rebuilt implemented the IN_LIBXSLT andDaniel Veillard1-0/+1
2002-01-17applied Robert Collins patch for Cygwin support DanielDaniel Veillard1-1/+3
2001-10-19moved the config.h include out of exsltconfig.h since this header isDaniel Veillard1-0/+6
2001-10-09fixed a typo and improved handling of non-XPath-expression arguments.Thomas Broyer1-2/+2
2001-09-11close #59570 by simply not providing Norm's extension on FreeBSD. added aDaniel Veillard1-1/+1
2001-09-03added implementation of EXSLT - Strings. Currently implemented functinsThomas Broyer1-0/+283