Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
need to set ignorePermissions to true before run() is called
|
|
|
|
Catching specific exception type now works
|
|
|
|
update mmap to use malloc when MAP_ANONYMOUS
|
|
|
|
|
|
SAFE_HEAP when using it
|
|
|
|
|
|
|
|
Allow stream to be -1 in mmap
|
|
|
|
Fix handling of static variable inside function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with typed arrays
|
|
|
|
|
|
|
|
is now default in settings.py
|
|
|
|
* Changed exit from throwing an text string to throwing
an Error-derived object encapsulating the exit status.
Then catch it in 'callMain' and return the status.
Enable this functionality by setting CATCH_EXIT_CODE in settings.js
|
|
|