Hello,
The latest tarball for version 1.5 of the SpiderMonkey (JavaScript-C)
engine is now available at :
ftp://ftp.mozilla.org/pub/js/js-1.5-rc4.tar.gz
This is Release Candidate 4 of JavaScript 1.5, containing a number of
bug fixes as we progress toward a final release.
As the various Mozilla ftp mirror sites update, the tarball will appear
there. See http://www.mozilla.org/mirrors.html for a list of these sites.
As always, you can get the most recent version of the JS engine by
pulling the source code via CVS and building it locally. Details on how
to do this are available at:
http://www.mozilla.org/js/spidermonkey/
Note for Linux users: depending on your environment, you may have to
pass JS_READLINE=1 on the command line when you build SpiderMonkey. For
example:
DEBUG SHELL
[(path to)/js/src] make -f Makefile.ref JS_READLINE=1
OPTIMIZED SHELL
[(path to)/js/src] make -f Makefile.ref JS_READLINE=1 BUILD_OPT=1
Sincerely,
Phil