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
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
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
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
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
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/
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
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
===
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
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
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:
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:
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
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
==
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
==
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
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
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
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
=
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
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
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
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:
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
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: [
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
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
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.
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
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]
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
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
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:
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
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/
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
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
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
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
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
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
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
>
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
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
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
45 matches
Mail list logo