1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-01 14:06:55 +03:00
Commit Graph

1035 Commits

Author SHA1 Message Date
fe57c88acb updated to reflect change to HTML output in libxml2 (formatting of <p>,
* tests/multiple/out/letter*.orig: updated to reflect change
  to HTML output in libxml2 (formatting of <p>, bug #125093)
2003-11-04 09:13:05 +00:00
7a05b01045 fixed bug #124286 - detect invalid name on template
* libxslt/xslt.c: fixed bug #124286 - detect invalid name on
  template
2003-11-02 17:12:37 +00:00
d88c798e1e some cleanup and trial for the upcoming 1.1.0 release this release removes
* Makefile.am configure.in libxslt.spec.in doc/libxslt-api.xml
  libxslt/xslt.h libxslt/xsltwin32config.h: some cleanup and trial
  for the upcoming 1.1.0 release
* breakpoint/*: this release removes the deprecated breakpoint library
Daniel
2003-11-02 09:53:42 +00:00
a083b0b03e fixed bug #125502 and corrected expected test output fixed broken test
* libxslt/transform.c, tests/general/bug-119.out: fixed
  bug #125502 and corrected expected test output
* tests/general/bug-79.out: fixed broken test (bug #123328)
* libxslt/pattern.c, libexslt/functions.c: minor change to
  eliminate compilation warning
2003-11-02 01:10:43 +00:00
c054e019f0 fixing two broken tests (revealed by #125502) Daniel
* tests/REC/test-5.2-17.xsl tests/REC/test-5.2-18.xsl: fixing two
  broken tests (revealed by #125502)
Daniel
2003-11-01 21:38:11 +00:00
fa4f217009 fix bug #125265 about entities breaking exsl:tokenize and exsl:split
* libexslt/strings.c: fix bug #125265 about entities breaking
  exsl:tokenize and exsl:split
* tests/exslt/strings/split.1.* tests/exslt/strings/tokenize.1.*:
  augmented the reression tests with the example from the bug report.
Daniel
2003-11-01 06:45:21 +00:00
87c1e30bee Added pointers to Rexx bindings, Daniel 2003-10-31 22:58:33 +00:00
3206872681 fix bug #120828 make sure that xsl:sort is empty. Daniel
* libxslt/preproc.c: fix bug #120828 make sure that xsl:sort is
  empty.
Daniel
2003-10-31 19:27:09 +00:00
c05457fa41 switch to use xmlReadfile instead of xmlParseFile, this avoid relying on
* libxslt/documents.c libxslt/imports.c libxslt/xslt.c libxslt/xslt.h
  xsltproc/xsltproc.c: switch to use xmlReadfile instead of
  xmlParseFile, this avoid relying on global parser options, far
  far cleaner.
* tests/XSLTMark/xslbench1.out tests/general/bug-90.out: fixes a
  slightly corrected output for CDATA and STYLE element save.
Daniel
2003-10-31 14:56:30 +00:00
db3d2b48e8 applied patch from Roumen Petrov for bug #124539 when building outside the
* configure.in python/Makefile.am python/tests/Makefile.am: applied
  patch from Roumen Petrov for bug #124539 when building outside the
  source directory
* libxslt/xsltutils.c: fixed the way to grab the line number from
  the document, use the predefiend libxml2 API which mate it work
  with both 2.5.x and 2.6.x
Daniel
2003-10-28 14:33:17 +00:00
d09eebaf56 put in #undef for IS_BLANK macros to fix problem reported on the mailing
* libxslt/xslt.c: put in #undef for IS_BLANK macros to fix
  problem reported on the mailing list by Justin Fletcher
2003-10-27 01:00:05 +00:00
04ca58e4e5 oops ! Daniel
oops !
Daniel
2003-10-23 22:52:36 +00:00
c52e167f94 doing some testing and raising the build requirement to 2.5.10 applied
* configure.in libxslt.spec.in: doing some testing and raising
  the build requirement to 2.5.10
* libexslt/Makefile.am configure.in: applied patch from Graham Wilson
  for linking the exslt lib with the lib being build instead of the
  installed one
Daniel
2003-10-23 22:52:06 +00:00
24d85de726 Fixed problem with cascaded predicates (more of bug 119946)
* libxslt/pattern.c: Fixed problem with cascaded predicates
  (more of bug 119946)
2003-10-23 08:49:52 +00:00
08cc990380 23 Oct 2003 15:40:27 HKT William M. Brack <wbrack@mmm.com.hk>
* Restored corrupted early portions of ChangeLog
2003-10-23 07:44:28 +00:00
1521b2c80d applied patch from Kasimier Buchcik for xsltGetDebuggerStatus and
* libxslt/xsltutils.[ch]: applied patch from Kasimier Buchcik
  for xsltGetDebuggerStatus and xsltSetDebuggerStatus
* doc/libxslt-api.xml: regenerated the API
Daniel
2003-10-22 11:09:56 +00:00
eb955f5fe1 bump the libxml2 require to 2.6.0 which should ship for good real soon...
* configure.in: bump the libxml2 require to 2.6.0 which
  should ship for good real soon...
* doc/Makefile.am: fix installation of HTML pages
* doc/libxslt-api.xml: rebuilt
* libxslt/xsltexports.h: cleanup
* python/generator.py: ATTRIBUTE_UNUSED is after the parameter
* xsltproc/xsltproc.c: applied Crutcher Dunnavant --load-trace patch 2
Daniel
2003-10-19 21:35:47 +00:00
e0bbbefe2e fixed bug 123822
* libxslt/attributes.c: fixed bug 123822
2003-10-17 10:29:00 +00:00
07876986ba Removed old build files for Windows, daniel 2003-10-17 09:24:55 +00:00
e2daab5a9b fixed bug 119946 enhanced for better devel (me) testing
* libxslt/pattern.c: fixed bug 119946
* configure.in: enhanced for better devel (me) testing
2003-10-17 04:49:04 +00:00
395f702571 applied a small patch from Troels Walsted Hansen for python libxml2
* configure.in: applied a small patch from Troels Walsted Hansen
  for python libxml2 detection.
Daniel
2003-10-15 15:31:56 +00:00
1133731a3e minor cleanup for various compilation warnings (AIX as well as gcc)
* libxslt/numbers.c, libxslt/extensions.c, libexslt/date.c,
  python/libxslt.c, xsltproc/xsltproc.c: minor cleanup for
  various compilation warnings (AIX as well as gcc)
2003-09-28 01:45:49 +00:00
c5f8d4199a applied patch from Brett Kail to implement saxon:line-number() Daniel
* libexslt/saxon.c: applied patch from Brett Kail to implement
  saxon:line-number()
Daniel
2003-09-27 15:31:09 +00:00
25e0bf85bd fix some header paths as pointed by Steve Ball Daniel
* libxslt/extensions.h libxslt/extra.h: fix some header paths
  as pointed by Steve Ball
Daniel
2003-09-25 09:48:14 +00:00
482b439dd3 applied patch from Karl Eichwalder apparently the xmlFree was introducting
* libxslt/extensions.c: applied patch from Karl Eichwalder
  apparently the xmlFree was introducting a memory error
  on x86_64, though not reproduced.
* libxslt/transform.c: patch from Shaun McCance fixing a comment.
Daniel
2003-09-24 21:40:00 +00:00
95c248b603 don't output errors to stdout by default use stderr instead. Daniel
* python/libxslt.c: don't output errors to stdout by default
  use stderr instead.
Daniel
2003-09-18 09:33:13 +00:00
1f23440f79 small fixes w.r.t. IS_XSLT_REAL_NODE change some makefile "distclean"
* libxslt/functions.c libxslt/numbers.c: small fixes w.r.t.
  IS_XSLT_REAL_NODE change
* python/Makefile.am Makefile.am: some makefile "distclean"
  target improvement from Graham Wilson
* xsltproc/xsltproc.c: small fix from Alexey Efimov for options
  display.
Daniel
2003-09-18 09:31:46 +00:00
4b8b616fb7 Adding link to the IRC channel, Daniel 2003-09-16 11:40:42 +00:00
cf25ddf59f Added XML_PI_NODE to the macro IS_XSLT_REAL_NODE, fixed bug 120644.
* libxslt/xsltutils.h: Added XML_PI_NODE to the macro
  IS_XSLT_REAL_NODE, fixed bug 120644.
2003-09-15 14:45:00 +00:00
8d7c6499f7 removing the DocBook SGML support Daniel
* xsltproc/xsltproc.c doc/xsltproc.1 doc/xsltproc.xml
  libxslt/xsltutils.h: removing the DocBook SGML support
Daniel
2003-09-13 00:08:39 +00:00
fb4ce1d2f2 preparing release libxslt-1.0.33 updated and rebuilt the docs small fixes
* configure.in: preparing release libxslt-1.0.33
* doc/*: updated and rebuilt the docs
* doc/apibuild.py: small fixes for new tokens
Daniel
LIBXSLT_1_0_33
2003-09-12 12:22:54 +00:00
27979ecf09 fixes some output divergeances with libxml2-2.6.0beta1, daniel 2003-09-12 11:34:55 +00:00
71921e7384 enhanced previous fix to bug #120684, using excellent suggestion by Daniel
* transform.c: enhanced previous fix to bug #120684, using
  excellent suggestion by Daniel
* attributes.c: fixed bug #119583, merging attribute sets
  from imported stylesheets.
* tests/docs/Makefile.am tests/docs/bug-131.xml
  tests/general/Makefile.am tests/docs/bug-131*: added tests
  to the regression suite for bug #120684.
2003-09-06 17:00:16 +00:00
ce8c487ef7 fixed bug 119946, caused by incorrect creation of "extra" variables when
* pattern.c pattern.h imports.c: fixed bug 119946, caused by
  incorrect creation of "extra" variables when compiling
  templates on imported stylesheets.
* tests/docs/Makefile.am tests/docs/bug-130.xml tests/docs/bug-130.doc
  tests/general/Makefile.am test/docs/bug-130*: added tests
  to the regression suite for this bug.
2003-09-06 17:00:16 +00:00
e61329fd8f tyny change HTML -> html DOCTYPE due to a libxml2 change Daniel
* tests/xmlspec/*.html: tyny change HTML -> html DOCTYPE due to
  a libxml2 change
Daniel
2003-09-03 13:34:56 +00:00
e10edd933f Same as for the XML part, added image and link agaisnt software patents,
Daniel
2003-09-03 10:13:11 +00:00
a82342ef35 enhanced previous fix to bug #120684, using excellent suggestion by Daniel
* transform.c: enhanced previous fix to bug #120684, using
  excellent suggestion by Daniel
* attributes.c: fixed bug #119583, merging attribute sets
  from imported stylesheets.
* tests/docs/Makefile.am tests/docs/bug-131.xml
  tests/general/Makefile.am tests/docs/bug-131*: added tests
  to the regression suite for bug #120684.
2003-09-03 01:22:15 +00:00
127fcc1500 fixing bug #120684 on crash caused by text between apply-templates
* transform.c: fixing bug #120684 on crash caused by text between
  apply-templates
2003-09-03 01:22:15 +00:00
c2a91962cd additional macros, mingw section 2003-09-02 14:08:34 +00:00
6979d8c426 patch from Mark Vadoc to allow compiling against libxml2 without XPointer
* libxslt/function.c: patch from Mark Vadoc to allow compiling
  against libxml2 without XPointer supoort.
Daniel
2003-09-01 21:03:32 +00:00
4eb53ed82c fixing the bug #120971 on cdata-section-elements with namespaced names
* libxslt/transform.c: fixing the bug #120971 on cdata-section-elements
  with namespaced names reported by Steve Hay
* tests/docs/Makefile.am tests/docs/bug-129.*
  tests/general/Makefile.am tests/general/bug-129*: added the
  test to the regression suite for this bug.
Daniel
2003-08-29 10:30:41 +00:00
6357b02f12 fixed typos reported by Mark Vakoc 2003-08-28 16:30:27 +00:00
96ee56acba realigned parameters after taint 2003-08-27 10:08:03 +00:00
f3138a3132 fixed defs for Borland compiler, as reported by Eric Zurcher 2003-08-27 08:04:15 +00:00
379c962a3d *** empty log message *** 2003-08-27 08:03:45 +00:00
97a5b94370 add the new header so they get included in the distrib Daniel
* libxslt/Makefile.am libexslt/Makefile.am: add the new header so they
  get included in the distrib
Daniel
2003-08-25 11:40:39 +00:00
5a1df8be26 changed default var export to extern 2003-08-25 10:05:22 +00:00
69e9dd75e6 *** empty log message *** 2003-08-25 10:01:42 +00:00
44496bf3ec Exportability taint of the headers 2003-08-25 10:01:24 +00:00
3e57ddf7eb enhanced previous fix to bug #120684, using excellent suggestion by Daniel
* transform.c: enhanced previous fix to bug #120684, using
  excellent suggestion by Daniel
* attributes.c: fixed bug #119583, merging attribute sets
  from imported stylesheets.
* tests/docs/Makefile.am tests/docs/bug-131.xml
  tests/general/Makefile.am tests/docs/bug-131*: added tests
  to the regression suite for bug #120684.
2003-08-25 10:00:59 +00:00