1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00
Commit Graph

888 Commits

Author SHA1 Message Date
501d615ec1 added an example in the regression tests bug #107804 fixed in libxml2
* tests/docs/Makefile.am tests/docs/bug-108.xml
  tests/general/Makefile.am tests/general/bug-108*: added an
  example in the regression tests bug #107804 fixed in libxml2
Daniel
2003-03-07 14:30:57 +00:00
9a9d10d1d4 fixed bug #107591 node() in pattern matches should catch comments and PIs
* libxslt/pattern.c: fixed bug #107591 node() in pattern
  matches should catch comments and PIs
* tests/docs/Makefile.am tests/docs/bug-107.xml
  tests/general/Makefile.am tests/general/bug-107*: added an
  example in the regression tests for this case
Daniel
2003-03-05 11:50:54 +00:00
b7bc66177e Added a pointer to LibxmlJ, Daniel 2003-02-27 11:11:37 +00:00
f64f32ef92 added the next example for bug #106788 from James Clark in the regression
* tests/docs/Makefile.am tests/docs/bug-106.xml
  tests/general/Makefile.am tests/general/bug-106*: added the next
  example for bug #106788 from James Clark in the regression tests,
  the bug fix is actually in libxml2
Daniel
2003-02-26 15:51:22 +00:00
590621c68e some cleanup for Python checks, makefile cleanup, and convenience changes
* configure.in doc/Makefile.am xsltproc/Makefile.am: some cleanup
  for Python checks, makefile cleanup, and convenience changes
Daniel
2003-02-25 15:20:58 +00:00
44d74fd937 had to comment out Igor last change since it made libxslt-1.0.27 depends
* xsltproc/xsltproc.c: had to comment out Igor last change
  since it made libxslt-1.0.27 depends on libxml2 newly
  API extension which hasn't propagated yet :-(
Daniel
LIBXSLT_1_0_27
2003-02-24 22:50:35 +00:00
5f743d36c9 libxslt.spec.in there is actually a hard dependancy on libxml2-2.5.4
introduced by Igor :-(, Daniel
2003-02-24 21:56:00 +00:00
00404eb173 preparing release 1.0.27 updated and rebuilt the docs Daniel
* configure.in: preparing release 1.0.27
* doc/*: updated and rebuilt the docs
Daniel
2003-02-24 21:22:53 +00:00
67745b7d41 fixed #106554 for spurious xmlns:nsX="" generation Daniel
* libxslt/namespaces.c: fixed #106554 for spurious xmlns:nsX=""
  generation
Daniel
2003-02-24 18:44:21 +00:00
76575b814d added the example for bug #106788 from James Clark in the regression
* tests/docs/Makefile.am tests/docs/bug-105.xml
  tests/general/Makefile.am tests/general/bug-105*: added the
  example for bug #106788 from James Clark in the regression tests,
  the bug fix is actually in libxml2
Daniel
2003-02-23 13:56:23 +00:00
31ac747bdb fixed bug #106789 from James Clark and a bit of cleanup added the example
* libxslt/namespaces.c libxslt/transform.c: fixed bug #106789 from
  James Clark and a bit of cleanup
* tests/docs/Makefile.am tests/docs/bug-104.xml
  tests/general/Makefile.am tests/general/bug-104*: added the
  example in the regression tests for this case
Daniel
2003-02-23 13:27:05 +00:00
6996b923c7 Added pointers to tkxmllint and tkxsltproc, Daniel 2003-02-22 10:05:26 +00:00
2d3cb84871 fixed RH#84801 wrong prereqs in the spec file Daniel
* libxslt.spec.in: fixed RH#84801 wrong prereqs in the spec file
Daniel
2003-02-21 16:10:07 +00:00
00cffaf536 Added reference to libxslt/PHP, Daniel 2003-02-20 14:28:20 +00:00
081223885c made proper walk through imports 2003-02-19 18:02:23 +00:00
92aebe799a *** empty log message *** 2003-02-19 17:53:45 +00:00
e26537dcf8 fixed bug 106251 2003-02-19 17:53:30 +00:00
57633693d9 handled trio option correctly 2003-02-19 15:08:19 +00:00
503b82b928 *** empty log message *** 2003-02-19 15:08:00 +00:00
87f1755e6d *** empty log message *** 2003-02-19 15:04:30 +00:00
efa6575702 obsoleted xmlNormalizeWindowsPath 2003-02-19 15:04:05 +00:00
e26b9434c2 typo fix from Kjartan Maraas, daniel 2003-02-16 22:15:20 +00:00
d3ea731004 Removal of a need for an Apache module, Daniel 2003-02-16 15:37:56 +00:00
1803d770a2 Added a pointer to mod-xslt in the related links, Daniel 2003-02-15 12:09:51 +00:00
4a7d8d662e preparing release 1.0.26 Daniel
* configure.in doc/*: preparing release 1.0.26
Daniel
LIBXSLT_1_0_26
2003-02-10 16:47:44 +00:00
e190a435ee fixing another bug in document(), bug #105450 Slight change to the output
* libxslt/functions.c: fixing another bug in document(), bug #105450
* tests/documents/test_bad.result: Slight change to the output
Daniel
2003-02-07 14:52:25 +00:00
4d282a674f fixing a segfault in document(), bug #105418 add the specific test as
* libxslt/functions.c: fixing a segfault in document(), bug #105418
* tests/documents/Makefile.am tests/documents/test_bad: add the
  specific test as suggested by Jean T Anderson
Daniel
2003-02-07 14:37:19 +00:00
319e987b00 tried to fix 105387 and all similar cases in the library sources. Daniel
* libxslt/extensions.c libxslt/keys.c libxslt/pattern.c
  libxslt/preproc.c libxslt/transform.c libxslt/variables.c
  libxslt/xslt.c: tried to fix 105387 and all similar cases
  in the library sources.
Daniel
2003-02-07 13:20:49 +00:00
d9ac1f6752 preparing for release of 1.0.25 Daniel
* doc/* configure.in: preparing for release of 1.0.25
Daniel
LIBXSLT_1_0_25
2003-02-05 15:05:00 +00:00
46bb489dd4 fixed bug #99623 Daniel
* xsltproc/xsltproc.c: fixed bug #99623
Daniel
2003-02-04 23:09:40 +00:00
745ee1b06d fixing bug #105116 sometimes one need to generate a default namespace
* libxslt/transform.c: fixing bug #105116 sometimes one need
  to generate a default namespace reset xmlns="" in the output
* tests/docs/Makefile.am tests/docs/bug-103.xml
  tests/general/Makefile.am tests/general/bug-103*: added the
  example in the regression tests for this case
Daniel
2003-02-04 21:12:33 +00:00
aac5d52c7d changed the way the root element of value tree are handled to fix bug
* libxslt/pattern.c libxslt/transform.c: changed the way the
  root element of value tree are handled to fix bug #104123
Daniel
2003-02-04 17:40:54 +00:00
b8a1a68745 change of policy w.r.t. mails small cleanup fixed a couple of bugs raised
* README: change of policy w.r.t. mails
* configure.in: small cleanup
* libxslt/transform.c libxslt/xslt.c libxslt/variables.c: fixed
  a couple of bugs raised by Eric van der Vlist in #104114
* tests/exslt/*/*.out: slight change to the tests
Daniel
2003-02-04 17:20:09 +00:00
10899d8e75 fixing bug #104096, put emphasis on the fact that --docbook should not be
* doc/xsltproc.1 doc/xsltproc.xml: fixing bug #104096, put
  emphasis on the fact that --docbook should not be used
  for XML.
Daniel
2003-02-04 16:20:30 +00:00
d5978989e7 Updated xmlwrapp pointers. Daniel 2003-02-04 10:30:26 +00:00
91566e2eb8 Added pointers to xmlwrapp C++ bindings for libxslt, Daniel 2003-02-03 23:46:03 +00:00
3da84f0184 State that I will Cc the list for all technical answer, Daniel 2003-01-25 11:46:06 +00:00
6139969721 fixed a couple of return error #104150 reported by Peter O'Shea Daniel
* python/libxslt.c: fixed a couple of return error #104150
  reported by Peter O'Shea
Daniel
2003-01-22 15:47:10 +00:00
4cf238e533 fixed a double free of stylesheet when applied to a standalone stylesheet
* xsltproc/xsltproc.c: fixed a double free of stylesheet
  when applied to a standalone stylesheet
Daniel
2003-01-17 16:45:00 +00:00
aaf8d3ad67 preparing release 2.0.24 small update updated the news, rebuilt the APIs
* configure.in: preparing release 2.0.24
* libxslt.spec.in: small update
* doc/*: updated the news, rebuilt the APIs descriptions
Daniel
LIBXSLT_1_0_24
2003-01-14 15:28:23 +00:00
66cea913b7 fixed #101502 by applying and cleaning up the associated patch from Daniel
* libxslt/functions.c: fixed #101502 by applying and cleaning up
  the associated patch from Daniel Stodden.
* tests/documents/Makefile.am tests/documents/fragment*: added a
  specific test.
Daniel
2003-01-14 13:25:52 +00:00
cb20183b44 Fixed a debug log, switched it off now, Daniel 2003-01-13 22:33:20 +00:00
d932aafe73 fixing bug #101602 for extension modules init and shutdown callbacks,
* libxslt/extensions.c libxslt/transform.c: fixing bug #101602
  for extension modules init and shutdown callbacks, check that
  they are now called when needed.
* python/libxsl.py python/libxslt-python-api.xml python/libxslt.c:
  started adding the extension module support at the Python level.
  Still a strange bug to hunt down left.
Daniel
2003-01-13 22:28:34 +00:00
21df755925 fixed bug #101003 on attribute-sets value computation in the presence of
* libxslt/attributes.c libxslt/xsltInternals.h libxslt/imports.c
  libxslt/xslt.c: fixed bug #101003 on attribute-sets value
  computation in the presence of imports
* tests/docs/Makefile.am tests/docs/bug-102.xml
  tests/general/Makefile.am tests/general/bug-102*: added an
  example in the regression tests for this case
Daniel
2003-01-12 22:58:59 +00:00
58863d7e3e 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-01-12 22:58:56 +00:00
ece2557c97 fixed bug #101003 on attribute-sets value computation in the presence of
* libxslt/attributes.c libxslt/xsltInternals.h libxslt/imports.c
  libxslt/xslt.c: fixed bug #101003 on attribute-sets value
  computation in the presence of imports
* tests/docs/Makefile.am tests/docs/bug-102.xml
  tests/general/Makefile.am tests/general/bug-102*: added an
  example in the regression tests for this case
Daniel
2003-01-12 22:58:56 +00:00
02bd6b126a changed slightly the UI of the web site, Daniel 2003-01-11 14:21:01 +00:00
921808c7b5 final touch to #102800 fix Daniel
* xsltproc/xsltproc.c: final touch to #102800 fix
Daniel
2003-01-10 09:35:13 +00:00
e87939b65d Be really clear about support guidelines, Daniel 2003-01-10 09:23:19 +00:00
a404cd96b1 Applied patch from Jonathan Wakely and regenerated the docs, Daniel 2003-01-09 18:31:09 +00:00