Index: ossp-pkg/js/README RCS File: /v/ossp/cvs/ossp-pkg/js/README,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/js/README,v' 2>/dev/null --- README 2006/07/22 20:02:43 1.6 +++ README 2006/07/22 20:21:10 1.7 @@ -12,17 +12,17 @@ OSSP js is a stand-alone distribution of the JavaScript (JS) programming language reference implementation from Mozilla -- aka - "JSRef" or "SpiderMonkey". The reason for this distribution is to - provide 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. + "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. JUSTIFICATION