1708 Commits (2cf34686f0c88dcaf4d84047fe7feca6f0c7578e)
 

Author SHA1 Message Date
Sami Vaarala 792775b896 add a bug testcase to illustrate current misbehavior in array initializers when Array.prototype contains numeric index properties which are non-writable but configurable (this is a pretty obscure case) 11 years ago
Sami Vaarala 5e04922ccf readme update 11 years ago
Sami Vaarala 89765c73df whitespace trivia (replace spaces with tabs) 11 years ago
Sami Vaarala 408670ce5e add a token parse limit as a backstop to regexp and ecmascript compilation: this helps break out of very deep inner function cases 11 years ago
Sami Vaarala b1951a8a4f a few fizzbuzzes 11 years ago
Sami Vaarala 83dfd3a2a8 release note update 11 years ago
Sami Vaarala a14e25872b lexer fix for CR LF handling 11 years ago
Sami Vaarala 9052413651 makefile trivia 11 years ago
Sami Vaarala b167968409 update doc on DUK_OPT_STRICT_UTF8_SOURCE 11 years ago
Sami Vaarala 4738fc56f8 make loose utf-8 parsing of source code the default (strict utf-8 parsing breaks test262 tests) 11 years ago
Sami Vaarala 2ef96da729 fix whitespace set (unused) in dist script 11 years ago
Sami Vaarala 2833c90308 fix whitespace character set to exclude U+2028 and U+2029 which were previously included 11 years ago
Sami Vaarala b4ac79643c testcase for U+2028 and U+2029 handling bug found with test262 11 years ago
Sami Vaarala 3b6074d06f release note update 11 years ago
Sami Vaarala c4eb55ce33 fix for+continue control flow: the correct flow depends on the presence of the third clause because code for it is omitted if the clause is empty 11 years ago
Sami Vaarala 0bbed014c5 upgrade bug test case to an actual one because it has more coverage now 11 years ago
Sami Vaarala 57d6128024 test case improvement for for+continue case 11 years ago
Sami Vaarala bb0510ff4d further mark-and-sweep tuning (increase mark-and-sweep interval when refcounts are used) 11 years ago
Sami Vaarala 87c8ad0050 release note update 11 years ago
Sami Vaarala a43bba3015 fix for-loop continue control flow bug: control did not go through loop check 11 years ago
Sami Vaarala 086bb44215 test case for a for-statement + continue control flow bug 11 years ago
Sami Vaarala 5e65f17563 ditz issue update 11 years ago
Sami Vaarala 920a38431b test case comment fix 11 years ago
Sami Vaarala 21d54cfbb0 release note update 11 years ago
Sami Vaarala db8ef89112 ditz issue update 11 years ago
Sami Vaarala c79cf5c82c provide an explicit 'this' binding when calling program code in duk_cmdline, otherwise 'this' binding is incorrect when global code is strict 11 years ago
Sami Vaarala af2f627459 fixes for built-in constructability 11 years ago
Sami Vaarala e22ab306fb test case for built-in constructability (not comprehensive) 11 years ago
Sami Vaarala 25cc9d984b fix debug print (trivia) 11 years ago
Sami Vaarala c0f5f60714 fix a pc2line encoding bug when line diff forces full 32 bit encode: curr_line instead of next_line was encoded 11 years ago
Sami Vaarala e572ba6017 bug test for some trivial error number inaccuracies 11 years ago
Sami Vaarala 78ac6536e8 bug test for pc2line encoding error when line diff is roughly more than 8 bits; triggered by some ecma262 tests 11 years ago
Sami Vaarala 31429f8f80 bug test for this binding of strict global code 11 years ago
Sami Vaarala 0e9068c689 ditz issue update 11 years ago
Sami Vaarala 377418423d add valgrind support to underscore_test 11 years ago
Sami Vaarala 9bac952cef makefile tweaks: add valgrind wrapped runs for several test sets, .PHONY target cleanup, other trivia 11 years ago
Sami Vaarala 3d409a6569 add very basic ecma262test run, not sure if it works properly yet 11 years ago
Sami Vaarala b6af6f68f8 remove/downgrade some FIXMEs 11 years ago
Sami Vaarala 88650b8447 ditz issue update 11 years ago
Sami Vaarala d12f2178b9 make Duktape.env nonenumerable to match builtin props 11 years ago
Sami Vaarala c226c8711d rename duk_builtin_xxx -> duk_bi_xxx in a few open ditz issues 11 years ago
Sami Vaarala 960e080309 rename duk_builtin_xxx -> duk_bi_xxx in website example 11 years ago
Sami Vaarala 1ea903450b rename duk_builtin_xxx -> duk_bi_xxx in make and dist script 11 years ago
Sami Vaarala 2d515afc70 rename duk_builtin_xxx -> duk_bi_xxx in code 11 years ago
Sami Vaarala 3c450f1af9 ditz issue update 11 years ago
Sami Vaarala ddaccf21bc rename test-builtin-xxx -> test-bi-xxx refs in a few open ditz issues 11 years ago
Sami Vaarala a0cba21490 rename test-builtin-xxx.js -> test-bi-xxx.js refs 11 years ago
Sami Vaarala 41189564c4 rename test-builtin-xxx.js -> test-bi-xxx.js 11 years ago
Sami Vaarala a0f62b254a rename test-dev-bug-xxx refs to test-bug-xxx 11 years ago
Sami Vaarala d3f5070ad5 rename test-dev-bug-xxx.js -> test-bug-xxx.js 11 years ago