186 Commits (fb686a95362dddba7a59cebefa0ad75f8b46d38b)

Author SHA1 Message Date
Sami Vaarala b4bcd52290 add guide entry on DUK_OPT_NO_ES6_PROXY 11 years ago
Sami Vaarala 2f0f0adacb guide version number example updates 11 years ago
Sami Vaarala 00c997e49f guide doc update on es6 prototype properties 11 years ago
Sami Vaarala 549a100430 document DUK_OPT_NO_OBJECT_ES6_PROTO_PROPERTY and DUK_OPT_NO_OBJECT_ES6_SETPROTOTYPEOF 11 years ago
Sami Vaarala 172f1563f6 note on __proto__ object initializer 11 years ago
Sami Vaarala 63567a030b preliminary guide updates on e6 features (assumes Proxy will also be implemented) 11 years ago
Sami Vaarala b6d341ae1e guide updates on Duktape.line() and Duktape.act() 11 years ago
Sami Vaarala 0f49a6f6ac draft of Duktape.act() for enumerating activations, not sure if this is a good idea 11 years ago
Sami Vaarala 85f8f2bf27 buffer copy note 11 years ago
Sami Vaarala 08cfc13495 clarify defineProperty() behavior for virtual buffer props 11 years ago
Sami Vaarala 4c8df77745 add buffer virtual prop defineProperty() limitation to guide, section ids for type sections 11 years ago
Sami Vaarala 343b6f4e06 draft text for buffer constructor changes 11 years ago
Sami Vaarala 2195b06414 document DUK_OPT_FUNC_NONSTD_SOURCE_PROPERTY 11 years ago
Sami Vaarala 8e43db9e29 add logger creation to log write example in guide 11 years ago
Sami Vaarala 25d4788871 guide documentation on error handlers 11 years ago
Sami Vaarala 46273e5d08 remove guide limitation note on error handlers 11 years ago
Sami Vaarala 51d8a9b3d4 add a bit more compiler option suggestions to the guide 11 years ago
Sami Vaarala 0dcc08c400 guide clarifications on buffer NUL termination and zeroing behavior 11 years ago
Sami Vaarala f1fd1324c6 osx compile note 11 years ago
Sami Vaarala ed199e318e guide performance notes re: plain buffer vs. buffer Object 11 years ago
Sami Vaarala ee89c7280a buffer guide improvements 11 years ago
Sami Vaarala 7d4753dc39 guide update on buffer virtual properties 11 years ago
Sami Vaarala 15634ef69c document DUK_OPT_NO_ZERO_BUFFER_DATA option 11 years ago
Sami Vaarala 5d3b5fe634 document DUK_OPT_DEEP_C_STACK 11 years ago
Sami Vaarala 37e93d4306 document raw() arguments as a buffer in guide 11 years ago
Sami Vaarala 5ba375e899 initial sparse documentation on logging 11 years ago
Sami Vaarala 35614489da tail call note when using 'caller' property 11 years ago
Sami Vaarala bf1bab037e document 'caller' limitiations 11 years ago
Sami Vaarala 0eeb6a22af guide updates related to function 'caller' property and Array.prototype.splice() 11 years ago
Sami Vaarala f39e60cfc1 add a feature option for non-strict function 'caller' property, add a feature option to disable Array.splice() real world behavior, document the two options 11 years ago
Sami Vaarala fe009952d5 guide notes on named function expression reference loop 11 years ago
Sami Vaarala 573679398a update description of Duktape/C function properties 11 years ago
Sami Vaarala d7f2f9700d guide/api docs for stash API calls 11 years ago
Sami Vaarala 253fb15300 update endianness refs in guide 11 years ago
Sami Vaarala aee6c86a30 add qnx to release notes and portability list 11 years ago
Sami Vaarala e3cf919aa7 portability troubleshooting note update 11 years ago
Sami Vaarala 15c3766146 add openbsd to portability list 11 years ago
Sami Vaarala 1f2a438855 add NetBSD to portability list 11 years ago
Sami Vaarala 7f3fa89cc3 remove regexp quantifier capture handling limitation from guide (fixed now) 11 years ago
Sami Vaarala 77507ca86e add -std=c99 (or similar) to compilation overview 11 years ago
Sami Vaarala b3c17ac4ce document array limitations and regexp quantifier over captures 11 years ago
Sami Vaarala 5ee558f6f5 add Duktape.line() 11 years ago
Sami Vaarala 575da0e09f document coco and livescript 11 years ago
Sami Vaarala 52f722f2b2 add DUK_OPT_FORCE_BYTEORDER to allow byte order to be defined on custom platforms: Duktape cannot support them all because endianness headers are non-standard 11 years ago
Sami Vaarala a3ec7e142a add align target to Duktape.env 11 years ago
Sami Vaarala 9a2a65443a guide documentation for DUK_OPT_DECLARE, and improved DUK_OPT_PANIC_HANDLER example 11 years ago
Sami Vaarala 5e5f5c697d fix guide custom json section heading levels (one too deep) 11 years ago
Sami Vaarala 7207350d8a add DUK_OPT_FORCE_ALIGN to portability troubleshooting 11 years ago
Sami Vaarala a759a6fe93 document prop memory layout in Duktape.env 11 years ago
Sami Vaarala 4edc34b36a guide update on DUK_OPT_FORCE_ALIGN and Emscripten compatibility 11 years ago