summaryrefslogtreecommitdiff
path: root/javascript/duktape/duk_custom.h
Commit message (Expand)AuthorAgeFilesLines
* Javascript: introduce script execution timeout. For #2413.John-Mark Bell2016-01-311-0/+6
* In the customisation header we need to use DUK_USE_* rather than DUK_OPT_*Michael Drake2016-01-031-1/+1
* Don't set DUK_USE_DEEP_C_STACK since the option has been removed.Michael Drake2015-12-141-1/+0
* Enable the REGEXP_CANON_WORKAROUND optionMichael Drake2015-12-141-0/+1
* JS: use deep stack, regardless of platform.John-Mark Bell2015-08-151-0/+2
* Attempt to prevent use of STRPTIME or GETDATE on platforms where we know it i...Daniel Silverstone2015-08-121-0/+29