head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.10 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.8 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.6 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.4 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.2 pkgsrc-2009Q4-base:1.7 pkgsrc-2009Q2:1.6.0.16 pkgsrc-2009Q2-base:1.6 pkgsrc-2009Q1:1.6.0.14 pkgsrc-2009Q1-base:1.6 pkgsrc-2008Q4:1.6.0.12 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.10 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.8 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.6 pkgsrc-2008Q2-base:1.6 cwrapper:1.6.0.4 pkgsrc-2008Q1:1.6.0.2 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.5.0.4 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.2 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.2.0.6 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.4 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.2 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.1.0.6 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.4 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.7 date 2009.08.05.01.27.32; author tnn; state dead; branches; next 1.6; 1.6 date 2008.03.30.13.32.22; author ghen; state Exp; branches; next 1.5; 1.5 date 2007.07.26.08.43.50; author ghen; state Exp; branches; next 1.4; 1.4 date 2007.05.31.07.25.09; author ghen; state Exp; branches 1.4.2.1; next 1.3; 1.3 date 2007.05.12.13.53.10; author ghen; state Exp; branches; next 1.2; 1.2 date 2006.07.28.17.40.50; author uebayasi; state Exp; branches 1.2.6.1; next 1.1; 1.1 date 2005.12.10.13.47.22; author taya; state Exp; branches 1.1.6.1; next ; 1.4.2.1 date 2007.08.02.22.42.52; author salo; state Exp; branches; next ; 1.2.6.1 date 2007.06.13.21.32.49; author salo; state Exp; branches; next ; 1.1.6.1 date 2006.07.30.11.40.44; author salo; state Exp; branches; next ; desc @@ 1.7 log @Remove firefox 2.x. Firefox 3.5 branch will be imported in this location. (I opted for removing and re-importing instead of a plain update due to extensive patch rototil) We may encounter minor turbulence as dependent packages are sorted out. Thank you for flying pkgsrc-current. @ text @$NetBSD: patch-cn,v 1.6 2008/03/30 13:32:22 ghen Exp $ --- extensions/transformiix/source/xpath/XFormsFunctionCall.cpp.orig 2008-03-05 07:57:26.000000000 +0100 +++ extensions/transformiix/source/xpath/XFormsFunctionCall.cpp @@@@ -108,7 +108,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont res = (res/i); } else { - res = Double::NaN; + res = Double::NaN(); } return aContext->recycler()->getNumberResult(res, aResult); } @@@@ -163,7 +163,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont NS_ENSURE_SUCCESS(rv, rv); PRInt32 result = 0; - double res = Double::NaN; + double res = Double::NaN(); nsresult rv = xformsService->GetDaysFromDateTime(date, &result); if (NS_SUCCEEDED(rv)) { res = result; @@@@ -215,7 +215,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont NS_ENSURE_SUCCESS(rv, rv); PRInt32 index = 0; - double res = Double::NaN; + double res = Double::NaN(); rv = xformsService->GetRepeatIndexById(mNode, indexId, &index); NS_ENSURE_SUCCESS(rv, rv); @@@@ -348,7 +348,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont getter_AddRefs(nodes)); NS_ENSURE_SUCCESS(rv, rv); - double res = Double::NaN; + double res = Double::NaN(); PRInt32 i; for (i = 0; i < nodes->size(); ++i) { double test; @@@@ -356,7 +356,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont txXPathNodeUtils::appendNodeValue(nodes->get(i), resultStr); test = Double::toDouble(resultStr); if (Double::isNaN(test)) { - res = Double::NaN; + res = Double::NaN(); break; } if (test > res || i == 0) { @@@@ -376,7 +376,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont getter_AddRefs(nodes)); NS_ENSURE_SUCCESS(rv, rv); - double res = Double::NaN; + double res = Double::NaN(); PRInt32 i; for (i = 0; i < nodes->size(); ++i) { double test; @@@@ -384,7 +384,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont txXPathNodeUtils::appendNodeValue(nodes->get(i), resultStr); test = Double::toDouble(resultStr); if (Double::isNaN(test)) { - res = Double::NaN; + res = Double::NaN(); break; } if ((test < res) || (i==0)) { @@@@ -407,7 +407,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont NS_ENSURE_SUCCESS(rv, rv); PRInt32 result = 0; - double res = Double::NaN; + double res = Double::NaN(); nsresult rv = xformsService->GetMonths(duration, &result); if (NS_SUCCEEDED(rv)) { res = result; @@@@ -527,7 +527,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont // up the chain return rv; } - res = Double::NaN; + res = Double::NaN(); } return aContext->recycler()->getNumberResult(res, aResult); @@@@ -552,7 +552,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont // up the chain return rv; } - res = Double::NaN; + res = Double::NaN(); } return aContext->recycler()->getNumberResult(res, aResult); @@@@ -634,7 +634,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont // If the result is too large (ERANGE), we consider the result to be kNaN. result = pow(base, exponent); if (errno == EDOM || errno == ERANGE) { - result = Double::NaN; + result = Double::NaN(); } return aContext->recycler()->getNumberResult(result, aResult); @ 1.6 log @Update firefox and firefox-gtk1 to 2.0.0.13. Security fixes in this version: MFSA 2008-19 XUL popup spoofing variant (cross-tab popups) MFSA 2008-18 Java socket connection to any local port via LiveConnect MFSA 2008-17 Privacy issue with SSL Client Authentication MFSA 2008-16 HTTP Referrer spoofing with malformed URLs MFSA 2008-15 Crashes with evidence of memory corruption (rv:1.8.1.13) MFSA 2008-14 JavaScript privilege escalation and arbitrary code execution For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.13/releasenotes/ @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.5. Security fixes in this version: MFSA 2007-25 XPCNativeWrapper pollution MFSA 2007-24 Unauthorized access to wyciwyg:// documents MFSA 2007-23 Remote code execution by launching Firefox from Internet Explorer MFSA 2007-22 File type confusion due to %00 in name MFSA 2007-21 Privilege escalation using an event handler attached to an element not in the document MFSA 2007-20 Frame spoofing while window is loading MFSA 2007-19 XSS using addEventListener and setTimeout MFSA 2007-18 Crashes with evidence of memory corruption For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.5/releasenotes/ @ text @d3 1 a3 1 --- extensions/transformiix/source/xpath/XFormsFunctionCall.cpp.orig 2007-06-24 02:00:32.000000000 +0200 d5 1 a5 1 @@@@ -104,7 +104,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d14 1 a14 1 @@@@ -159,7 +159,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d23 1 a23 1 @@@@ -211,7 +211,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d32 1 a32 1 @@@@ -344,7 +344,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d41 1 a41 1 @@@@ -352,7 +352,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d50 1 a50 1 @@@@ -372,7 +372,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d59 1 a59 1 @@@@ -380,7 +380,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d68 1 a68 1 @@@@ -403,7 +403,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d77 1 a77 1 @@@@ -479,7 +479,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d86 1 a86 1 @@@@ -504,7 +504,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d95 9 @ 1.4 log @Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.4. Security fixes in this version: MFSA 2007-17 XUL Popup Spoofing MFSA 2007-16 XSS using addEventListener MFSA 2007-14 Path Abuse in Cookies MFSA 2007-13 Persistent Autocomplete Denial of Service MFSA 2007-12 Crashes with evidence of memory corruption For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.4/releasenotes/ @ text @d3 1 a3 1 --- extensions/transformiix/source/xpath/XFormsFunctionCall.cpp.orig 2007-04-27 03:08:49.000000000 +0200 d29 1 a29 1 rv = xformsService->GetRepeatIndexById(mResolverNode, indexId, &index); @ 1.4.2.1 log @Pullup ticket 2154 - requested by ghen security update for firefox Revisions pulled up: - pkgsrc/www/firefox/Makefile-firefox.common 1.46, 1.47 - pkgsrc/www/firefox/PLIST 1.28 - pkgsrc/www/firefox/distinfo 1.67, 1.68 - pkgsrc/www/firefox/patches/patch-cn 1.5 - pkgsrc/www/firefox-gtk1/PLIST 1.15 - pkgsrc/www/firefox-bin/Makefile 1.30, 1.32 - pkgsrc/www/firefox-bin/distinfo 1.27, 1.29 - pkgsrc/www/firefox15-bin/DESCR 1.3 - pkgsrc/www/firefox15-gtk1/DESCR 1.3 - pkgsrc/www/firefox15/DESCR 1.3 Module Name: pkgsrc Committed By: xtraeme Date: Thu Jul 19 18:20:59 UTC 2007 Modified Files: pkgsrc/www/firefox-bin: Makefile distinfo Log Message: Update to 2.0.0.5: MFSA 2007-25 XPCNativeWrapper pollution MFSA 2007-24 Unauthorized access to wyciwyg:// documents MFSA 2007-23 Remote code execution by launching Firefox from Internet Explorer MFSA 2007-22 File type confusion due to %00 in name MFSA 2007-21 Privilege escalation using an event handler attached to an element not in the document MFSA 2007-20 Frame spoofing while window is loading MFSA 2007-19 XSS using addEventListener and setTimeout MFSA 2007-18 Crashes with evidence of memory corruption --- Module Name: pkgsrc Committed By: ghen Date: Thu Jul 26 08:43:51 UTC 2007 Modified Files: pkgsrc/www/firefox: Makefile-firefox.common PLIST distinfo pkgsrc/www/firefox-gtk1: PLIST pkgsrc/www/firefox/patches: patch-cn Log Message: Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.5. Security fixes in this version: MFSA 2007-25 XPCNativeWrapper pollution MFSA 2007-24 Unauthorized access to wyciwyg:// documents MFSA 2007-23 Remote code execution by launching Firefox from Internet Explorer MFSA 2007-22 File type confusion due to %00 in name MFSA 2007-21 Privilege escalation using an event handler attached to an element not in the document MFSA 2007-20 Frame spoofing while window is loading MFSA 2007-19 XSS using addEventListener and setTimeout MFSA 2007-18 Crashes with evidence of memory corruption For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.5/releasenotes/ --- Module Name: pkgsrc Committed By: ghen Date: Tue Jul 31 10:06:48 UTC 2007 Modified Files: pkgsrc/www/firefox: Makefile-firefox.common distinfo pkgsrc/www/firefox-bin: Makefile distinfo Log Message: Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.6. Security fixes in this version: MFSA 2007-27 Unescaped URIs passed to external programs MFSA 2007-26 Privilege escalation through chrome-loaded about:blank windows For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.6/releasenotes/ --- Module Name: pkgsrc Committed By: ghen Date: Thu Jul 26 08:47:36 UTC 2007 Modified Files: pkgsrc/www/firefox15: DESCR pkgsrc/www/firefox15-bin: DESCR pkgsrc/www/firefox15-gtk1: DESCR Log Message: Firefox 1.5.0.x has been EOL'd. @ text @d1 1 a1 1 $NetBSD: patch-cn,v 1.5 2007/07/26 08:43:50 ghen Exp $ d3 1 a3 1 --- extensions/transformiix/source/xpath/XFormsFunctionCall.cpp.orig 2007-06-24 02:00:32.000000000 +0200 d29 1 a29 1 rv = xformsService->GetRepeatIndexById(mNode, indexId, &index); @ 1.3 log @Update to Firefox 2.0.0.3 (nb1), from www/firefox2* (see there for history and change notes). Firefox 1.5.0.x will be maintained in www/firefox15*, as discussed on tech-pkg. @ text @d1 1 a1 1 $NetBSD: patch-cn,v 1.1.1.1 2006/10/24 22:20:12 ghen Exp $ d3 1 a3 1 --- extensions/transformiix/source/xpath/XFormsFunctionCall.cpp.orig 2006-06-20 20:54:45.000000000 +0200 d23 1 a23 1 @@@@ -222,7 +222,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d29 1 a29 1 rv = xformsService->GetRepeatIndex(repeatEle, &index); d32 1 a32 1 @@@@ -355,7 +355,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d41 1 a41 1 @@@@ -363,7 +363,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d50 1 a50 1 @@@@ -383,7 +383,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d59 1 a59 1 @@@@ -391,7 +391,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d68 1 a68 1 @@@@ -414,7 +414,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d77 1 a77 1 @@@@ -490,7 +490,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d86 1 a86 1 @@@@ -515,7 +515,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont @ 1.2 log @Fix build. (Don't bump because this must have never been built since 1.5.0.5 update.) @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- extensions/transformiix/source/xpath/XFormsFunctionCall.cpp.orig 2006-06-14 05:58:31.000000000 +0900 d32 1 a32 1 @@@@ -354,7 +354,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d41 1 a41 1 @@@@ -362,7 +362,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d50 1 a50 1 @@@@ -382,7 +382,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d59 1 a59 1 @@@@ -390,7 +390,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d68 1 a68 1 @@@@ -413,7 +413,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d77 1 a77 1 @@@@ -489,7 +489,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d86 1 a86 1 @@@@ -514,7 +514,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont @ 1.2.6.1 log @Pullup ticket 2106 - requested by ghen security updates for firefox Updated via patch provided by the submitter, packages in HEAD were renamed. Module Name: pkgsrc Committed By: ghen Date: Thu May 31 07:26:46 UTC 2007 Modified Files: pkgsrc/www/firefox15: DESCR Makefile-firefox.common distinfo pkgsrc/www/firefox15-bin: DESCR Makefile distinfo pkgsrc/www/firefox15-gtk1: DESCR pkgsrc/www/firefox15/patches: patch-cn Log Message: Update firefox15, firefox15-bin and firefox15-gtk1 to 1.5.0.12. Security fixes in this version: MFSA 2007-17 XUL Popup Spoofing MFSA 2007-16 XSS using addEventListener MFSA 2007-14 Path Abuse in Cookies MFSA 2007-13 Persistent Autocomplete Denial of Service MFSA 2007-12 Crashes with evidence of memory corruption For more info, see http://www.mozilla.com/en-US/firefox/releases/1.5.0.12.html Note: Firefox 1.5.0.x will be maintained with security and stability updates until June 2007. All users are strongly encouraged to upgrade to Firefox 2. --- Module Name: pkgsrc Committed By: ghen Date: Thu May 31 07:25:10 UTC 2007 Modified Files: pkgsrc/www/firefox: Makefile Makefile-firefox.common PLIST distinfo pkgsrc/www/firefox-bin: Makefile distinfo pkgsrc/www/firefox-gtk1: Makefile PLIST pkgsrc/www/firefox/patches: patch-cn Log Message: Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.4. Security fixes in this version: MFSA 2007-17 XUL Popup Spoofing MFSA 2007-16 XSS using addEventListener MFSA 2007-14 Path Abuse in Cookies MFSA 2007-13 Persistent Autocomplete Denial of Service MFSA 2007-12 Crashes with evidence of memory corruption For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.4/releasenotes/ @ text @d1 1 a1 1 $NetBSD: patch-cn,v 1.2 2006/07/28 17:40:50 uebayasi Exp $ d3 1 a3 1 --- extensions/transformiix/source/xpath/XFormsFunctionCall.cpp.orig 2007-04-27 03:17:24.000000000 +0200 d23 1 a23 1 @@@@ -211,7 +211,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d29 1 a29 1 rv = xformsService->GetRepeatIndexById(mResolverNode, indexId, &index); d32 1 a32 1 @@@@ -343,7 +343,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d41 1 a41 1 @@@@ -351,7 +351,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d50 1 a50 1 @@@@ -371,7 +371,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d59 1 a59 1 @@@@ -379,7 +379,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d68 1 a68 1 @@@@ -402,7 +402,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d77 1 a77 1 @@@@ -478,7 +478,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d86 1 a86 1 @@@@ -503,7 +503,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont @ 1.1 log @ Update firefox & firefox-gtk1 to 1.5 Including fix for long title & history file problem. http://www.mozilla.org/security/history-title.html https://bugzilla.mozilla.org/show_bug.cgi?id=319004 What's New in Firefox 1.5 Firefox 1.5 is the next version of our award-winning Web browser. Here's what's new in Firefox 1.5: * Automated update to streamline product upgrades. Notification of an update is more prominent, and updates to Firefox may now be half a megabyte or smaller. Updating extensions has also improved. * Faster browser navigation with improvements to back and forward button performance. * Drag and drop reordering for browser tabs. * Improvements to popup blocking. * Clear Private Data feature provides an easy way to quickly remove personal data through a menu item or keyboard shortcut. * Answers.com is added to the search engine list. * Improvements to product usability including descriptive error pages, redesigned options menu, RSS discovery, and "Safe Mode" experience. * Better accessibility including support for DHTML accessibility and assistive technologies such as the Window-Eyes 5.5 beta screen reader for Microsoft Windows. Screen readers read aloud all available information in applications and documents or show the information on a Braille display, enabling blind and visually impaired users to use equivalent software functionality as their sighted peers. * Report a broken Web site wizard to report Web sites that are not working in Firefox. * Better support for Mac OS X (10.2 and greater) including profile migration from Safari and Mac Internet Explorer. * New support for Web Standards including SVG, CSS 2 and CSS 3, and JavaScript 1.6. * Many security enhancements. The Burning Edge has more detailed lists of new features and notable bug fixes. http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html @ text @d3 3 a5 4 diff -ruN ../Orig/mozilla/extensions/transformiix/source/xpath/XFormsFunctionCall.cpp ./extensions/transformiix/source/xpath/XFormsFunctionCall.cpp --- ../Orig/mozilla/extensions/transformiix/source/xpath/XFormsFunctionCall.cpp 2005-08-05 06:15:37.000000000 +0900 +++ ./extensions/transformiix/source/xpath/XFormsFunctionCall.cpp 2005-12-04 21:35:33.000000000 +0900 @@@@ -104,7 +104,7 @@@@ d14 1 a14 1 @@@@ -159,7 +159,7 @@@@ d23 10 a32 1 @@@@ -345,7 +345,7 @@@@ d41 1 a41 1 @@@@ -353,7 +353,7 @@@@ d50 1 a50 1 @@@@ -373,7 +373,7 @@@@ d59 1 a59 1 @@@@ -381,7 +381,7 @@@@ d68 1 a68 1 @@@@ -404,7 +404,7 @@@@ d77 1 a77 1 @@@@ -480,7 +480,7 @@@@ d86 1 a86 1 @@@@ -505,7 +505,7 @@@@ @ 1.1.6.1 log @Pullup ticket 1759 - requested by uebayasi security update for firefox Revisions pulled up: - pkgsrc/www/firefox/Makefile-firefox.common 1.35 - pkgsrc/www/firefox/distinfo 1.51, 1.52 - pkgsrc/www/firefox/patches/patch-cn 1.2 Module Name: pkgsrc Committed By: perry Date: Fri Jul 28 14:22:29 UTC 2006 Modified Files: pkgsrc/www/firefox: Makefile-firefox.common distinfo Log Message: Update package to 1.5.0.5 in response to CERT warnings of severe security problems with 1.5.0.4. No functional changes at all in the package -- this is purely a security update. See CERT advisory TA06-208A (last revised July 27) for details. --- Module Name: pkgsrc Committed By: uebayasi Date: Fri Jul 28 17:40:50 UTC 2006 Modified Files: pkgsrc/www/firefox: distinfo pkgsrc/www/firefox/patches: patch-cn Log Message: Fix build. (Don't bump because this must have never been built since 1.5.0.5 update.) @ text @d1 1 a1 1 $NetBSD: patch-cn,v 1.2 2006/07/28 17:40:50 uebayasi Exp $ d3 4 a6 3 --- extensions/transformiix/source/xpath/XFormsFunctionCall.cpp.orig 2006-06-14 05:58:31.000000000 +0900 +++ extensions/transformiix/source/xpath/XFormsFunctionCall.cpp @@@@ -104,7 +104,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d15 1 a15 1 @@@@ -159,7 +159,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d24 1 a24 10 @@@@ -222,7 +222,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont NS_ENSURE_SUCCESS(rv, rv); PRInt32 index = 0; - double res = Double::NaN; + double res = Double::NaN(); rv = xformsService->GetRepeatIndex(repeatEle, &index); NS_ENSURE_SUCCESS(rv, rv); @@@@ -354,7 +354,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d33 1 a33 1 @@@@ -362,7 +362,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d42 1 a42 1 @@@@ -382,7 +382,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d51 1 a51 1 @@@@ -390,7 +390,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d60 1 a60 1 @@@@ -413,7 +413,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d69 1 a69 1 @@@@ -489,7 +489,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont d78 1 a78 1 @@@@ -514,7 +514,7 @@@@ XFormsFunctionCall::evaluate(txIEvalCont @