OSSP CVS Repository

ossp - History for /ossp-pkg/js/configure.ac
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Directory]  [Show Milestones

DateVersion Description
2006-Aug-20 17:45    1.20    Check-in [5652]: Add support for UTF-8 C strings in the API and internally by adding a --with-utf8 build-time options which builds the code with JS_C_STRINGS_ARE_UTF8. By rse. (diff)
2006-Aug-03 15:19    1.19    Check-in [5635]: Add optional Dynamic Shared Object (DSO) support (see src/jsdso.[ch]). This comes in two flavors:

1. Provide two public C API functions... JSBool JS_DSOLoad (JSContext *cx, int *id, const char *filename); JSBool JS_DSOUnload (JSContext *cx, int id); ...as an ultra-thin wrapper around the POSIX dlopen(3) API. It especially mimics the BSD RTLD behaviour of calling pre-defined functions (mandatory "js_DSO_load" and optional "js_DSO_unload") inside the DSO after/before the dlopen/dlclose calls. This allows the DSOs to perform their init/shutdown actions.

2. Provide a small JavaScript global object "DSO" which binds the two public DSO C API functions into the JavaScript language as "DSO.load" and "DSO.unload". The "DSO" object can be created by the friend C API function js_InitDSOClass(). This function is used by the command-linne interface "js" by default.

As a result the OSSP Mozilla JavaScript engine is now able to dynamically load C extensions similar to what other programming languages provide since a longer time. By rse. (diff)

2006-Aug-03 14:41    1.18    Check-in [5634]: Be more clean and replace weak "#if JS_HAS_FILE_OBJECT" constructs with the stronger "#if defined(JS_HAS_FILE_OBJECT) && (JS_HAS_FILE_OBJECT - 0)" as the JS_HAS_FILE_OBJECT can be not defined at all (in contrast to other JS_HAS_XXXX defines which are all listed in src/jsconfig.h) By rse. (diff)
2006-Jul-31 13:37    1.17    Check-in [5610]: Use Autoconf macros AC_CANONICAL_BUILD and AC_CANONICAL_HOST to make sure that the host identification is really available.

Submitted by: Alfred Reibenschuh <alfred.reibenschuh@it-austria.com> By rse. (diff)

2006-Jul-30 10:00    1.16    Check-in [5546]: Add support for Windows CygWin and MinGW environments. By rse. (diff)
2006-Jul-29 11:08    1.15    Check-in [5535]: Increase portability by gracefully downgrading the stat(2) use of st_birthtime to st_birthtimensec or even st_mtime. By rse. (diff)
2006-Jul-24 21:21    1.14    Check-in [5516]: Move definitions of XP_UNIX and EXPORT_JS_API back from jstypes.h to configure.ac (and this way the command-line) to not break the use of jstypes.h as a regular API header in JS based applications. By rse. (diff)
2006-Jul-23 20:34    1.13    Check-in [5510]: o Install all src/js*.h headers during "make install" to allow applications to at least optionally poke around in the internals. This also allows an application to call js_InitFileClass() from <jsfile.h> without us having to really call this function in the standard API function JS_InitStandardClasses().

o Change the default of the --with-file/--without from --without-file to --with-file (enable the File object by default), but activate it only in the CLI (where it doesn't hurt and where it is actually really required to get something useful running there in practice) but explicitly NOT in JS_InitStandardClasses() (as this is what would hurt the security in applications which assume that JS_InitStandardClasses() initialized only really the standard classes). By rse. (diff)

2006-Jul-23 12:52    1.12    Check-in [5484]: add optional JS_HAS_FILE_OBJECT support without the need for NSPR (stdio is used instead) By rse. (diff)
2006-Jul-23 10:00    1.11    Check-in [5481]: provide js-config script By rse. (diff)
2006-Jul-22 22:04    1.10    Check-in [5476]: use the word distribution By rse. (diff)
2006-Jul-22 21:43    1.9    Check-in [5472]: more files, better versioning By rse. (diff)
2006-Jul-22 19:02    1.8    Check-in [5469]: add va_copy Autoconf support and use this By rse. (diff)
2006-Jul-22 18:33    1.7    Check-in [5465]: cleanup texts By rse. (diff)
2006-Jul-22 18:16    1.6    Check-in [5464]: add support for building with particular feature sets By rse. (diff)
2006-Jul-22 17:40    1.5    Check-in [5460]: improve Perl support By rse. (diff)
2006-Jul-22 17:02    1.4    Check-in [5457]: add optional EDITLINE support By rse. (diff)
2006-Jul-22 16:03    1.3    Check-in [5454]: improve versioning By rse. (diff)
2006-Jul-22 15:48    1.2    Check-in [5452]: add more OSSP stuff By rse. (diff)
2006-Jul-22 13:04    1.1    Check-in [5449]: add our own files By rse.

CVSTrac 2.0.1