1952 Commits (fb8e31283646a559868e2e5b95da1a2b79fbcc63)
 

Author SHA1 Message Date
Sami Vaarala 7564651726 rename json internal helpers to be more concise 11 years ago
Sami Vaarala 54fb01c3be prepend a 'duk__' prefix to a bunch of internal functions 11 years ago
ndob 3eeed1b5bd Use variadic macros on g++ with c++11 to suppress a lot of warnings. 11 years ago
ndob 2bdc0cea2b Fix compilation on g++ 11 years ago
Sami Vaarala 6036c86def prepend a 'duk__' prefix to a bunch of internal functions 11 years ago
Sami Vaarala b8666e5b16 prepend a 'duk__' prefix to a bunch of internal functions 11 years ago
Sami Vaarala 9ba0d0aa69 prepend a 'duk__' prefix to a bunch of internal functions 11 years ago
Sami Vaarala e55dbf2691 ditz issue update 11 years ago
Sami Vaarala f4ba8fee13 comment trivia on duk_tval 11 years ago
Sami Vaarala 7d48f6c827 use an exactly 32-bit type for codepoints (defaulted to 64 bits) 11 years ago
Sami Vaarala 5155f8cdf2 relocate all compiler function struct pointers to beginning of struct to avoid mixing pointers and integers, saves >30 bytes on 64-bit 11 years ago
Sami Vaarala dd11ffebe8 debug dump various sizeof() values to help optimization 11 years ago
Sami Vaarala a8a4bc78dd fixes for various compiler warnings 11 years ago
Sami Vaarala a46c71a1e0 makefile trivia: write test262cat warning to stderr (avoid spoiling redirection) 11 years ago
Sami Vaarala 36f51e6db1 remove deeply nested function issues from test262 status, works now 11 years ago
Sami Vaarala b92adb3217 README update 11 years ago
Sami Vaarala 857c16aca6 release note update 11 years ago
Sami Vaarala 526d603529 ditz issue update 11 years ago
Sami Vaarala 561f42093a fix unreachable code warning 11 years ago
Sami Vaarala a8b6265272 fix deep inner function test case to check that deep nesting now works up to 1000 levels 11 years ago
Sami Vaarala 06da6a442d remove guide info on O(2^depth) parsing limitation 11 years ago
Sami Vaarala 31c5477ecf fix compiler O(depth^2) inner function parsing by recording a lexer point on first inner function compilation, and then skipping the inner function on the second pass 11 years ago
Sami Vaarala 93794b3e2f add start byte offset to lexer tokens to allow inner function skipping 11 years ago
Sami Vaarala 1342a7553b add DUK_OPT_PANIC_HANDLER guide documentation 11 years ago
Sami Vaarala 42f9e91cfa describe error, fatal, and panic in programming model section 11 years ago
Sami Vaarala f89f6fb7bf update duk_fatal() api doc 11 years ago
Sami Vaarala 4c9fb7d1b4 remove duk_error_fatal.c from dist, no longer exists 11 years ago
Sami Vaarala 593f9e994d api test case fix to match new fatal prototype 11 years ago
Sami Vaarala b6aab6aebd fix renamed script ref 11 years ago
Sami Vaarala f62af8fe6c add a few more test targets to README 11 years ago
Sami Vaarala aae61679ca add a Makefile target to run a JS-Interpreter test 11 years ago
Sami Vaarala 0ccf8adad4 make default panic handler compilation conditional, describe 'exit method' in default panic handler for clarity 11 years ago
Sami Vaarala b53932fab7 simplify panic handling, use DUK_OPT_PANIC_HANDLER instead of DUK_PANIC_HANDLER, add a message to fatal error handler 11 years ago
Sami Vaarala 0a92e0b1fd add a minimal setup check to Makefile, also print a notice to users running the developer makefile on other than Linux platforms 11 years ago
Sami Vaarala 94647fb9a4 disable legacy compatibility stuff present in 0.9.0 (keep for one release only) 11 years ago
Sami Vaarala f882f8808a bump duktape version for next release 11 years ago
Sami Vaarala 837166fea7 release checklist update 11 years ago
Sami Vaarala d17205ebb0 ditz issue update 11 years ago
Sami Vaarala 929f30d1a0 download page tweak 11 years ago
Sami Vaarala f884b235eb update duk_check_stack() api doc with entry stack reserve define name 11 years ago
Sami Vaarala 5c993aecd9 remove 'section incomplete' notices 11 years ago
Sami Vaarala 6bc47dd0dc change license link in template to point to github file 11 years ago
Sami Vaarala add3e9d3bc add -std=c99 to web examples as it is the preferred case 11 years ago
Sami Vaarala 2aab21ad6f ditz issue update 11 years ago
Sami Vaarala 7b2a4b4942 update downloads page for release 11 years ago
Sami Vaarala 9a8b10bda8 add duktape 0.9.0 dist binary 11 years ago
Sami Vaarala 723f9341e8 improve freebsd clang 3.3 portability note 11 years ago
Sami Vaarala 5da2d32dea license update (year range) 11 years ago
Sami Vaarala 8e1e2d6dc7 some release note cleanups 11 years ago
Sami Vaarala dc5ff48b4c misc util for platform define testing 11 years ago