Sami Vaarala
|
e206a370b8
|
update printout example for duk cmdline, no longer prints build info
|
11 years ago |
Sami Vaarala
|
f097a41732
|
add another pointer format example to internal json docs
|
11 years ago |
Sami Vaarala
|
7ec5dca836
|
another pointer example for jsonx/jsonc
|
11 years ago |
Sami Vaarala
|
3da56c4052
|
guide updates on __duk__.build -> __duk__.env
|
11 years ago |
Sami Vaarala
|
0a4c3b59ea
|
__duk__.build removal related trivia
|
11 years ago |
Sami Vaarala
|
92c03910a0
|
remove __duk__.build, replace it with __duk__.env which summarizes most important effective build options in a single space separated string
|
11 years ago |
Sami Vaarala
|
ac10adf75e
|
add README.md for github
|
11 years ago |
Sami Vaarala
|
c039fbf4ca
|
relnote update
|
11 years ago |
Sami Vaarala
|
5c55eaf3e9
|
fix bound constructor handling, fix tailcall env closure bug
|
11 years ago |
Sami Vaarala
|
43544d6702
|
add a testcase for bound constructor behavior
|
11 years ago |
Sami Vaarala
|
339defa975
|
bug testcase for bound constructor handling (judofyr)
|
11 years ago |
Sami Vaarala
|
399e27fda5
|
bug testcase for a tailcall closure issue (judofyr)
|
11 years ago |
Sami Vaarala
|
d73332a921
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
2427d91f74
|
portability notes for msvc and mingw on windows x86
|
11 years ago |
Sami Vaarala
|
ce2ae50128
|
_snprintf note
|
11 years ago |
Sami Vaarala
|
9ba3671e42
|
relnote update
|
11 years ago |
Sami Vaarala
|
bff2638c34
|
MSVC (VS2010 express) fixes, now compiles and works
|
11 years ago |
Sami Vaarala
|
608a2f8ebf
|
force DUK_CMDLINE_BAREBONES on Windows to avoid header issues
|
11 years ago |
Sami Vaarala
|
4d1435464e
|
add initial implementations for Windows Date built-in; there is no Windows specific date parsing or formatting, but that is not mandatory (ISO 8601 will only be supported)
|
11 years ago |
Sami Vaarala
|
6a2c32f366
|
add preliminary MinGW/MSVC feature detection, endianness detection, proper headers, and Date functions
|
11 years ago |
Sami Vaarala
|
64d531614e
|
rename internal macros in duk_js_executor to avoid conflicts on Windows (e.g. CONST and STRICT are very bad, now DUK__CONST, DUK__STRICT)
|
11 years ago |
Sami Vaarala
|
24574104de
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
584c1eb47e
|
more json future work notes
|
11 years ago |
Sami Vaarala
|
6e8c299993
|
testcase typo fix
|
11 years ago |
Sami Vaarala
|
0189470467
|
relnote update
|
11 years ago |
Sami Vaarala
|
3f500507fe
|
allow also ':' in pointer formats (segmented addresses)
|
11 years ago |
Sami Vaarala
|
e5dd7e73d5
|
change pointer toString() to return 'null' (instead of a platform dependent value) for a NULL pointer; the new result matches JSONX
|
11 years ago |
Sami Vaarala
|
9dd0ea9619
|
testcase for pointer formatting (to the extent testing is possible)
|
11 years ago |
Sami Vaarala
|
90b54bfbae
|
guide docs for DUK_OPT_NO_JSONX and DUK_OPT_NO_JSONC
|
11 years ago |
Sami Vaarala
|
c7400677ea
|
guide update for JSON formats
|
11 years ago |
Sami Vaarala
|
b835beb115
|
relnote update
|
11 years ago |
Sami Vaarala
|
a5ad03a2c5
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
4eeaf4ddfa
|
makefile trivia
|
11 years ago |
Sami Vaarala
|
9332296081
|
testcase for nonstandard (apparently invalid) patternchar in regexp, which is still accepted by V8/Rhino
|
11 years ago |
Sami Vaarala
|
e358b3f122
|
first draft of JSONX/JSONC implementation; bloats footprint by 3+kB
|
11 years ago |
Sami Vaarala
|
e75fd3c4c6
|
DUK_USE_JSONX/DUK_USE_JSONC flags
|
11 years ago |
Sami Vaarala
|
16d6a9dc60
|
strings and builtins for JSONX/JSONC, placeholder calls
|
11 years ago |
Sami Vaarala
|
3e91123762
|
document JSONC/JSONX, and some internal behavior for standard JSON formatting of e.g. invalid UTF-8 codepoints
|
11 years ago |
Sami Vaarala
|
a2ca3f9c95
|
add very minimal tests for invalid xutf-8
|
11 years ago |
Sami Vaarala
|
cc3c55539c
|
testcase for JSONX/JSONC formats
|
11 years ago |
Sami Vaarala
|
f48012604c
|
relnote update
|
11 years ago |
Sami Vaarala
|
81fe559128
|
remove incorrect arguments object accessor assertion, broken test-arguments-magic-delete
|
11 years ago |
Sami Vaarala
|
450b595136
|
makefile trivia
|
11 years ago |
Sami Vaarala
|
418f4f303a
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
715c003a07
|
remove incorrect assumption in emit_loadint(); assert for A was incorrect because there is spilling support in the helper it calls
|
11 years ago |
Sami Vaarala
|
3dbda1d642
|
fix incorrect assertion in executor catchstack handling
|
11 years ago |
Sami Vaarala
|
fc7dabdc44
|
remove coroutines are experimental note
|
11 years ago |
Sami Vaarala
|
bd5287e72e
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
8407d58806
|
add doc for DUK_OPT_NO_INTERRUPT_COUNTER
|
11 years ago |
Sami Vaarala
|
312189ec6f
|
release note update
|
11 years ago |