summaryrefslogtreecommitdiff
path: root/libexslt
AgeCommit message (Expand)AuthorFilesLines
2003-07-29changed sign of date:seconds as previously posted to the mailing listWilliam M. Brack1-1/+7
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-07-14fixed bug 113520William M. Brack1-3/+3
2003-07-09fixed bug 114812William M. Brack1-8/+69
2003-06-13Moved the man pages to section 3 applied patch from Peter BreitenlohnerDaniel Veillard3-4/+4
2003-04-30cleaning up Result Value Tree handling fixed a pair of implementations.Daniel Veillard2-15/+29
2003-04-26fixed a problem in the generator where the way functions are remapped asDaniel Veillard1-1/+1
2003-04-23fixed a bug introduced in the last commit tried to fix #111437 side effectDaniel Veillard1-1/+1
2003-04-23applied last patch for #110023 from Mark Vakoc fixed a memory leak whenDaniel Veillard2-47/+65
2003-04-21applied patch from Charles Bozeman fixing the math power function whereDaniel Veillard2-3/+4
2003-04-09applied patch from Mark Vakoc fixing a problem with RTF in libexslt DanielDaniel Veillard1-42/+33
2003-01-09tried to fix #102800 for good. Reenabled memory debug checking which gotDaniel Veillard1-2/+7
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-12-11added the generation of libexslt-api.xml small cleanup. DanielDaniel Veillard1-1/+42
2002-11-23patch from Charles Bozeman fixing a memory leak inDaniel Veillard1-0/+3
2002-09-18fixed the embedded '-' in the duration format functionIgor Zlatkovic1-8/+14
2002-09-17fixed date:difference() bugs, removed type conversion warningsIgor Zlatkovic1-26/+35
2002-05-31turned a function static applied patch from Mark Vadoc DanielDaniel Veillard1-1/+2
2002-05-30applied a patch from Mark Vakoc to implement the EXSLT objectDaniel Veillard5-5/+103
2002-05-21Applied patch for the EXSLT man page from Charles Bozeman DanielDaniel Veillard1-9/+163
2002-05-18applied a man page patch from Christian Cornelssen and fixed a couple ofDaniel Veillard1-3/+3
2002-05-08Fixed a typo _cplusplus -> __cplusplusIgor Zlatkovic1-2/+2
2002-04-26applied another patch from Charles Bozeman to enhance date/durationDaniel Veillard1-5/+5
2002-04-25applied a patch from Charles Bozeman to add duration routines to the dateDaniel Veillard1-222/+1437
2002-04-18extern "C" { missing by Mark Vakoc DanielDaniel Veillard1-0/+7
2002-04-17*** empty log message ***Igor Zlatkovic1-6/+6
2002-03-18preparing 1.0.14 updated rebuilt implemented the IN_LIBXSLT andDaniel Veillard9-5/+11
2002-03-16chaing result tree values which may be deallocated and must not be kept inDaniel Veillard1-2/+1
2002-03-07fixed bug #73791 related to extension function declared in includedDaniel Veillard1-0/+1
2002-03-04patch from Charles Bozeman for the exslt date extension added theDaniel Veillard1-22/+61
2002-01-18Charlie Bozeman provided the implementation for the EXSLT math otherDaniel Veillard1-1/+789
2002-01-17jacob berkman pointed out that the Cygwin patch forgot to add libexslt.hDaniel Veillard1-1/+2
2002-01-17applied Robert Collins patch for Cygwin support DanielDaniel Veillard11-20/+69
2001-12-06trying to fix the problem related to prelinking and libtools crazynessDaniel Veillard1-1/+4
2001-11-26updating Makefiles to fix the prelinking. DanielDaniel Veillard1-1/+1
2001-11-22more Makefile fixups DanielDaniel Veillard1-1/+1
2001-11-21trying to fix more Makefiles crapola small fix. DanielDaniel Veillard1-1/+1
2001-10-30preparing 1.0.6 applied patch from Bruce Miller updated and rebuilt theDaniel Veillard1-20/+26
2001-10-19moved the config.h include out of exsltconfig.h since this header isDaniel Veillard9-6/+48
2001-10-09fixed a typo and improved handling of non-XPath-expression arguments.Thomas Broyer2-9/+15
2001-10-09removed older SAXON extensions implementations from Darren Graves. appliedThomas Broyer1-11/+9
2001-10-07added implementation of SAXON expression(), eval() and evaluate()Thomas Broyer4-1/+191
2001-10-02applied patch from Charlie Bozeman that fixes a bug in DAY_IN_WEEK andThomas Broyer1-5/+73
2001-09-15fixed some bugs (reported by Charles Bozeman and Justin Fletcher)Thomas Broyer1-3/+10
2001-09-12fixed some compile warnings and disabled debugging by default.Thomas Broyer1-9/+73
2001-09-12added implementation of the EXSLT - Dates and Times core functions. TheThomas Broyer4-1/+2109
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 Broyer4-1/+288