Sami Vaarala
|
bab31da1b6
|
api doc and test for index normalization
|
11 years ago |
Sami Vaarala
|
dacdb5bdb2
|
json encode/decode api calls and test
|
11 years ago |
Sami Vaarala
|
f99beeb9da
|
heap lifecycle api call docs
|
11 years ago |
Sami Vaarala
|
60096d4dba
|
api testcase 'header' file, prepended to each test
|
11 years ago |
Sami Vaarala
|
5a901cfb28
|
basic heap lifecycle test
|
11 years ago |
Sami Vaarala
|
8054b26194
|
add fixed buffer check api; rework heap creation api
|
11 years ago |
Sami Vaarala
|
4c83e899d4
|
duk type api calls (already covered by tests)
|
11 years ago |
Sami Vaarala
|
35c3f779a1
|
duk_push_new_c_function() api doc and test
|
11 years ago |
Sami Vaarala
|
42201f6f63
|
api testcase for basic types
|
11 years ago |
Sami Vaarala
|
c0714d5d80
|
duk_push_(v)sprintf() api testcases
|
11 years ago |
Sami Vaarala
|
c3cb8aac7b
|
testcase for duk_is_xxx() api calls; still broken for ecmascript/c function because of compile/eval api is incomplete
|
11 years ago |
Sami Vaarala
|
8b80a79db9
|
api docs for duk_is_xxx() api calls
|
11 years ago |
Sami Vaarala
|
fad076afa6
|
rename growable buffers 'dynamic' buffers (more common and more accurate); other api related changes and placeholders
|
11 years ago |
Sami Vaarala
|
7188c1f9c6
|
add more arg checking for sprintf() related api calls
|
11 years ago |
Sami Vaarala
|
3f12764ae6
|
api doc additions
|
12 years ago |
Sami Vaarala
|
da917ddf3e
|
website work
|
12 years ago |
Sami Vaarala
|
8f56f5d01f
|
first commit of duktape.org website build dir
|
12 years ago |
Sami Vaarala
|
cf056351f9
|
ditz issue update
|
12 years ago |
Sami Vaarala
|
461e41fd07
|
api fixes
|
12 years ago |
Sami Vaarala
|
2b48146987
|
rename test case directory
|
12 years ago |
Sami Vaarala
|
50c72ed47a
|
update example makefile
|
12 years ago |
Sami Vaarala
|
3751122f4e
|
top level makefile with variant builds and test targets, replaces sconscript
|
12 years ago |
Sami Vaarala
|
74d379e80c
|
first cut at a dist creation script, replaces sconscript
|
12 years ago |
Sami Vaarala
|
a0e2e20366
|
ditz issue update
|
12 years ago |
Sami Vaarala
|
d7bb069f8f
|
remove scons files, will be replaced by plain makefiles
|
12 years ago |
Sami Vaarala
|
4b8745ffaa
|
move cmdline tool to examples (along with the dummy socket, fileio, and ncurses modules), move Makefile.example to examples as well
|
12 years ago |
Sami Vaarala
|
35fa01cc09
|
sconscript trivia
|
12 years ago |
Sami Vaarala
|
6077643e75
|
update regexp dollar escape: allow it, to match real world behavior
|
12 years ago |
Sami Vaarala
|
83885d92ed
|
fix Array.prototype.slice() end handling (undefined end must default to length)
|
12 years ago |
Sami Vaarala
|
e751ea5c8a
|
bug testcase for Array.prototype.slice() end handling
|
12 years ago |
Sami Vaarala
|
cdc291c25d
|
fix bug in handling variant 2 for statement with multiple variable declarations: comma wasn't eaten, resulting in syntax error
|
12 years ago |
Sami Vaarala
|
9ba8e0a9b8
|
bug testcase for a bug in a for statement variant with multiple variable declarations
|
12 years ago |
Sami Vaarala
|
4f8b408f69
|
fix typeof behavior for unresolvable reference
|
12 years ago |
Sami Vaarala
|
d0ac446a22
|
testcase for typeof bug: for an unresolvable reference the result must be of type string with the value 'undefined', not an actual undefined value as happens now
|
12 years ago |
Sami Vaarala
|
91e25cadc8
|
allow dollar escape in regexp; this is non-standard but widely used
|
12 years ago |
Sami Vaarala
|
7a2cbdad30
|
improve nonascii find util
|
12 years ago |
Sami Vaarala
|
50314b4f98
|
make engine header a oneliner to avoid testcase line number effects
|
12 years ago |
Sami Vaarala
|
4ee999eba0
|
ditz issue update
|
12 years ago |
Sami Vaarala
|
4490e0ae3b
|
improve duk_tval.h byte order handling; it is now used even when packed representation is not in use
|
12 years ago |
Sami Vaarala
|
447f46a5e4
|
update README.txt for 0.5 release
|
12 years ago |
Sami Vaarala
|
df87bf7414
|
fix closure assertions related to outer_var_env==outer_lex_env, which is not the case
|
12 years ago |
Sami Vaarala
|
ddd3851a5b
|
ditz issue update
|
12 years ago |
Sami Vaarala
|
0a25181b0c
|
first draft of number conversion developer doc
|
12 years ago |
Sami Vaarala
|
a1037e682d
|
ditz issue update
|
12 years ago |
Sami Vaarala
|
e385e93c44
|
NaN date bug testcase
|
12 years ago |
Sami Vaarala
|
168830849b
|
compiler arg cleanup, rbp_flags instead of rbp
|
12 years ago |
Sami Vaarala
|
ab84cdfc07
|
recognize empty expressions also outside top level, fixes function argument list trailing comma bug
|
12 years ago |
Sami Vaarala
|
1e41f552a8
|
fix NaN/inf handling corner cases in Date
|
12 years ago |
Sami Vaarala
|
6c83c0cd52
|
fix an incorrect assertion for reserved names
|
12 years ago |
Sami Vaarala
|
4c2e39a37c
|
fix two incorrect stack top assertions
|
12 years ago |