summaryrefslogtreecommitdiff
path: root/javascript/duktape/duktape.c
Commit message (Collapse)AuthorAgeFilesLines
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-071-86513/+0
|
* Squash harmless Clang warning introduced in Duktape 1.5.0.Michael Drake2016-05-111-0/+6
| | | | duk_error_macros.c:61:19: warning: unused function 'duk_err_unsupported_defmsg' [-Wunused-function]
* Restore "make declarations match definitions for duk_raw_read_xxx_be" from ↵Michael Drake2016-05-071-6/+6
| | | | 6d63f7959af64a45b0643d0610fcbdb0c07bfbc4
* Restore prevention of clang static analysis from ↵Michael Drake2016-05-071-0/+3
| | | | 336326af3aab93f31474fa6de28782457ae4a1c0
* Update to Duktape 1.5.0 release.Michael Drake2016-05-071-9942/+8321
|
* make declarations match definitions for duk_raw_read_xxx_beVincent Sanders2016-01-251-6/+6
|
* Restore prevention of clang static analysis from ↵Michael Drake2016-01-151-0/+3
| | | | 336326af3aab93f31474fa6de28782457ae4a1c0
* Update to Duktape 1.4.0 release.Michael Drake2016-01-151-1018/+1420
|
* Restore prevention of clang static analysis from ↵Michael Drake2015-12-141-0/+3
| | | | 336326af3aab93f31474fa6de28782457ae4a1c0
* Restore volatility introduced in fd9aa16ece1af9af828c4606bbd9df975e5d2e3dMichael Drake2015-12-141-1/+1
|
* Update to duktape snapshot suggested by svaarala.Michael Drake2015-12-141-1645/+2887
| | | | http://duktape.org/snapshots/duktape-1.3.99-20151209151055-v1.3.0-383-gb7b1c5f-duk-config-improvements.tar.xz
* Try and prevent duktape from taking part in clang analysisDaniel Silverstone2015-11-011-0/+3
|
* Restore volatility introduced in fd9aa16ece1af9af828c4606bbd9df975e5d2e3dDaniel Silverstone2015-10-311-1/+1
|
* Update duktape to regexp-canonicalize-lookup branch.Michael Drake2015-10-311-1789/+8816
| | | | | | | - Add an optional 128kB lookup to optimize regexp canonicalization #411. https://github.com/svaarala/duktape/pull/411 This speeds up worst-case case-insensitive unicode regex handling.
* JS: mark idx_func volatile to remove warningJohn-Mark Bell2015-08-151-1/+1
|
* Take tip of the fix-cast-align-warnings branch from Sami to see if it helpsDaniel Silverstone2015-08-121-4672/+11402
|
* Avoid strptime on platforms where NetSurf knows we don't have a good oneDaniel Silverstone2015-08-091-0/+25
|
* Add duktape 1.2.3 release ready for useDaniel Silverstone2015-08-091-0/+72690