Sami Vaarala
05d248c8a1
Add some executor doc value stack notes
Cleaned up text from very old design notes.
9 years ago
Sami Vaarala
5dc85e9b4f
Internal doc note on finalizer guarantee
9 years ago
Sami Vaarala
3c02b8c202
Remove fixed test262 octal parse known issue
9 years ago
Sami Vaarala
43335dfcff
Code issues notes on preprocessor conventions
- #if defined(XXX) preferred over #ifdef XXX
- Avoid preprocessor comparison when values not known to be defined
9 years ago
Sami Vaarala
3da19ff2db
Internal doc on file/line attribution for errors
Also improve the internal error object documentation a bit.
9 years ago
Sami Vaarala
a0cf18b04d
Error message level internal document
9 years ago
Sami Vaarala
6f9047643a
Known issue for Proxy JSON stringify trap behavior
9 years ago
Sami Vaarala
d0f6d7f7a3
Sandboxing doc update for paranoid errors
Config option was renamed.
9 years ago
Sami Vaarala
9f6d4d41f9
Debugger document minor improvements
9 years ago
Bruce Pascoe
8077a2e362
Add Detaching notify to debugger.rst
9 years ago
Sami Vaarala
6b3e063250
Code issues note on -Wcast-qual
9 years ago
Bruce Pascoe
973d6cf85a
Document optional callstack level in debugger.rst
9 years ago
Sami Vaarala
ad78aea94d
Add property error note to sandboxing doc
9 years ago
Sami Vaarala
7011ebaf86
Debugger document note on GC freezing and walking
9 years ago
Sami Vaarala
5a4a8b0b1a
Internal doc changes for 'unused' marker tag
9 years ago
Sami Vaarala
b12e59d9e1
Release checklist: refcount leak regression
9 years ago
Sami Vaarala
1973993f60
Code issues notes on setjmp
9 years ago
Sami Vaarala
45cc8dd819
Remove debugger pause-on-error future work
9 years ago
Sami Vaarala
42eb7feee9
Remove fast return references from docs
9 years ago
Sami Vaarala
bbd2346cf1
Remove debugger stmt from future work
9 years ago
Bruce Pascoe
6e360ed703
Implement debugger throw intercept
Throws are reported to the client and fatal throws pause before unwinding.
9 years ago
Bruce Pascoe
de4b07a371
Add Throw notify to debugger.rst
9 years ago
Sami Vaarala
57bdc8c713
Release checklist updates
9 years ago
Sami Vaarala
769511f61d
Add a known issue for NaN sign in typed array test
9 years ago
Sami Vaarala
59702ce022
Release checklist updates
- Update symbols API test
- Windows warning level
9 years ago
Sami Vaarala
137a004983
Renamed example file in 1.3 release notes
9 years ago
Sami Vaarala
a4ca5b3669
Internal document config cleanups
- duk_config.h document minor cleanups, add notes for experimental features
- feature option document updates: now matches autodetect header
- low memory document updates
9 years ago
Sami Vaarala
e3827515b0
Remove experimental status of debugger API
Also remove experimental warning in debugger web UI.
9 years ago
Sami Vaarala
66646e34be
Clean up 1.3 release notes
9 years ago
Sami Vaarala
d8b289abb8
Resolve buffers.rst FIXMEs
9 years ago
Sami Vaarala
c05a48f816
Add DUK_OPT_JSON_STRINGIFY_FASTPATH to perf doc
9 years ago
Sami Vaarala
964bb5b4b4
Draft release notes for 1.3.0
9 years ago
Sami Vaarala
cee1db15fe
Update release checklist: torture options
Also DUK_OPT_xxx -> DUK_USE_xxx renames.
9 years ago
Sami Vaarala
c689eca77b
Internal doc: graph serialization
9 years ago
Sami Vaarala
c0db497f1c
Update curr_pc parts of execution doc
9 years ago
Sami Vaarala
6c848896ad
Clarifications to curr_pc in execution doc
9 years ago
Sami Vaarala
736f9a98f2
Document installation in a system
9 years ago
Sami Vaarala
af3f14c517
Executor document update for local curr_pc
9 years ago
Sami Vaarala
5fb49b87e1
Low memory doc: disable refcount
9 years ago
Sami Vaarala
d08bd82447
Internal document draft on execution
9 years ago
Sami Vaarala
e38d80a89a
Tailcall -> tail call in internal docs
9 years ago
Sami Vaarala
ea06096bca
Add cleaned up compiler design document
The document is based on early design notes for Duktape 1.0 and is not
entirely up-to-date or very clean, but it still provides a reasonable
overview of how the compiler works.
9 years ago
Sami Vaarala
d4bb9798b4
Debugger doc notes on PC vs. PC-1
9 years ago
Sami Vaarala
e07f5eb7cc
Internal doc changes for C stack depth options
9 years ago
Sami Vaarala
61ea4f3868
Add -Wcast-align to release checklist
9 years ago
Sami Vaarala
ad2d28e397
Add -Wcast-align and -Wfloat-equal to code issues
Also indent cleanup.
9 years ago
Sami Vaarala
d957297bd7
Debugger doc update for line transition rule
9 years ago
Sami Vaarala
34873b62ce
Debugger document fixes
- Clarification for heapptr dvalue
- Mention dvalue debug transport in debugger doc
9 years ago
Sami Vaarala
81184042b7
Remove a fixed linenumber issue from known issues
9 years ago
Sami Vaarala
3c7417c894
Remove fixed rounding issue from known issues
9 years ago