Sami Vaarala
|
0ecdf118b1
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
f5909f01b5
|
Merge branch 'jsonx-neg-zero'
|
11 years ago |
Sami Vaarala
|
24861a059b
|
release note update
|
11 years ago |
Sami Vaarala
|
2f9dd2213a
|
custom json guide tweak
|
11 years ago |
Sami Vaarala
|
1c356ade40
|
signed zero json/jsonx/jsonc test case additions
|
11 years ago |
Sami Vaarala
|
60c3529c35
|
document negative zero serialization
|
11 years ago |
Sami Vaarala
|
7b2a9dcf0c
|
serialize negative zero as '-0' in JSONX/JSONC
|
11 years ago |
Sami Vaarala
|
d743b3f9fd
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
b764e0200d
|
README.md tweak, add getting started link
|
11 years ago |
Sami Vaarala
|
f1c3c84523
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
b6fe547b4b
|
release note update
|
11 years ago |
Sami Vaarala
|
d8c7c9d195
|
fix test-bi-date-canceling.js issue triggered at least when compiling on 64-bit Ubuntu, gcc 4.8.1, -m32, and NO -std=c99; apparently IEEE double computations would be optimized in a way that broke some corner cases; adding volatile fixes it
|
11 years ago |
Sami Vaarala
|
8889f5c5ea
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
a4a86b6e47
|
Merge branch 'non-c99-improvements'
|
11 years ago |
Sami Vaarala
|
88064cd563
|
guide updates, no longer a torrent of warnings with a non-C99 build
|
11 years ago |
Sami Vaarala
|
7442a56ecb
|
release note update
|
11 years ago |
Sami Vaarala
|
bd5dbb9813
|
improve type detection for non-C99 case: now compiles even on x64 without -std=c99
|
11 years ago |
Sami Vaarala
|
03249b32bd
|
Merge branch 'debug-macro-rework'
|
11 years ago |
Sami Vaarala
|
afa2f32ac4
|
testcase trivia
|
11 years ago |
Sami Vaarala
|
517557bb5a
|
fix a set of multiline debug call sites
|
11 years ago |
Sami Vaarala
|
dd77a90d8b
|
fix a set of multiline debug call sites
|
11 years ago |
Sami Vaarala
|
77b2e3c3f5
|
fix a set of multiline debug call sites
|
11 years ago |
Sami Vaarala
|
f1f507eb27
|
fix a set of multiline debug call sites; also fix proxy check log level (from way too spammy 'D' to 'DDD')
|
11 years ago |
Sami Vaarala
|
69415743a8
|
fix a set of multiline debug call sites
|
11 years ago |
Sami Vaarala
|
a88dc4fd54
|
fix a set of multiline debug call sites
|
11 years ago |
Sami Vaarala
|
f150cf355c
|
use a statement for omitting DUK_D() and friends, avoid empty statement
|
11 years ago |
Sami Vaarala
|
a23fb480f2
|
release note update
|
11 years ago |
Sami Vaarala
|
4c195f2576
|
exit code based on whether or not broken call sites found
|
11 years ago |
Sami Vaarala
|
268877034a
|
run debug log call site check before dist
|
11 years ago |
Sami Vaarala
|
08de56ae07
|
a few utility python scripts to work with debug call sites
|
11 years ago |
Sami Vaarala
|
66a652762d
|
fix a set of multiline debug call sites
|
11 years ago |
Sami Vaarala
|
95dee49efa
|
autofixed one line debug call sites
|
11 years ago |
Sami Vaarala
|
3714ea26ac
|
debug log call wrappers
|
11 years ago |
Sami Vaarala
|
eaa4047dd2
|
add DUK_D, DUK_DD, DUK_DDD
|
11 years ago |
Sami Vaarala
|
11d5c7a628
|
makefile update
|
11 years ago |
Sami Vaarala
|
80bc939aad
|
update compiling options section with new DUK_OPT_DEBUG and DUK_OPT_(D|DD|DDD)EBUG semantics
|
11 years ago |
Sami Vaarala
|
8c8bc36d82
|
clean up debug defines: DUK_USE_DEBUG now enables/disables debug code globally, while DUK_USE_DPRINT, DUK_USE_DDPRINT, and DUK_USE_DDDPRINT control specific log levels (earlier DUK_USE_DEBUG and DUK_USE_DPRINT were the same, which was confusing)
|
11 years ago |
Sami Vaarala
|
baf7ef34a0
|
remove DUK_OP_DEBUG and move debug opcodes under DUK_OP_EXTRA
|
11 years ago |
Sami Vaarala
|
fcaf75017c
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
00981a41c2
|
Merge branch 'es6-proxy-subset'
|
11 years ago |
Sami Vaarala
|
1ecfe752df
|
fix proxy testcase to match missing Proxy.revocable()
|
11 years ago |
Sami Vaarala
|
b89843b038
|
since Proxy.revocable() is not supported, remove it entirely (better to have it missing than throwing an error as this makes it more difficult to do feature detection)
|
11 years ago |
Sami Vaarala
|
b32cf865e9
|
some api testcase fixes (not related to proxy)
|
11 years ago |
Sami Vaarala
|
4491a44494
|
test case illustrating current proxy behavior with internal keys
|
11 years ago |
Sami Vaarala
|
5a2d8aa2a6
|
skip proxy handlers for internal keys, perhaps best compromise for now
|
11 years ago |
Sami Vaarala
|
e7032cd49e
|
comment cleanups
|
11 years ago |
Sami Vaarala
|
7ff8e70966
|
update lua comparison metatable section to reflect es6 proxy subset
|
11 years ago |
Sami Vaarala
|
2ee7a86fb4
|
add e6 features to compiling section
|
11 years ago |
Sami Vaarala
|
fc958ec0ff
|
reorganize proxy links in property virtualization section, link to mozilla's nice Proxy page
|
11 years ago |
Sami Vaarala
|
c5413211e7
|
add Proxy to additional globals tables
|
11 years ago |