Index: ossp-pkg/js/README RCS File: /v/ossp/cvs/ossp-pkg/js/README,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/js/README,v' 2>/dev/null --- README 2006/07/22 20:21:10 1.7 +++ README 2006/07/23 10:56:36 1.8 @@ -13,16 +13,16 @@ OSSP js is a stand-alone distribution of the JavaScript (JS) programming language reference implementation from Mozilla -- aka "JSRef" or "SpiderMonkey". This distribution provides a smart, - stand-alone and portable distribution of Mozilla JavaScript through - a build environment based on GNU autoconf, GNU libtool and GNU - shtool, including support for easy JavaScript build-time feature set - selection (ECMA-3, JS-1.5, JS-1.6) and optional line editing and - JS-to-Perl binding support during building the command line interface. - Additionally, the C API in "libjs" contains both the JavaScript engine - and the required Sun math library ("fdlibm") and with all internal - symbols carefully protected under the "js" namespace. Finally, a - pkg-config(1) specification is provided to allow applications to - easily build with the JavaScript C API. + stand-alone and portable distribution of Mozilla JavaScript through a + build environment based on GNU autoconf, GNU libtool and GNU shtool, + including support for easy JavaScript build-time feature set selection + (ECMA-3, JS-1.5, JS-1.6), optional CLI line editing support, optional + "stdio" based File object support and JS/Perl bindings. Additionally, + the C API in "libjs" contains both the JavaScript engine and the + required Sun math library ("fdlibm") and with all internal symbols + carefully protected under the "js" namespace. Finally, a js-config(1) + utility and a pkg-config(1) specification is provided to allow + applications to easily build with the JavaScript C API. JUSTIFICATION @@ -42,6 +42,8 @@ OSSP js combines the best from two worlds: the 1:1 repackaged JavaScript code base from Mozilla and the usual amount of GNU autoconf, GNU libtool and GNU shtool wrappers as always used by OSSP. + Additionally, stand-alone ("stdio" instead of NSPR based) File object + support was required. VERSIONING