106
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- tests/general/bug-5-.out tests/multiple/out/*.orig tests/xmlspec/REC-xml-20001006*.html: fixed the test output following the libxml changes Daniel More... about 23 years ago
- libxslt/functions.c: applied TOM's patch to key() - tests/XSLTMark/chart.out tests/XSLTMark/dbonerow.out tests/XSLTMark/prettyprint.out tests/multiple/out/*.html: small HTML output change Daniel More... about 23 years ago
- libxslt/functions.c libxslt/transform.c libxslt/xsltInternals.h: fixed current() Daniel More... about 23 years ago
- libxslt/keys.c libxslt/preproc.c libxslt/templates.c libxslt/transform.c libxslt/variables.c libxslt/xsltInternals.h: fixed for the most part the namespace handling problem in XPath expression computations. - test/doc/ tests/general: added bug 5 and 6 Daniel More... about 23 years ago
- libxslt/xslt.c: applied William M. Brack patch fixing the template lack of support for priority - test/XSLTMark/*.out : this fixed anumber of problems in the XSLTMark output Daniel More... about 23 years ago
- libxslt/functions.c: removed warning in unparsed-entity-uri() fixed a bug in generate-id() - libxslt/transform.c: fixed null list result errors - libxslt/transform.c libxslt/xsltutils.c: applied William M. Brack fixes for sorting semantic Daniel More... about 23 years ago
- config.h.in configure.in libxslt/xsltconfig.h.in: added ansidecl.h test - libxslt/xsltproc.c : added --xinclude option - tests/XSLTMark/union.out : fixed the output Daniel More... about 23 years ago
Ignores More... about 23 years ago
- configure.in: released 0.7.0 - tests/XSLTMark/Makefile.am: trying to solve some make distcheck problems Daniel More... about 23 years ago
- libxslt/functions.c libxslt/keys.c libxslt/transform.c: some checking against NULL pointers daniel More... about 23 years ago
Updated the new result of the brutal test, daniel More... about 23 years ago
Jumbo patch, extended regression tests and fixed regression results: - configure.in tests/Makefile.am tests/XSLTMark/* tests/multiple: added the XSLTMark in the regression tests as well as multiple output test from Ankh - libxslt/functions.c libxslt/keys.c libxslt/transform.c libxslt/variables.c libxslt/xsltutils.c: applied William M. Brack patches and fixed a memory leak - tests/docbook/result/html/*.html : updated the results after William's patch - tests/xmlspec/REC-xml-20001006-review.html tests/xmlspec/REC-xml-20001006.html: libxml now don't invent an HTML doctype when serializing HTML result, but adds the encoding in ALT Daniel More... about 23 years ago
Dohh amaya forgot to add the DOCTYPE, Daniel More... about 23 years ago
fixed error reported by Gerald Richter, Daniel More... about 23 years ago
Applied small but significant fix: - libxslt/transform.c: applied fix to xsltApplyTemplates from William M. Brack - test/docbook/result/html/*.html: this change the output - tests/xmlspec/REC-xml-20001006-review.html tests/xmlspec/REC-xml-20001006.html: this also fixed some of the reference anchors generated for the XML spec Daniel More... about 23 years ago
- libxslt/attributes.c libxslt/extra.c libxslt/keys.c libxslt/numbers.c libxslt/templates.c libxslt/transform.c libxslt/xsltconfig.h.in libxslt/xsltutils.c: of course the way I defined UNUSED breaks on old gcc version. Try to be smart and also define it directly in xsltconfig.h - tests/xmlspec/Makefile.am: fixed the timing arg test Daniel More... about 23 years ago
Implementation of stylesheet parameter passing: - libxslt/transform.[ch] libxslt/variables.[ch] libxslt/xsltproc.c: implemented command line parameter passing - tests/xmlspec/Makefile.am tests/xmlspec/REC-xml-20001006-review.html: tested it by passing show.diff.markup=1 to build the review version too Daniel More... about 23 years ago
Huge cleanup, I switched to compile with -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline - libxslt/attributes.c libxslt/extensions.c libxslt/extra.c libxslt/functions.c libxslt/keys.c libxslt/numbers.c libxslt/pattern.c libxslt/preproc.c libxslt/templates.c libxslt/transform.c libxslt/variables.c libxslt/xslt.c libxslt/xsltutils.c: basically made static unexported functions avoided name clashes and flagged unused parameters. Daniel More... about 23 years ago
- configure.in: 0.6.0 yet another release - doc/xslt.html doc/html/*: updated the docs Daniel More... about 23 years ago
For Ankh, fixed document(), and API cleanup: - libxslt/xsltInternals.h libxslt/xslt.c libxslt/transform.c libxslt/templates.[ch] libxslt/preproc.c libxslt/extensions.[ch] extended xsltEvalStaticAttrValueTemplate and xsltEvalAttrValueTemplate to support foreign namespaces, and fixed document() Daniel More... about 23 years ago
Switched all the processing to compiled XPath form, there is a small problem showing up in the mediaobject.filename template of DocBook, but the way unparsed-entity-uri() doesn't follow the spec it seems so ...: - xsltutils.h: cleanup some garbage added last night - xsltInternals.h variables.c transform.c templates.[ch] preproc.c pattern.c keys.c: switched the whole XSLt processing to use XPath precompiled expressions and reusing them. - functions.c: some cleanup, seems people don't use unparsed-entity-uri() the way it's supposed to be used Daniel More... about 23 years ago
Prepared for the new XPath code, not finished, but should work at least: - libxslt/keys.c libxslt/templates.c libxslt/transform.c libxslt/variables.c libxslt/xsltutils.h: Changed to work with the new way XPath is interpreted. This doesn't yet take advantage of the separate parsing/evaluation phases Daniel More... about 23 years ago
- libxslt/transform.c: [email protected] pointed out a problem in xsl:copy-of in case of attributes - tests/docs/Makefile.am tests/docs/bug-3-.xml tests/general/Makefile.am tests/general/bug-3-.*: added the test to the general regression suite Daniel More... about 23 years ago
- libxslt/functions.c: applied and fixed [email protected] patch fixing some of the missing functionnalities in the XSLT functions implementations. Daniel More... about 23 years ago
- libxslt/Makefile.am: [email protected] forwarded a fix Daniel More... about 23 years ago
- README.cvs-commits: added, pointing to HACKING - HACKING: added defines commit rules. Daniel More... about 23 years ago
- libxslt/extra.c libxslt/variables.c: fixing compilation when libxml was compiled without debug support Daniel More... about 23 years ago
Preparing libxslt-0.5.0 while libxml-2.3.4 is uploading: - configure.in: time for 0.5.0 - tests/docs/Makefile.am tests/general/Makefile.am: make sure the new test files are included in the distribution - doc/xslt.html : updated - doc/html/*.html: regenerated the docs Daniel More... about 23 years ago
- tests/docbook/result/html/*.html: regenerated the HTML now that value-of an result tree don't include the fake root Daniel More... about 23 years ago
I really had to recompile without any debug: - libxslt/transform.c libxslt/variables.c: removed a couple of possibly uninitialized var probs - tests/xmlspec/Makefile.am: run the processing without verbose avoid raising generated id differences. Daniel More... about 23 years ago