summaryrefslogtreecommitdiff
path: root/libexslt
AgeCommit message (Expand)AuthorFilesLines
2007-08-23apply patch from Björn Wiberg fixing build on AIX and closing bug #332173Daniel Veillard1-0/+2
2007-05-06fixed two memory leaks, one in exsltMathConstant and one inWilliam M. Brack1-29/+9
2007-01-17preparing release of 1.1.20 small patch for missing includes on some BSD,Daniel Veillard1-0/+7
2007-01-11added new function replace from Joel Reed. added new test case for above.William M. Brack1-0/+140
2006-12-11further enhancement to the original fix for bug #381319 (which was notWilliam M. Brack1-12/+42
2006-12-09changed handling of function params to fix bug #381319 exposedWilliam M. Brack1-45/+41
2006-10-26preparing release of libxslt-1.1.18, this bumps libxml2 requirement toDaniel Veillard1-2/+1
2006-10-12fixed end-of-month problem in exsltDateCurrent (#359246)William M. Brack1-1/+5
2006-10-11a missing DESTDIR fix reference to build paths in python module fix theDaniel Veillard1-2/+2
2006-08-09Fixed problem with cleanup of RVT's, should clear bug350085; cleaned upWilliam M. Brack1-1/+1
2006-07-14Committing again, since I forgot to switch from win to linux linebreaks inKasimier T. Buchcik4-1660/+1660
2006-07-14Refactored xsltValueOf(). Changed to use xmlXPathCastToString() directly,Kasimier T. Buchcik4-1595/+1660
2006-05-05Next step of refactoring (plus some bug-fixes). For more details seeKasimier T. Buchcik1-6/+25
2006-03-10various assorted small cleanups based on the Coverity reports DanielDaniel Veillard3-2/+20
2005-11-21Albert Chin found another signed/unsigned problem in the date and timeDaniel Veillard1-2/+2
2005-11-21patch from Albert Chin needed for HP-UX which doesn't have <sys/select.h>Daniel Veillard1-0/+2
2005-11-21Albert Chin posted a patch to fix a problem on Solaris with dates,Daniel Veillard1-1/+2
2005-11-16fix an problem raised by Ralf Junker in the use of xmlHashScanFull() fixesDaniel Veillard1-4/+5
2005-10-04applied fix to date:week-in-year posted to the mailing list by ThomasWilliam M. Brack1-2/+2
2005-07-10try to avoid generating conflicts applied patch from Mark Vakoc toDaniel Veillard1-0/+177
2005-05-07applied patch from Jonathan Wakely to fix the namespace name for the EXSLTDaniel Veillard1-1/+1
2005-04-06windows build cleanup, removed obsolete checksIgor Zlatkovic2-12/+0
2004-11-08fixed problem with day-of-week-in-month (bug 157592) with patch from SalWilliam M. Brack1-2/+2
2004-10-29preparing release of libxslt-1.1.12 mini change to avoid breakingDaniel Veillard1-1/+2
2004-10-23changed some variable names for warning cleanup when -ansi flag is notWilliam M. Brack2-7/+7
2004-10-15changed date.c to use gmtime_r if available (bug 129983) fixed a namespaceWilliam M. Brack2-2/+32
2004-09-30fixed problem with negative periods (bug 154021) changed expected output,William M. Brack1-33/+57
2004-09-24additional leak fix in libexslt/date.cWilliam M. Brack1-1/+7
2004-09-24fixed problem with empty sets, etc. (see discussion on mailing list)William M. Brack1-2/+10
2004-09-19fixed problem with timezone offset (bug 153000) changed regression testWilliam M. Brack1-1/+1
2004-09-18enhanced validation of date-time to catch bit-field overflow (bug 152836)William M. Brack1-20/+18
2004-08-23End of the fix for 150844, DanielDaniel Veillard1-1/+1
2004-08-23fixing compilation problems on Solaris #150844 DanielDaniel Veillard1-2/+2
2004-08-18added some code to include the CVS ChangeLog version in the versionWilliam M. Brack2-1/+9
2004-08-06added date:sum routine supplied by Joel ReedWilliam M. Brack1-118/+260
2004-07-27fixed str:tokenize for case when 2nd argument is an empty string (shouldWilliam M. Brack1-1/+11
2004-07-16apply patch from Rob Richards to add a normal --with-crypto configureDaniel Veillard4-0/+17
2004-07-04implemented change from Joel Reed for automake-1.4 compatibility.William M. Brack2-462/+479
2004-06-30applied patch from Joel Reed to get EXSLT crypto extensions based onDaniel Veillard4-0/+726
2004-05-16fixing a small portability problem on Solaris for the declaration ofDaniel Veillard1-0/+7
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
2004-02-26added test for localtime_r added usage of localtime_r if present on systemWilliam M. Brack1-5/+18
2004-02-23patches from Mikhail S Grushinskiy to compile on Mingw DanielDaniel Veillard1-0/+3
2004-01-14fixed problem, reported on the list by Markus Bayerlein, concerning mathWilliam M. Brack2-1/+44
2003-12-20fixed several routines to assure empty string returned (rather than aWilliam M. Brack1-4/+16
2003-12-11MSVC and MinGW compilation fixesIgor Zlatkovic1-1/+33
2003-11-18fixed entity problem in exslt:tokenize uncovered by newapi.xsl changed toWilliam M. Brack1-3/+3
2003-11-12applied patch for param visibility from Shaun McCance. Changed variableWilliam M. Brack1-8/+17
2003-11-08applied improvement patch from Jonathan Wakely describing the entryDaniel Veillard1-46/+76