summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/duktape.c
Commit message (Expand)AuthorAgeFilesLines
* Duktape: Make declaration match definition for memcmp and double_div.Michael Drake2018-08-101-3/+3
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2018-08-101-1/+1
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2018-08-101-2/+2
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2018-08-101-6/+6
* Duktape: Make declarations match definitions for inline functions.Michael Drake2018-08-101-4/+4
* Duktape: Prevent clang static analysis.Michael Drake2018-08-101-0/+3
* Duktape: Update to version 2.3.0 release.Michael Drake2018-08-101-2205/+3833
* Duktape: Squash -Wcast-align warnings on armhf.Michael Drake2018-05-051-2/+26
* Duktape: Make declarations match definitions for inline functions.Michael Drake2018-05-041-4/+4
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2018-05-041-2/+2
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2018-05-041-1/+1
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2018-05-041-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2018-05-041-0/+3
* Duktape: Update to 2.2.1 release.Michael Drake2018-05-041-161/+158
* Duktape: Squash -Wcast-align warnings on armhf.Michael Drake2017-11-021-2/+26
* Revert "Duktape: Attempt to squash aarch64 cast increases required alignment ...Michael Drake2017-11-011-5/+1
* Duktape: Attempt to squash aarch64 cast increases required alignment warnings.Michael Drake2017-10-301-1/+5
* Duktape: Revert alignment of `struct duk_hobject`.Michael Drake2017-10-291-5/+1
* Duktape: Another attempt to squash aarch64 increases required alignment warni...Michael Drake2017-10-291-3/+1
* Duktape: Attempt to squash aarch64 cast increases required alignment warnings.Michael Drake2017-10-291-1/+7
* Duktape: Make declarations match definitions for inline functions.Michael Drake2017-10-211-4/+4
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2017-10-211-2/+2
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2017-10-211-1/+1
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2017-10-211-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2017-10-211-0/+3
* Duktape: Update to 2.2.0 release.Michael Drake2017-10-211-12365/+14108
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2017-04-211-2/+2
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2017-04-161-1/+1
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2017-04-161-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2017-04-161-0/+3
* Duktape: Update to 2.1.0 release.Michael Drake2017-04-161-5042/+6895
* Duktape: Suppress warnings about increasing alignment of pointer type.Michael Drake2017-03-231-2/+2
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2017-03-231-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2017-03-231-0/+3
* Duktape 2.X: Update to Duktape 2.0.2.Michael Drake2017-03-231-19491/+24115
* Duktape: Prevent clang static analysis.Michael Drake2016-12-281-0/+3
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2016-12-281-6/+6
* Duktape: Update to version 1.6.0.Michael Drake2016-12-281-118/+304
* Duktape: Prevent clang static analysis.Michael Drake2016-08-311-0/+3
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2016-08-311-6/+6
* Duktape: Update to version 1.5.1.Michael Drake2016-08-311-61/+114
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-071-0/+86513