preparing release 1.1.15 a bit more cleanup Daniel
[platform/upstream/libxslt.git] / libxslt / pattern.c
2005-09-04 Daniel Veillardpreparing release 1.1.15 a bit more cleanup Daniel
2005-09-04 Daniel Veillardfixed #303289 variable in match are forbidden had to...
2005-03-31 Daniel Veillardfixed bug #171488 with cascading select in patterns...
2005-03-30 Daniel Veillardfixed bug 169718 with ancestors in patterns similar...
2005-02-23 William M. Brackfixed a problem with '//' and namespaces (bug 168208)
2005-01-22 Daniel Veillardchasing xmlStrEqual calls and removed them when compari...
2004-12-28 William M. Brackfixed a problem with the expression "*//name" (bug...
2004-12-01 William M. Brackminor changes to get rid of gcc warnings, especially...
2004-11-30 William M. Brackmore on RVT's in XPath predicates, this time for bug...
2004-11-22 William M. Bracksmall change to previous fix for bug 153137, fixes...
2004-10-23 William M. Brackchanged some variable names for warning cleanup when...
2004-09-29 Daniel Veillardtry to fix #153137 but without a test case it's shootin...
2004-02-26 Daniel Veillardremoved the last use of _private that time in the input...
2004-02-13 Daniel Veillardadded new code to handle attribute value templates...
2004-01-23 William M. Brackchanged priority of template patterns starting with...
2003-11-18 William M. Brackfixed entity problem in exslt:tokenize uncovered by...
2003-11-02 William M. Brackfixed bug #125502 and corrected expected test output...
2003-10-23 William M. BrackFixed problem with cascaded predicates (more of bug...
2003-10-17 William M. Brackfixed bug 119946 enhanced for better devel (me) testing
2003-09-06 William M. Brackfixed bug 119946, caused by incorrect creation of ...
2003-04-22 Daniel Veillardfix a memory related segfault on a pattern compilation...
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-03-05 Daniel Veillardfixed bug #107591 node() in pattern matches should...
2003-02-07 Daniel Veillardtried to fix 105387 and all similar cases in the librar...
2003-02-04 Daniel Veillardchanged the way the root element of value tree are...
2002-12-11 Daniel Veillardcopied over the apibuild.py from libxml2, adapted a...
2002-11-13 Daniel Veillardfixes bug #97969 for @*[...] patterns added the example...
2002-10-22 Daniel VeillardForgot to check a pointer, fixes bug #96495 Daniel
2002-10-15 Daniel Veillardadded the possibility to register a transformation...
2002-10-15 Daniel Veillardfixed the behaviour of node() patter which didn't patch...
2002-09-09 Daniel Veillardfixed a bug in match="node()" reported by Ben Ko Daniel
2002-07-21 William M. Brackfixed bug 87230, also multiple make jobs in python...
2002-04-10 Daniel Veillardapplied patch from Mark Vakoc Daniel
2002-03-25 Daniel VeillardFix bug #76043 about cascading attribute sets added...
2002-03-22 Daniel VeillardFixing bug #75902 error with @foo[..] steps which were...
2002-03-22 Daniel VeillardFixing bug #75777 error with namespaced attribute match...
2002-03-21 Daniel Veillardfound another stupid bug by step by step processing...
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-03-04 Daniel VeillardCompleted #73363 fixup, Daniel
2002-03-04 Daniel Veillardfixed bug #73363, bad tokenization of pattern Daniel
2002-02-11 Daniel Veillardfixed bug #71181 p/text() would not work. A bit of...
2002-02-11 Daniel Veillardexpected to have closed bug #70131, still wondering...
2002-02-10 Daniel Veillardadding extra run-time informations to make the styleshe...
2002-02-04 Daniel Veillardreactivated xsltMatchPattern() since this is really...
2002-01-30 Daniel Veillardpatch from Charles Bozeman to support child::* patterns...
2002-01-17 Daniel Veillardfixed I18N problemes in the template parser pointed...
2001-11-27 Daniel VeillardMarc Tardif provided a patch to use as much as 40 steps...
2001-11-26 Daniel Veillardfixing bug #64044 reported by Gero Meißner, template...
2001-10-06 Daniel Veillardfixed bug #61627 added a specific example in the regres...
2001-09-10 Daniel Veillardapplied fix from #60143 and rebuilt the FO test outputs...
2001-08-21 Daniel Veillarduse xmlXPathIsNaN() and xmlXPathIsInf() tag a potential...
2001-08-14 Daniel Veillardtrying to kill bug #58878, some associated serious...
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-06 William M. BrackCleanup messages and comments
2001-06-29 Daniel Veillardadded xsltGetQNameURI() and cleaned up the way URI...
2001-06-28 Daniel Veillardadded configuration/version informations for Windows...
2001-06-23 Daniel Veillardclosing bug #56517, fixed a number of problems in the...
2001-06-05 Daniel Veillard- libxslt/pattern.c : trying to fix #55670
2001-05-17 Daniel Veillard- libxslt/functions.c libxslt/transform.c libxslt/xsltI...
2001-04-30 Daniel Veillard- tests/general/bug-8-.out: fixed in libxml xpath
2001-04-22 Daniel Veillard- transform.c: fixed #53401
2001-03-24 Daniel VeillardHuge cleanup, I switched to compile with
2001-03-19 Daniel VeillardSwitched all the processing to compiled XPath form...
2001-03-05 Daniel Veillard10 more minutes waiting for doctor appointment:
2001-03-04 Bjorn ReesexsltCompileStepPattern handles nested predicates now
2001-03-04 Bjorn ReeseNodeType test has wrongly placed
2001-03-04 Bjorn ReesexsltCompileLocationPathPattern checks for XPath NodeTypes
2001-02-26 Daniel Veillard- libxslt/Makefile.am libxslt/extensions.[ch]: started...
2001-02-21 Daniel VeillardThis should speed up and correct a few problems:
2001-02-19 Daniel VeillardHacking on namespaces support:
2001-02-18 Daniel Veillard- libxslt/pattern.c: when precompiled pattern is ALL...
2001-02-15 Daniel VeillardCleanup, and improving some inefficiency in the number...
2001-02-14 Daniel VeillardBug fixing: - libxslt/pattern.c: priorities were horrib...
2001-02-14 Daniel VeillardThe XML Rec formatting test starts looking okay, also...
2001-02-13 Bjorn Reeseadded xsltMatchPattern
2001-02-08 Daniel VeillardAdded more support for keys, nearly complete:
2001-02-05 Daniel VeillardStarting doing some bulk testing and transformations:
2001-02-03 Daniel VeillardA bit of debug, regenerated the docs:
2001-02-03 Daniel VeillardLots of tests/testing and pattern support should be...
2001-02-01 Daniel VeillardWork on implementing import support:
2001-01-31 Daniel VeillardThe add test/debug loop ges on:
2001-01-30 Daniel VeillardTesting/debugging: - tests/REC/test-7.*: added more...
2001-01-24 Daniel VeillardLotsa improvement and fixes:
2001-01-23 Daniel VeillardThat part is not very fun:
2001-01-22 Daniel VeillardFurious hacking session, making serious progresses...
2001-01-17 Daniel VeillardSome infrastructure work, and of course some debug:
2001-01-16 Daniel VeillardStarted filling in the blanks. Created more blanks :-(
2001-01-13 Daniel VeillardMore general work, added for-each:
2001-01-12 Daniel VeillardHandle the first REC example correctly it seems:
2001-01-11 Daniel VeillardI generate a root node, I assume it's significant progr...
2001-01-11 Daniel Veillardstarted adding xsltTestCompMatch(), Daniel
2001-01-10 Daniel VeillardMore work on parsing selectors, Daniel
2001-01-10 Daniel VeillardStill not working but makes more noise and leaks memory...