removed ref to libxslt.la Minor cleanup of warning errors
[platform/upstream/libxslt.git] / libxslt / transform.c
2003-08-07 William M. Brackremoved ref to libxslt.la Minor cleanup of warning...
2003-08-02 William M. BrackBug 118561
2003-07-22 Daniel Veillardallow strip-space to support full namespaces using...
2003-07-16 Daniel Veillardoptimize text node coalescing by caching info about...
2003-07-12 William M. BrackFixed bug 114764
2003-07-10 Daniel Veillardsimple cast missing Peter Breitenlohner added deps...
2003-07-06 Daniel Veillardfixing bug #115913 for xsl:copy with namespace nodes...
2003-07-06 Daniel Veillardapplied patch from Keith Isdale to desactivate node...
2003-06-08 Igor Zlatkovicchanged xsltChoose to ignore whitespace which is a...
2003-05-10 Daniel Veillardfixed a segfault introduced with the RVT handling chang...
2003-04-30 Daniel Veillardcleaning up Result Value Tree handling fixed a pair...
2003-04-30 Daniel Veillardfixing bug #111755 when a template is applied to an...
2003-04-23 Daniel Veillardfixed a bug introduced in the last commit tried to...
2003-04-23 Daniel Veillardfix bug #110577 namespace in copy-of don't obbey the...
2003-04-07 Daniel VeillardFixes bug #110023 reported by Mark Vakoc and other...
2003-04-01 Daniel Veillardfixed a namespace redundancy problem in xsl:element...
2003-03-28 Daniel Veillardfix bug #109395 as pointed out by Ben Phillips and...
2003-03-26 Daniel Veillardforgot to make one change related to Result Value Tree...
2003-03-26 Daniel Veillardsecond part of the patch fixing #108905 performances...
2003-03-24 Daniel VeillardResult Value Tree are now generated with a document...
2003-03-24 Daniel VeillardFinally fixed bug #75813, processing or Result Value...
2003-02-23 Daniel Veillardfixed bug #106789 from James Clark and a bit of cleanup...
2003-02-07 Daniel Veillardtried to fix 105387 and all similar cases in the librar...
2003-02-04 Daniel Veillardfixing bug #105116 sometimes one need to generate a...
2003-02-04 Daniel Veillardchanged the way the root element of value tree are...
2003-02-04 Daniel Veillardchange of policy w.r.t. mails small cleanup fixed a...
2003-01-13 Daniel Veillardfixing bug #101602 for extension modules init and shutd...
2003-01-08 Daniel Veillardfixed a problem related to directory checking and creat...
2002-12-11 Daniel Veillardcopied over the apibuild.py from libxml2, adapted a...
2002-12-05 Daniel Veillardxsl:element generated superfluous xmlns declarations...
2002-11-14 Daniel Veillardapplied patch from Brian McCauley fixing #95493 fixing...
2002-11-12 Daniel Veillardfixes bug #97950 for cdata-section-elements checks...
2002-11-12 Daniel Veillardcorner case handling of copying a CDATA node. Daniel
2002-10-15 Daniel Veillardadded the possibility to register a transformation...
2002-10-15 Daniel Veillardclosing #94933, any error will make the transformation...
2002-10-15 Daniel Veillardadded URI escaping in case the resource target computat...
2002-10-10 Daniel Veillardnew module with runtime security checks, it will also...
2002-09-25 Daniel Veillardfixed a disable output escaping bug for HTML output...
2002-08-29 Daniel Veillardre-applied the patch from Nathan Myers about a possible...
2002-08-21 Daniel Veillardfixed bug #89258 and a bit of cleanup. added the exampl...
2002-08-19 Daniel Veillardfound and fixed the small <xsl:choose> bug which was...
2002-08-13 Daniel Veillardapplied another patch from Nathan Myers about a possibl...
2002-08-12 Daniel Veillardapplied a patch from Nathan Myers about an erroneous...
2002-07-21 William M. Brackfixed bug 87230, also multiple make jobs in python...
2002-07-06 Daniel Veillardfixed bug #83749 about namespace generated being invali...
2002-07-05 Daniel Veillardfixed bug #86753 on multiple identical attributes being...
2002-07-05 Daniel Veillardfixed bug #87279 added an example in the regression...
2002-07-04 William M. Brackbug 84902 further fix
2002-07-02 William M. Brackfix bug 84902
2002-05-27 Daniel Veillardfix bug #81099 about duplicated namespace declarations...
2002-04-30 Daniel Veillarddon't allow adding an attribute to a document node...
2002-04-15 Daniel Veillardremoved a warning added xsltRunStylesheetUser() API...
2002-04-14 Daniel Veillardadded a specific example for bug #78662 in the regressi...
2002-04-14 Daniel Veillardtrying to kill #77827 IEEE conformance on alphas fixing...
2002-03-21 Daniel Veillardfound another stupid bug by step by step processing...
2002-03-20 Daniel Veillardfixing bug #75603 added a specific example for bug...
2002-03-19 Daniel Veillardadded "make valgrind" targets to run the test suite...
2002-03-18 Daniel Veillardpreparing 1.0.14 updated rebuilt implemented the IN_LIB...
2002-03-16 Daniel Veillardchaing result tree values which may be deallocated...
2002-03-08 Daniel VeillardFixes the problems exposed by #73880 those ought to...
2002-02-11 Daniel Veillardfixed bug #58444, was quite simpler than expected....
2002-02-10 Daniel Veillardadding extra run-time informations to make the styleshe...
2002-02-10 Daniel Veillardfixing bug #70281 Daniel
2002-01-27 Daniel Veillardavoid a problem with Sun's Workshop CC, closes bug...
2002-01-15 Daniel Veillardfixed a couple of small problems raised by Justin Fletc...
2002-01-14 Daniel Veillardreleasing 1.0.10 updating the docs for the release...
2001-12-05 Daniel Veillardapplied Keith Isdale patch for the debugger glue. Daniel
2001-11-30 Daniel VeillardNik Clayton found a bug introduced in 1.0.8 when using...
2001-11-30 Daniel Veillardrevamped the mechanism to hook a debuger to use a callb...
2001-11-27 Daniel VeillardMarc Tardif provided a patch to use as much as 40 steps...
2001-11-25 Daniel Veillardfixed a bug in the document extension element where...
2001-11-22 Daniel Veillardfixed xsltDebug() to output with the normal error routi...
2001-11-21 Daniel Veillardtrying to fix more Makefiles crapola small fix. Daniel
2001-11-12 Daniel VeillardPatches from Igor for Windows try to fix the LIBXSLT_PU...
2001-11-11 Daniel Veillardfixing bug #64298 reported by T. V. Raman Daniel
2001-11-10 Daniel Veillardpreparing 1.0.7 cleanup similar to libxml2 one finished...
2001-11-05 Daniel VeillardApplied Keith Isdale patch for the debugger support...
2001-10-24 Daniel Veillardthe web site is now extracted from the xslt.html flat...
2001-10-17 Daniel Veillardcleanup TODO into XSLT_TODO Daniel
2001-10-09 Thomas Broyerfixed a typo and improved handling of non-XPath-express...
2001-10-09 Daniel Veillardstrip-space should also be applied to document imported...
2001-10-09 Daniel Veillardrewrote the way strip-space gets applied. Closes bugs...
2001-10-08 Daniel VeillardFixing bug #61913 removing a small memleak when running...
2001-09-11 Daniel Veillardtrying to close bug #60304 on xsl:fallback usage added...
2001-09-10 Daniel Veillardfixed bug #59757 on inheritance of attributes from...
2001-08-23 Daniel Veillardclosed bugs #59212 and #59220 Daniel
2001-08-15 Daniel Veillarda bit of cleanup Daniel
2001-08-14 Daniel Veillardserious changes on Result Value Trees and NodeSets...
2001-08-14 Daniel Veillardtrying to kill bug #58878, some associated serious...
2001-08-14 Thomas Broyerfixed compilation warnings due to recent changes to...
2001-08-12 Daniel Veillardcleaned up the code w.r.t. handling of 'non-standard...
2001-08-05 Thomas Broyermodified extension framework to easify extension elemen...
2001-08-04 Daniel Veillardbug fix on output="text" from Nicolas Marsgui Daniel
2001-07-26 Daniel Veillardapplied changes from Tom Moog #58002 Some cleanup,...
2001-07-26 Thomas Broyernew extension framework. Added stylesheet module data...
2001-07-25 Daniel Veillardfixed an ugly problem with namespaces in templates...
2001-07-12 Daniel Veillardprovide context for error messages. Requires libxml...
2001-07-10 Daniel Veillardreleaseing 1.0.0 added another entry point fixed a...
2001-07-10 Daniel Veillardadded Embedding Stylesheets added the test from the...
2001-07-09 Daniel Veillardsmall cleanup patch from Michal Sajdak for cdata/text...
next