cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-12-21 Thread zongaro
zongaro 2002/12/21 02:24:44 Modified:java/src/org/apache/xalan/xsltc/runtime Tag: XSLTC_DTM BasisLibrary.java Log: Changed compare operations for node against an axis iterator and for two axis iterators. They now check whether the node handles are the same

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-11-13 Thread zongaro
zongaro 2002/11/13 09:03:40 Modified:java/src/org/apache/xalan/xsltc/dom Tag: XSLTC_DTM LoadDocument.java java/src/org/apache/xalan/xsltc/runtime Tag: XSLTC_DTM BasisLibrary.java Log: 1) Turn off node indexing for XSLTC's

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-10-28 Thread santiagopg
santiagopg2002/10/28 07:10:59 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Fix for Bugzilla 13850 provided by Morris Kwan. Changes in BasisLibrary.java: Added interfaces referenceToNodeList, referenceToNode and node2Iterator. The changes in

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-10-21 Thread santiagopg
santiagopg2002/10/21 13:40:31 Modified:java/src/org/apache/xalan/xsltc/compiler PositionCall.java java/src/org/apache/xalan/xsltc/dom CurrentNodeListIterator.java DOMImpl.java FilterIterator.java NthIterator.java

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-10-18 Thread santiagopg
santiagopg2002/10/17 13:17:27 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Switch order of calls to startElement() and namespace() in startXslElement(). Revision ChangesPath 1.55 +8 -5 xml-xalan/java/src/org/apache/xalan/xsltc/runtime

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-10-15 Thread santiagopg
santiagopg2002/10/15 16:15:11 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: A RuntimeException cannot be constructed from a Throwable with JDKs prior to 1.4. Revision ChangesPath 1.54 +2 -3 xml-xalan/java/src/org/apache/xalan/xsltc/

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-10-15 Thread santiagopg
santiagopg2002/10/15 10:55:07 Modified:java/src/org/apache/xalan/xsltc/compiler XslElement.java java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: New implementation of xsl:element that properly handles the case where the namespace URI computed at runtim

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-09-27 Thread tmiller
tmiller 2002/09/27 15:11:13 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: bugzilla 12813 fixed Revision ChangesPath 1.52 +5 -1 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java Index: BasisLibrary.java ===

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-08-21 Thread tmiller
tmiller 2002/08/21 11:13:48 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: fixed bug that was calling an inappropriate compare method when the right side of the comparison was a DOM Revision ChangesPath 1.46 +2 -2 xml-xalan/java/src/o

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-08-12 Thread santiagopg
santiagopg2002/08/12 12:22:21 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Use factory class methods to instantiate default decimal formatter. Revision ChangesPath 1.45 +8 -3 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLib

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-07-15 Thread tmiller
tmiller 2002/07/15 10:21:01 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: bug 10832 fix, relational expressions with RTFs Revision ChangesPath 1.43 +2 -2 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java Index:

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-06-18 Thread tmiller
tmiller 2002/06/18 08:36:26 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: fixed bug with number formatting, richmark test Revision ChangesPath 1.41 +4 -4 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java Index:

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-06-05 Thread tmiller
tmiller 2002/06/05 13:23:14 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: bug fix 9179, leading zero in localized formatting Revision ChangesPath 1.39 +26 -1 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java Inde

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-06-05 Thread tmiller
tmiller 2002/06/05 11:00:36 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: updated xsl:vendor string Revision ChangesPath 1.38 +2 -2 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java Index: BasisLibrary.java ==

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-06-05 Thread tmiller
tmiller 2002/06/05 10:59:01 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: updated xsl:vendor string Revision ChangesPath 1.37 +2 -2 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java Index: BasisLibrary.java ==

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-04-18 Thread santiagopg
santiagopg02/04/18 13:55:32 Modified:java/src/org/apache/xalan/xsltc/compiler Tag: jaxp-ri-1_2_0-fcs-branch CastExpr.java java/src/org/apache/xalan/xsltc/compiler/util Tag: jaxp-ri-1_2_0-fcs-branch ReferenceType.java

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-04-17 Thread santiagopg
santiagopg02/04/17 13:26:13 Modified:java/src/org/apache/xalan/xsltc/runtime Tag: jaxp-ri-1_2_0-fcs-branch BasisLibrary.java Log: Added support for extension function nodeset(). Revision ChangesPath No revision No

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-04-15 Thread santiagopg
santiagopg02/04/15 12:51:02 Modified:java/src/org/apache/xalan/xsltc/runtime Tag: jaxp-ri-1_2_0-fcs-branch BasisLibrary.java Log: New implementation of xsl:element Revision ChangesPath No revision No rev

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2002-04-02 Thread tmiller
tmiller 02/04/02 11:18:46 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: bug 7679, xsl:vendor fix Revision ChangesPath 1.35 +2 -2 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java Index: BasisLibrary.java =

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-12-10 Thread morten
morten 01/12/10 05:08:09 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Added another fix to properly convert ver small floating point numbers to strings. PR: bugzilla 4199 Obtained from:n/a Submitted by: [EMAIL PROTECTED] Review

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-12-04 Thread morten
morten 01/12/04 08:59:10 Modified:java/src/org/apache/xalan/xsltc/compiler Parser.java RoundCall.java java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Changed the return-type of the round() function form int to double. The result

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-12-04 Thread morten
morten 01/12/04 04:59:40 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Updated the realToString() method in the runtime library to always output numbers on decimal form (and not on Java's "computerized scientific notation." PR: bugzilla 4199

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-11-29 Thread morten
morten 01/11/29 04:51:31 Modified:java/src/org/apache/xalan/xsltc/compiler DecimalFormatting.java java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: A fix for a few regressions from yesterday. PR: n/a Obtained from:

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-11-27 Thread morten
morten 01/11/27 06:38:07 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: A fix for decimal formatting PR: bugzilla 4901 Obtained from:n/a Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] Revision ChangesPath

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-11-22 Thread morten
morten 01/11/22 06:05:30 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: A small fix for the substring() function to output an empty string if the start index is an infinite value. PR: bugzilla 4813 Obtained from:n/a Submitted by: [

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-11-21 Thread morten
morten 01/11/21 05:57:52 Modified:java/src/org/apache/xalan/xsltc/compiler/util StringType.java java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Fixed conversion between strings and numbers. Empty strings should return 0 and no

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-10-31 Thread morten
morten 01/10/31 03:18:18 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Fix for the XPath substring() function. PR: bugzilla 4201 Obtained from:n/a Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] Revision Chan

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-10-30 Thread morten
morten 01/10/30 08:19:45 Modified:java/src/org/apache/xalan/xsltc/compiler Parser.java java/src/org/apache/xalan/xsltc/compiler/util ErrorMsg.java java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Added "Compiler Warning" text to output.

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-10-22 Thread morten
morten 01/10/22 00:40:39 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Fixed output formatting of some floating point numbers. PR: n/a Obtained from:n/a Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] Revision

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-10-18 Thread morten
morten 01/10/18 04:18:26 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Changed one of the compare() methods in the basis library to properly compare node sets. PR: bugzilla 4242 Obtained from:n/a Submitted by: [EMAIL PROTECTED]

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java TextOutput.java

2001-10-02 Thread morten
morten 01/10/02 04:17:32 Modified:java/src/org/apache/xalan/xsltc/compiler CopyOf.java Text.java java/src/org/apache/xalan/xsltc/dom DOMAdapter.java java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java T

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-09-25 Thread morten
morten 01/09/25 13:47:20 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Another little update to format-number() to make sure it returns "Infinity" and "-Infinity" for infinite numbers. PR: bugzilla 2889 Obtained from:n/a Submitted

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-09-25 Thread morten
morten 01/09/25 13:42:31 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Changed BasisLibrary.formatNumer() (this is the implementation of format-number()) so that it correctly formats NaNs into "NaN". PR: bugzilla 2890 Obtained from:

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-09-25 Thread morten
morten 01/09/25 12:53:43 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Updated the information returned by the system-property() function. xsl:verision returns "1.0" xsl:vendor returns "Apache Xalan XSLTC" - must be different from Xalan!!!" xsl:vendo

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-09-25 Thread morten
morten 01/09/25 08:57:22 Modified:java/src/org/apache/xalan/xsltc/compiler Param.java Step.java Variable.java VariableBase.java xpath.cup java/src/org/apache/xalan/xsltc/dom DOMAdapter.java DOMImpl.java java/

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-09-25 Thread morten
morten 01/09/25 06:10:54 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Optimisation for string-2-int and real-2-int conversions. PR: bugzilla 3448 Obtained from:n/a Submitted by: John Howard ([EMAIL PROTECTED]) Reviewed by: [EMAI

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-09-20 Thread morten
morten 01/09/20 07:55:42 Modified:java/src/org/apache/xalan/xsltc/compiler VariableBase.java WithParam.java java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Added escaping of special characters in parameter names when passed to a

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-09-20 Thread morten
morten 01/09/20 07:25:46 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Fix to ensure that node iterators stored inside parameters are clones for each time the parameter is referenced. If this is not done then the node iterator will be in an unstable st

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java TextOutput.java TransletOutputBase.java

2001-08-20 Thread morten
morten 01/08/20 07:50:32 Modified:java/src/org/apache/xalan/xsltc TransletOutputHandler.java java/src/org/apache/xalan/xsltc/compiler Variable.java VariableRef.java VariableRefBase.java java/src/org/apache/xalan/xsltc/compiler/util

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-08-20 Thread morten
morten 01/08/20 01:13:52 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: A small fix for a cleanup I did in the basis library (it broke the substring() function)> PR: n/a Obtained from:n/a Submitted by: [EMAIL PROTECTED] Reviewed

Re: cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-06-19 Thread Morten Jorgensen
None. This was more a code cleanup than anything else. The LogicalExpr represents "AND" and "OR" expressions. The left and/or right side of such an expression can be a function call (represented by a class inheriting from FunctionCall). The FunctionCall base class lacked some functionality, and Lo

Re: cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-06-19 Thread Tom Amiro
What bug? Tom [EMAIL PROTECTED] wrote: > morten 01/06/19 03:44:19 > > Modified:java/src/org/apache/xalan/xsltc/compiler ContainsCall.java > FunctionCall.java If.java LogicalExpr.java > Param.java QName.java StartsWithCall.java >

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-06-19 Thread morten
morten 01/06/19 03:44:19 Modified:java/src/org/apache/xalan/xsltc/compiler ContainsCall.java FunctionCall.java If.java LogicalExpr.java Param.java QName.java StartsWithCall.java SymbolTable.java SyntaxTreeNode.java

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

2001-06-17 Thread curcuru
curcuru 01/06/17 05:23:37 Modified:java/src/org/apache/xalan/xsltc/compiler AbsoluteLocationPath.java ApplyImports.java ApplyTemplates.java CastExpr.java CopyOf.java DocumentCall.java EqualityExpr.java Expression.ja

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java TextOutput.java

2001-06-12 Thread morten
morten 01/06/12 02:40:28 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java TextOutput.java Log: Fix attribute node-set comparisons. There was a bug in one of the compare() methods of the BasisLibrary class which prevented attribute values