gecko-dev/extensions/transformiix/source/xpath
axel%pike.org 67f7a12ec9 bug 104042, fix leaks in main (ifstream) and UnionExpr::evaluate (adding a null check and some iteratorlove, too), r=sicking@bigfoot.com,peterv, sr=jst 2001-10-23 07:34:27 +00:00
..
.cvsignore Updating .cvsignore files. 2001-07-06 02:36:37 +00:00
AdditiveExpr.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
AttributeExpr.cpp Fix for bug 88623 (Cleanup Transformiix code). Removing some warnings, fixing txResultStringComparator::compareValues, adding isEmpty to our string class. r=sicking, r=Pike, sr=jst. 2001-10-16 09:26:59 +00:00
AttributeValueTemplate.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
BasicNodeExpr.cpp Make the XPath engine handle CDATA sections as text-nodes. 2001-09-17 23:02:57 +00:00
BooleanExpr.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
BooleanFunctionCall.cpp Part of fix for bug 65858 (Rework XSLT sorting) that I forgot to check in. r=sicking, Pike, sr=jst. 2001-10-01 14:28:54 +00:00
BooleanResult.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
ElementExpr.cpp Fix for bug 88623 (Cleanup Transformiix code). Removing some warnings, fixing txResultStringComparator::compareValues, adding isEmpty to our string class. r=sicking, r=Pike, sr=jst. 2001-10-16 09:26:59 +00:00
ErrorFunctionCall.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
Expr.cpp Rewrite of XPath Lexer and Parser. Also implement the remaining XPath features (Unary minus and processing-insruction(Literal)). Bug 75102. 2001-06-30 13:54:38 +00:00
Expr.h Implement format-number() and <xsl:decimal-format> 2001-10-15 12:33:54 +00:00
ExprLexer.cpp Fix for bug 88623 (Cleanup Transformiix code). Removing some warnings, fixing txResultStringComparator::compareValues, adding isEmpty to our string class. r=sicking, r=Pike, sr=jst. 2001-10-16 09:26:59 +00:00
ExprLexer.h Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
ExprLexerChars.cpp Rewrite of XPath Lexer and Parser. Also implement the remaining XPath features (Unary minus and processing-insruction(Literal)). Bug 75102. 2001-06-30 13:54:38 +00:00
ExprParser.cpp Fix for bug 88623 (Cleanup Transformiix code). Removing some warnings, fixing txResultStringComparator::compareValues, adding isEmpty to our string class. r=sicking, r=Pike, sr=jst. 2001-10-16 09:26:59 +00:00
ExprParser.h Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
ExprResult.h Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
ExtensionFunctionCall.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
FilterExpr.cpp Fix default-priorities for patterns and priorities for templates. 2001-08-17 22:42:16 +00:00
FunctionCall.cpp Implement format-number() and <xsl:decimal-format> 2001-10-15 12:33:54 +00:00
FunctionLib.h Clean up NumberFunctionCall.cpp: make all numberfunctions NaN and Inf safe, make round() work on windows, make all numberfunctions out-of-mem safe 2001-10-12 20:38:23 +00:00
LocationStep.cpp Make the XPath engine handle CDATA sections as text-nodes. 2001-09-17 23:02:57 +00:00
Makefile.in Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
MultiplicativeExpr.cpp 53518, fix NaN handling on certain platform. Copied code from js lib to transformiix, license change courtesy of Netscape. checkin on behalf on sicking@bigfoot.com. r=peterv,me, sr=scc 2001-07-11 09:43:00 +00:00
NodeSet.cpp Make the XPath engine handle CDATA sections as text-nodes. 2001-09-17 23:02:57 +00:00
NodeSet.h Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
NodeSetFunctionCall.cpp bug 76070, namespace and localName atom support for transformiix. original work by Jonas Sicking, alot of work by me. r=peterv, sicking@bigfoot.com, sr=jst 2001-10-19 12:09:42 +00:00
NumberExpr.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
NumberFunctionCall.cpp Clean up NumberFunctionCall.cpp: make all numberfunctions NaN and Inf safe, make round() work on windows, make all numberfunctions out-of-mem safe 2001-10-12 20:38:23 +00:00
NumberResult.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
PathExpr.cpp Warning fixes. r=sicking, rs=jst. 2001-10-03 01:27:04 +00:00
PredicateList.cpp Warning fixes. r=sicking, rs=jst. 2001-10-03 01:27:04 +00:00
RelationalExpr.cpp 53518, fix NaN handling on certain platform. Copied code from js lib to transformiix, license change courtesy of Netscape. checkin on behalf on sicking@bigfoot.com. r=peterv,me, sr=scc 2001-07-11 09:43:00 +00:00
RootExpr.cpp Make PathExpr::matches more clever and remove specialcasing of absolute path expressions 2001-09-14 11:49:50 +00:00
StringExpr.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
StringFunctionCall.cpp Fix for bug 88623 (Cleanup Transformiix code). Removing some warnings, fixing txResultStringComparator::compareValues, adding isEmpty to our string class. r=sicking, r=Pike, sr=jst. 2001-10-16 09:26:59 +00:00
StringResult.cpp Fix for bug 88623 (Cleanup Transformiix code). Removing some warnings, fixing txResultStringComparator::compareValues, adding isEmpty to our string class. r=sicking, r=Pike, sr=jst. 2001-10-16 09:26:59 +00:00
TextExpr.cpp Make the XPath engine handle CDATA sections as text-nodes. 2001-09-17 23:02:57 +00:00
UnaryExpr.cpp 53518, fix NaN handling on certain platform. Copied code from js lib to transformiix, license change courtesy of Netscape. checkin on behalf on sicking@bigfoot.com. r=peterv,me, sr=scc 2001-07-11 09:43:00 +00:00
UnionExpr.cpp bug 104042, fix leaks in main (ifstream) and UnionExpr::evaluate (adding a null check and some iteratorlove, too), r=sicking@bigfoot.com,peterv, sr=jst 2001-10-23 07:34:27 +00:00
VariableRefExpr.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
XPathNames.cpp Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2001-07-03 00:47:47 +00:00
XPathProcessor.cpp License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00
XPathProcessor.h License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00
makefile.win One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
nsNodeSet.cpp License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00
nsNodeSet.h License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00