summaryrefslogtreecommitdiff
path: root/javascript/duktape/duk_custom.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | We need to enable this option now as it is off by default, but it was on in the regexp-canonicalize-lookup branch we used previously.
* JS: use deep stack, regardless of platform.John-Mark Bell2015-08-151-0/+2
| | | | | Without enabling this, the compiler recursion limit will be hit when parsing most non-trivial JS libraries.
* Attempt to prevent use of STRPTIME or GETDATE on platforms where we know it ↵Daniel Silverstone2015-08-121-0/+29
is broken