Age | Commit message (Expand) | Author | Files | Lines |
2008-06-13 | patch from Roumen Petrov fixing include path when compiling with MinGW | Daniel Veillard | 2 | -2/+2 |
2008-04-08 | add back #452876 patch lost on previous commit, Daniel | Daniel Veillard | 1 | -9/+15 |
2008-04-08 | new version of patch from Peter Pawlowski Daniel | Daniel Veillard | 1 | -49/+35 |
2008-04-03 | applied patch from Peter Pawlowski fixing a timezone offset problem, fixes | Daniel Veillard | 1 | -5/+27 |
2008-03-15 | *libexslt/functions.c: fixed minor error reported on the mailing | William M. Brack | 1 | -2/+9 |
2007-11-13 | After discussion on Bugzilla with Peter Pawlowski, added same code for | William M. Brack | 2 | -6/+25 |
2007-11-12 | Added code to mark the results of str:tokenize and str:split as "function | William M. Brack | 1 | -0/+10 |
2007-10-10 | applied patch from Maurice van der Pot to fix EXSLT week-in-year extenson | Daniel Veillard | 1 | -9/+15 |
2007-08-23 | apply patch from Björn Wiberg fixing build on AIX and closing bug #332173 | Daniel Veillard | 1 | -0/+2 |
2007-05-06 | fixed two memory leaks, one in exsltMathConstant and one in | William M. Brack | 1 | -29/+9 |
2007-01-17 | preparing release of 1.1.20 small patch for missing includes on some BSD, | Daniel Veillard | 1 | -0/+7 |
2007-01-11 | added new function replace from Joel Reed. added new test case for above. | William M. Brack | 1 | -0/+140 |
2006-12-11 | further enhancement to the original fix for bug #381319 (which was not | William M. Brack | 1 | -12/+42 |
2006-12-09 | changed handling of function params to fix bug #381319 exposed | William M. Brack | 1 | -45/+41 |
2006-10-26 | preparing release of libxslt-1.1.18, this bumps libxml2 requirement to | Daniel Veillard | 1 | -2/+1 |
2006-10-12 | fixed end-of-month problem in exsltDateCurrent (#359246) | William M. Brack | 1 | -1/+5 |
2006-10-11 | a missing DESTDIR fix reference to build paths in python module fix the | Daniel Veillard | 1 | -2/+2 |
2006-08-09 | Fixed problem with cleanup of RVT's, should clear bug350085; cleaned up | William M. Brack | 1 | -1/+1 |
2006-07-14 | Committing again, since I forgot to switch from win to linux linebreaks in | Kasimier T. Buchcik | 4 | -1660/+1660 |
2006-07-14 | Refactored xsltValueOf(). Changed to use xmlXPathCastToString() directly, | Kasimier T. Buchcik | 4 | -1595/+1660 |
2006-05-05 | Next step of refactoring (plus some bug-fixes). For more details see | Kasimier T. Buchcik | 1 | -6/+25 |
2006-03-10 | various assorted small cleanups based on the Coverity reports Daniel | Daniel Veillard | 3 | -2/+20 |
2005-11-21 | Albert Chin found another signed/unsigned problem in the date and time | Daniel Veillard | 1 | -2/+2 |
2005-11-21 | patch from Albert Chin needed for HP-UX which doesn't have <sys/select.h> | Daniel Veillard | 1 | -0/+2 |
2005-11-21 | Albert Chin posted a patch to fix a problem on Solaris with dates, | Daniel Veillard | 1 | -1/+2 |
2005-11-16 | fix an problem raised by Ralf Junker in the use of xmlHashScanFull() fixes | Daniel Veillard | 1 | -4/+5 |
2005-10-04 | applied fix to date:week-in-year posted to the mailing list by Thomas | William M. Brack | 1 | -2/+2 |
2005-07-10 | try to avoid generating conflicts applied patch from Mark Vakoc to | Daniel Veillard | 1 | -0/+177 |
2005-05-07 | applied patch from Jonathan Wakely to fix the namespace name for the EXSLT | Daniel Veillard | 1 | -1/+1 |
2005-04-06 | windows build cleanup, removed obsolete checks | Igor Zlatkovic | 2 | -12/+0 |
2004-11-08 | fixed problem with day-of-week-in-month (bug 157592) with patch from Sal | William M. Brack | 1 | -2/+2 |
2004-10-29 | preparing release of libxslt-1.1.12 mini change to avoid breaking | Daniel Veillard | 1 | -1/+2 |
2004-10-23 | changed some variable names for warning cleanup when -ansi flag is not | William M. Brack | 2 | -7/+7 |
2004-10-15 | changed date.c to use gmtime_r if available (bug 129983) fixed a namespace | William M. Brack | 2 | -2/+32 |
2004-09-30 | fixed problem with negative periods (bug 154021) changed expected output, | William M. Brack | 1 | -33/+57 |
2004-09-24 | additional leak fix in libexslt/date.c | William M. Brack | 1 | -1/+7 |
2004-09-24 | fixed problem with empty sets, etc. (see discussion on mailing list) | William M. Brack | 1 | -2/+10 |
2004-09-19 | fixed problem with timezone offset (bug 153000) changed regression test | William M. Brack | 1 | -1/+1 |
2004-09-18 | enhanced validation of date-time to catch bit-field overflow (bug 152836) | William M. Brack | 1 | -20/+18 |
2004-08-23 | End of the fix for 150844, Daniel | Daniel Veillard | 1 | -1/+1 |
2004-08-23 | fixing compilation problems on Solaris #150844 Daniel | Daniel Veillard | 1 | -2/+2 |
2004-08-18 | added some code to include the CVS ChangeLog version in the version | William M. Brack | 2 | -1/+9 |
2004-08-06 | added date:sum routine supplied by Joel Reed | William M. Brack | 1 | -118/+260 |
2004-07-27 | fixed str:tokenize for case when 2nd argument is an empty string (should | William M. Brack | 1 | -1/+11 |
2004-07-16 | apply patch from Rob Richards to add a normal --with-crypto configure | Daniel Veillard | 4 | -0/+17 |
2004-07-04 | implemented change from Joel Reed for automake-1.4 compatibility. | William M. Brack | 2 | -462/+479 |
2004-06-30 | applied patch from Joel Reed to get EXSLT crypto extensions based on | Daniel Veillard | 4 | -0/+726 |
2004-05-16 | fixing a small portability problem on Solaris for the declaration of | Daniel Veillard | 1 | -0/+7 |
2004-04-19 | fixed bug in UTF8 string tokenize kindly reported by Vasily Tchekalkin | William M. Brack | 1 | -3/+2 |
2004-03-10 | modified the 'tokenize' routine to work with UTF8 chars in both string and | William M. Brack | 1 | -7/+11 |