Age | Commit message (Expand) | Author | Files | Lines |
2003-12-21 | fixed #129327 make sure parser flags get transmitted to the transformation | Daniel Veillard | 1 | -0/+4 |
2003-12-10 | upp'ed the dependancy to libxml2-2.6.3 fixed #127473 by using the new | Daniel Veillard | 1 | -0/+4 |
2003-10-31 | switch to use xmlReadfile instead of xmlParseFile, this avoid relying on | Daniel Veillard | 1 | -6/+35 |
2003-10-19 | bump the libxml2 require to 2.6.0 which should ship for good real soon... | Daniel Veillard | 1 | -1/+41 |
2003-09-28 | minor cleanup for various compilation warnings (AIX as well as gcc) | William M. Brack | 1 | -5/+2 |
2003-09-18 | small fixes w.r.t. IS_XSLT_REAL_NODE change some makefile "distclean" | Daniel Veillard | 1 | -0/+2 |
2003-09-13 | removing the DocBook SGML support Daniel | Daniel Veillard | 1 | -24/+0 |
2003-08-18 | applied patch from Mikhail Grushinskiy for compilation with MingW compiler | Daniel Veillard | 1 | -1/+2 |
2003-08-07 | removed ref to libxslt.la Minor cleanup of warning errors | William M. Brack | 1 | -4/+0 |
2003-08-03 | minor change, avoid wasting CPU cycles Daniel | Daniel Veillard | 1 | -4/+6 |
2003-07-23 | applying a patch based on #117377 for --path option. Daniel | Daniel Veillard | 1 | -1/+9 |
2003-06-13 | Moved the man pages to section 3 applied patch from Peter Breitenlohner | Daniel Veillard | 1 | -2/+2 |
2003-05-15 | fixing portability bug #113002 on HP-UX cleanup of --with-python like for | Daniel Veillard | 1 | -0/+4 |
2003-02-25 | some cleanup for Python checks, makefile cleanup, and convenience changes | Daniel Veillard | 1 | -1/+2 |
2003-02-24 | had to comment out Igor last change since it made libxslt-1.0.27 depends | Daniel Veillard | 1 | -0/+2 |
2003-02-19 | obsoleted xmlNormalizeWindowsPath | Igor Zlatkovic | 1 | -7/+1 |
2003-02-04 | fixed bug #99623 Daniel | Daniel Veillard | 1 | -4/+0 |
2003-01-17 | fixed a double free of stylesheet when applied to a standalone stylesheet | Daniel Veillard | 1 | -0/+1 |
2003-01-10 | final touch to #102800 fix Daniel | Daniel Veillard | 1 | -2/+2 |
2003-01-09 | tried to fix #102800 for good. Reenabled memory debug checking which got | Daniel Veillard | 1 | -4/+12 |
2002-11-16 | make sure to register EXSLT for the bindings add a specific test minor | Daniel Veillard | 1 | -1/+0 |
2002-11-14 | allowed stdarg for mingw | Igor Zlatkovic | 1 | -2/+1 |
2002-11-04 | remove the use of snprintf, and use libxml2 string API instead. try to | Daniel Veillard | 1 | -3/+3 |
2002-10-20 | mapped snprintf to _snprintf for MS runtime | Igor Zlatkovic | 1 | -0/+1 |
2002-10-17 | added and tested the --path option to close #79638 Daniel | Daniel Veillard | 1 | -7/+26 |
2002-10-15 | added a --path option to provide the enhancement requested by #79638, | Daniel Veillard | 1 | -1/+77 |
2002-10-10 | added another option --writesubtree to allow documents to be written only | Daniel Veillard | 1 | -4/+38 |
2002-10-10 | new module with runtime security checks, it will also check and do | Daniel Veillard | 1 | -0/+19 |
2002-07-01 | added a example in the regression tests for a case where the XML default | Daniel Veillard | 1 | -2/+2 |
2002-05-16 | moved the extension dump out of the loop Daniel | Daniel Veillard | 1 | -3/+3 |
2002-05-16 | Applied Mark Vakoc patch to show registered extensions in xsltproc rebuilt | Daniel Veillard | 1 | -1/+11 |
2002-05-02 | fixed some return code problems raised by Thomas Mauch Daniel | Daniel Veillard | 1 | -0/+6 |
2002-04-15 | removed a warning added xsltRunStylesheetUser() API needed to fix #78546 | Daniel Veillard | 1 | -1/+15 |
2002-03-07 | fixed bug #71488 in a similar way as #71457 Daniel | Daniel Veillard | 1 | -1/+31 |
2002-03-01 | similar to #72663 and #72658, don't memdump unless compiled explicitely | Daniel Veillard | 1 | -0/+2 |
2002-02-07 | small fix cleanup avoid a problem with $(TESTS) augmented the wrappers | Daniel Veillard | 1 | -7/+12 |
2002-01-25 | added links to the Web site from usage() Daniel | Daniel Veillard | 1 | -0/+2 |
2002-01-20 | Fixed RH bug #58124 due to an off-by-one error when parsing -o arguments. | Daniel Veillard | 1 | -1/+1 |
2002-01-20 | Fixed RH bug #57496, xsltproc was not returning error code on internal | Daniel Veillard | 1 | -2/+11 |
2002-01-17 | applied Robert Collins patch for Cygwin support Daniel | Daniel Veillard | 1 | -1/+1 |
2002-01-17 | ugly way to keep the memory debugging active on my devel workstation by | Daniel Veillard | 1 | -3/+5 |
2002-01-15 | fixed a couple of small problems raised by Justin Fletcher Daniel | Daniel Veillard | 1 | -1/+1 |
2002-01-08 | added the --stringparam option applied John Fleck's patch to correct the | Daniel Veillard | 1 | -6/+46 |
2002-01-04 | increased the max number of parameters Daniel | Daniel Veillard | 1 | -3/+6 |
2001-11-30 | revamped the mechanism to hook a debuger to use a callback setup function, | Daniel Veillard | 1 | -13/+0 |
2001-11-26 | return useful code signaling error conditions closing #56649 (RH) Daniel | Daniel Veillard | 1 | -3/+8 |
2001-11-26 | updating Makefiles to fix the prelinking. Daniel | Daniel Veillard | 1 | -17/+19 |
2001-11-12 | Patches from Igor for Windows try to fix the LIBXSLT_PUBLIC mess Daniel | Daniel Veillard | 1 | -0/+4 |
2001-11-10 | 1.0.7 release, Daniel | Daniel Veillard | 1 | -17/+0 |
2001-11-10 | preparing 1.0.7 cleanup similar to libxml2 one finished cleaning up | Daniel Veillard | 2 | -83/+124 |