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

1035 Commits

Author SHA1 Message Date
c3a88317d5 fixed Bug130593. fixed a couple of sequence problems on references within
* configure.in: fixed Bug130593.
* doc/apibuild.py: fixed a couple of sequence problems on
  references within APIxxx.html files, rebuild doc/* (and NEWS)
2004-01-06 15:41:32 +00:00
2aee656e81 John Fleck <jfleck@inkstain.net> ChangeLog for docs change
John Fleck <jfleck@inkstain.net>
ChangeLog for docs change
2004-01-05 02:09:27 +00:00
f87a339e0f change background color of function declaration to improve readability
Sun Jan  4 19:06:59 MST 2004 John Fleck <jfleck@inkstain.net>

	* doc/newapi.xsl: change background color of function
	declaration to improve readability
	* doc/*: rebuild docs with new stylesheet
2004-01-05 02:09:03 +00:00
30e7a3f639 rebuild docs
Fri Jan  2 21:42:49 MST 2004 John Fleck <jfleck@inkstain.net>
* doc/*: rebuild docs
2004-01-03 04:51:10 +00:00
621a8dbd19 fix bad doc comment formatting on xsltDebugSetDefaultTrace and
Fri Jan  2 21:42:49 MST 2004 John Fleck <jfleck@inkstain.net>

	* libxslt/transform.c: fix bad doc comment formatting on
xsltDebugSetDefaultTrace and xsltDebugGetDefaultTrace
2004-01-03 04:50:26 +00:00
58f11833f5 prepared release of libxslt-1.1.2 some tweaking following the new EXSLT
* configure.in doc/*: prepared release of libxslt-1.1.2
* libxslt.spec.in doc/Makefile.am: some tweaking following the
  new EXSLT docs.
Daniel
LIBXSLT_1_1_2
2003-12-24 14:17:26 +00:00
6c3bea67bc fixed xsl:number level="any" for Bug 129057
* libxlst/numbers.c: fixed xsl:number level="any" for Bug
  129057
2003-12-22 12:32:52 +00:00
347a638f30 added namespace comparison for xsl:number count function (Bug 129057)
* libxslt/numbers.c: added namespace comparison for
  xsl:number count function (Bug 129057)
2003-12-21 13:39:01 +00:00
53fa74cf29 added test for entities parsing (Bug #129489) Daniel
* tests/docs/Makefile.am tests/docs/bug-139.xml
  tests/general/Makefile.am tests/general/bug-139*: added
  test for entities parsing (Bug #129489)
Daniel
2003-12-21 12:59:00 +00:00
da0d5bcdf2 added test for namespace problem (Bug 129624)
* tests/docs/Makefile.am tests/docs/bug-138.xml
  tests/general/Makefile.am tests/general/bug-138*: added
  test for namespace problem (Bug 129624)
2003-12-21 12:38:05 +00:00
6d8811b0de fixed #129327 make sure parser flags get transmitted to the transformation
* xsltproc.c: fixed #129327 make sure parser flags get transmitted to
  the transformation context
* libxslt/documents.c libxslt/transform.c libxslt/xsltInternals.h
  libxslt/xsltutils.c libxslt/xsltutils.h: add a new call
  xsltSetCtxtParseOptions() to update parsing options in document()
Daniel
2003-12-21 12:21:17 +00:00
de541422eb fixed second problem on #122483, namespace definitions must be propagated
* libxslt/keys.c: fixed second problem on #122483, namespace
  definitions must be propagated to keys.
* tests/docs/Makefile.am tests/docs/bug-137.xml
  tests/general/Makefile.am tests/docs/bug-137*: added test
  to the regression for bug #122483
Daniel
2003-12-21 11:52:58 +00:00
2d12a9c926 added the cast needed to fix #129188 warning Daniel
* libxslt/transform.c: added the cast needed to fix #129188 warning
Daniel
2003-12-21 11:09:50 +00:00
6bbe4fd164 fixed Bug 129624 (erroneous output of namespaces)
* libexslt/transform.c: fixed Bug 129624 (erroneous output
  of namespaces)
2003-12-20 15:36:56 +00:00
6634dd8346 fixed several routines to assure empty string returned (rather than a
* libexslt/date.c: fixed several routines to assure empty
  string returned (rather than a string object with a null
  string pointer) (Bug 129561)
2003-12-20 09:29:59 +00:00
26c586d2a2 enhanced documentation to include exslt; rebuilt docs
* doc/Makefile.am doc/site.xsl doc/api.xsl doc/newapi.xsl
  doc/xslt.html doc/apibuild.py doc/EXSLT doc/EXSLT/exslt.html:
  enhanced documentation to include exslt; rebuilt docs
2003-12-16 08:36:21 +00:00
1b8457a8c0 John Fleck <jfleck@inkstain.net> rebuild docs directory with xsltutils.h
John Fleck <jfleck@inkstain.net>
 rebuild docs directory with xsltutils.h fix
2003-12-16 03:36:44 +00:00
20ad094a14 libxslt/xsltutils.h doc/* document XSLT_TRACE macro (sort of) and rebuild
Mon Dec 15 20:33:52 MST 2003 John Fleck <jfleck@inkstain.net>

	* libxslt/xsltutils.h
	* doc/*
	document XSLT_TRACE macro (sort of) and rebuild docs
2003-12-16 03:35:58 +00:00
f8c283c3af tried to fix mingw build, no success, it still works halfway 2003-12-11 18:52:07 +00:00
ad6e1edbe2 MSVC and MinGW compilation fixes 2003-12-11 15:34:45 +00:00
45ac98ed8a doc/xslt.html docs.html remove reference to gtk-doc
Wed Dec 10 20:37:46 MST 2003 John Fleck <jfleck@inkstain.net>

	* doc/xslt.html docs.html
	remove reference to gtk-doc
2003-12-11 03:39:08 +00:00
fa102e7613 Fixes the pointer to the downloads at gnome.org, Daniel LIBXSLT_1_1_1 2003-12-10 16:46:11 +00:00
1c14dc5302 updated the docs, made release 1.1.1 Daniel
* configure.in NEWS doc/*: updated the docs, made release 1.1.1
Daniel
2003-12-10 16:21:26 +00:00
4d91881021 upp'ed the dependancy to libxml2-2.6.3 fixed #127473 by using the new
* configure.in: upp'ed the dependancy to libxml2-2.6.3
* libxslt/documents.c xsltproc/xsltproc.c: fixed #127473
  by using the new XInclude APIs provided by 2.6.3...
Daniel
2003-12-10 15:15:26 +00:00
bb20b72413 modified to assure XML_CDATA_SECTION_NODE's do not have xmlStringTextNoenc
* libxslt/transform.c, libxslt/xslt.c: modified to assure
  XML_CDATA_SECTION_NODE's do not have xmlStringTextNoenc
  set into node name.  This modification arises from
  bug #128520, and avoids unnecessary work in libxml2.
2003-12-08 15:38:22 +00:00
91980f4ffc updated the metadata informations in the headers regenerated the docs.
* libxslt/*.h *.h.in: updated the metadata informations in the headers
* doc/* doc/html/*: regenerated the docs.
Daniel
2003-12-01 15:43:38 +00:00
f2307d6459 small further enhancement to makefile updated to reflect last change to
* doc/Makefile.am: small further enhancement to makefile
* doc/APIchunk[127].html, doc/libxslt-api.xml, doc/libxslt-refs.xml,
  doc/html/libxslt-transform.html: updated to reflect last change
  to transform.c
2003-11-30 15:34:02 +00:00
0d9855d997 adapted the libxml files for libxslt. regenerated the docs.
* doc/newapi.xsl, doc/api.xsl, doc/apibuild.py, doc/site.xsl,
  Makefile.am: adapted the libxml files for libxslt.
* doc/API*.html, doc/html/*.html, doc/libxslt-api.xml,
  doc/libexslt-api.xml, doc/libxslt-refs.xml,
  win32/libxslt.def.src, win32/libexslt.def.src: regenerated
  the docs.
2003-11-30 14:49:57 +00:00
0183f0664e change initialisation of external functions to take place in
* libxslt/transform.c: change initialisation of external functions
  to take place in xsltNewTransformContext instead of in
  xsltApplyStylesheetInternal.  This fixes bug 122483, and should
  also fix problem reported on the mailing list on today's date.
2003-11-30 10:53:01 +00:00
386a729acf Changed to detect recursion in xslt:include (bug #127687).
* libxslt/imports.c, libxslt/xsltInternals.h: Changed to
  detect recursion in xslt:include (bug #127687).
* tests/XSLTMark/reverser.out,
* test/docbook/result/xhtml/gdp-handbook.xhtml: results changed
  because of fix of bug #127877 in libxml2 (quotes in text)
2003-11-26 01:51:41 +00:00
fad19c9b8a Changed to detect recursion in xslt:import (bug #127687). regenerated to
* libxslt/xslt.c, libxslt/imports.c, libxslt/parserInternals.h:
  Changed to detect recursion in xslt:import (bug #127687).
* doc/libxslt-api.xml, python/libxsltclass.txt: regenerated to
  include change to xsltParseStylesheetImportedDoc parameters for
  above.
2003-11-23 23:37:19 +00:00
741adf3774 Applied patch from Mark Vadoc adding flexible trace debugging support to
* libxslt/keys.c libxslt/templates.c libxslt/transform.c
  libxslt/variables.c libxslt/xsltInternals.h libxslt/xsltutils.h:
  Applied patch from Mark Vadoc adding flexible trace debugging
  support to the library.
Daniel
2003-11-22 12:06:30 +00:00
7cb4870e64 fixed bug #127561 (xsl:element with a 'computed' namespace attribute)
* libxslt/transform.c: fixed bug #127561 (xsl:element with a
  'computed' namespace attribute)
* tests/docs/Makefile.am tests/docs/bug-136.xml
  tests/general/Makefile.am tests/docs/bug-136*: added tests
  to the regression for bug #127561
2003-11-21 17:00:22 +00:00
96223c5d6a Adding missing bugs, Daniel 2003-11-21 10:31:35 +00:00
d074b58a3b small further enhancement, bug #127450
* libxslt/keys.c: small further enhancement, bug #127450
2003-11-21 10:21:30 +00:00
6100c901dd another problem reported by Oleg Paraschenko on the same code in #127450
* libxslt/keys.c: another problem reported by Oleg Paraschenko
  on the same code in #127450
* tests/docs/Makefile.am tests/docs/bug-135.xml
  tests/general/Makefile.am tests/docs/bug-135*: added tests
  to the regression suite for bug #127450.
Daniel
2003-11-20 16:28:36 +00:00
16130f7179 fixed an error from #120684 patch raised in #127450 added tests to the
* libxslt/keys.c: fixed an error from #120684 patch raised in
  #127450
* tests/docs/Makefile.am tests/docs/bug-134.xml
  tests/general/Makefile.am tests/docs/bug-134*: added tests
  to the regression suite for bug #127450.
Daniel
2003-11-20 10:02:08 +00:00
c7d1398e49 fixed a bug in the keys selector parsing #120684 when | is in a predicate
* libxslt/keys.c: fixed a bug in the keys selector parsing
  #120684 when | is in a predicate or a string.
* tests/docs/Makefile.am tests/docs/bug-132.xml
  tests/general/Makefile.am tests/docs/bug-132*: added tests
  to the regression suite for bug #120684.
* Makefile.am: don't package cvs temp files
* doc/apibuild.py: update from libxml2 one
Daniel
2003-11-19 23:25:22 +00:00
06092dfad5 fixed entity problem in exslt:tokenize uncovered by newapi.xsl changed to
* libexslt/strings.c: fixed entity problem in exslt:tokenize
  uncovered by newapi.xsl
* libxslt/transform.c,libxslt/pattern.c,libxslt/keys.c: changed
  to use IS_BLANK_CH for char compares (fixes warnings)
2003-11-18 05:57:38 +00:00
b3d078b366 applied fix from Bjorn Reese to close number formatting bug #126994 Daniel
* libxslt/preproc.c: applied fix from Bjorn Reese to close
  number formatting bug #126994
Daniel
2003-11-14 23:00:49 +00:00
7afdb3d0d0 adding libexslt.pc support Daniel
* Makefile.am configure.in libexslt.pc.in libxslt.spec.in: adding
  libexslt.pc support
Daniel
2003-11-14 17:46:01 +00:00
7bfb15aeda applied Mark Vakoc patch to moves the control of the XSLT debugger into
* libxslt/attributes.c libxslt/documents.c libxslt/transform.c
  libxslt/variables.c libxslt/xsltInternals.h: applied Mark Vakoc
  patch to moves the control of the XSLT debugger into the transform
  context.
Daniel
2003-11-13 10:58:04 +00:00
0cd2f0c0e9 applied patch for param visibility from Shaun McCance. Changed variable
* libexslt/functions.c: applied patch for param visibility from
  Shaun McCance.  Changed variable scoping in accordance with
  Shaun's suggestions.  This fixed problem reported on the list
  by Bernd Lang
* tests/exslt/functions/function.8.[xml,xsl,out], Makefile.am:
  regression test for above
2003-11-12 10:20:03 +00:00
cfc91f9c69 applied improvement patch from Jonathan Wakely describing the entry
* libexslt/libexslt.3: applied improvement patch from Jonathan Wakely
  describing the entry points.
Daniel
2003-11-08 12:28:13 +00:00
a2f3543467 fixed #122146 2003-11-06 16:28:17 +00:00
aaf7de0534 *** empty log message *** 2003-11-06 16:27:46 +00:00
818dbee708 applied last fix from #125614 Daniel
* tests/multiple/Makefile.am: applied last fix from #125614
Daniel
2003-11-05 11:39:16 +00:00
9d9bdf0b0a Minor enhancements to eliminate compile/test warnings
* libxslt/xsltconfig.h.in, libexstl/exsltconfig.h.in:
  changed macro ATTRIBUTE_UNUSED for gcc so that, if undefined,
  it's defined as __attribute__((unused))
* python/libxslt.c: fixed ATTRIBUTE_UNUSED to appear after
  variable declaration
* libxslt/preproc.c: minor change to get rid of unused var/code
2003-11-05 03:16:46 +00:00
a7339040ed preparing release 1.1.0 Daniel
* doc/* NEWS: preparing release 1.1.0
Daniel
LIBXSLT_1_1_0
2003-11-04 13:36:45 +00:00
14304ab4ec fixing the Document element precompilation to avoid the problem raised in
* libxslt/preproc.c: fixing the Document element precompilation
  to avoid the problem raised in #125614
Daniel
2003-11-04 13:06:32 +00:00