From c67a443fc969224ab22b1328eaf7d00ce81e9326 Mon Sep 17 00:00:00 2001 From: "igor%mir2.org" Date: Sat, 16 Oct 2004 00:37:05 +0000 Subject: [PATCH] Fixing bug 263978: for compatibility with BSF usage IllegalArgumentException is not thrown on negative line numbers. --- js/rhino/docs/changes.html | 12 +++++++++++- js/rhino/docs/download.html | 19 ++++++++----------- .../src/org/mozilla/javascript/Context.java | 8 ++++---- 3 files changed, 23 insertions(+), 16 deletions(-) diff --git a/js/rhino/docs/changes.html b/js/rhino/docs/changes.html index 17a0cfbecb4..583c2f1d108 100644 --- a/js/rhino/docs/changes.html +++ b/js/rhino/docs/changes.html @@ -17,7 +17,7 @@ P { text-align: justify; }

Change Log for Rhino

-

Release candidate 2 for Rhino 1.6R1

+

Rhino 1.6R1

Release overview

@@ -135,6 +135,16 @@ The following classes that were deprecated in Rhino 1.5R5 are no longer availabl See documentation for org.mozilla.javascript.optimizer.ClassCompiler that provides replacement for ClassNameHelper and ClassRepository.

+

Change logs for previous Rhino releases

+ +

back to top diff --git a/js/rhino/docs/download.html b/js/rhino/docs/download.html index 5dfb84adf4b..579470d612e 100644 --- a/js/rhino/docs/download.html +++ b/js/rhino/docs/download.html @@ -17,23 +17,20 @@ You can download binary distributions of Rhino from

-Rhino 1.5R5 is the last qualified release. It is also possible to download the -release candidate 2 for Rhino 1.6R1 but it has not been fully qualified. -

-

-Release candidate 2 for Rhino 1.6R1 includes support for ECMAScript -for XML (E4X). Please try this out and report any issues as described at -the help pages. Note that you need to add -xbean.jar from ECMAScript for XML (E4X). Note that you need to add xbean.jar from XMLBeans project to your class path if you use E4X in Rhino. +