Sami Vaarala
4e6b5f8af0
Makefile size output, dump-public symbols
10 years ago
Sami Vaarala
752fee9cd1
Ditz issue update
10 years ago
Sami Vaarala
00fa06e854
Merge branch 'improve-threading-docs'
Add a Threading section to the guide, and refer to internal threading
documentation for details.
10 years ago
Sami Vaarala
43f2de5af8
Initial internal threading documentation
Quite sparse, but should address some common questions.
10 years ago
Sami Vaarala
677352e11c
Guide threading documentation
Refers to internal document for details.
10 years ago
Sami Vaarala
70b8283557
Merge branch 'duk-cmdline-cleanups'
10 years ago
Sami Vaarala
0e7f594d4f
Cleanup, remove unused code from duk_cmdline
10 years ago
Sami Vaarala
823fb4d0a3
Ditz issue update
10 years ago
Sami Vaarala
2d00c908f0
Merge branch 'api-call-show-tags'
Add floating tag links to API function call documentation. The tags are
clickable, so that a user can find functions with the same tag easily.
10 years ago
Sami Vaarala
4a456ba40a
Add floating tags to API documentation
The tags are clickable, so it's easy for a user to find other functions
with the same tag.
10 years ago
Sami Vaarala
30293fd476
Merge branch 'nonportable-api-tags'
Add "nonportable" tags to API calls which involve non-portable file I/O.
10 years ago
Sami Vaarala
38133d9dc5
Add nonportable tags to API calls with I/O
10 years ago
Sami Vaarala
cb1b1059db
Ditz issue update
10 years ago
Sami Vaarala
a6686e0590
Merge branch 'msvc-full-ver'
10 years ago
Sami Vaarala
4f622de03b
Add DUK_F_MSVC_FULL_VER placeholder
10 years ago
Sami Vaarala
a515f3441f
Merge branch 'msvc-variadic-macros'
Use variadic macros for VS2005+. This is useful for applications which use
multiple threads running on separate Duktape heaps. Without variadic macros
some error fields are passed through globals which is not thread safe.
10 years ago
Sami Vaarala
5e6f7a4ea7
Release note: VS2005+ variadic macros
10 years ago
Sami Vaarala
c754a2a98c
Variadic macros for VS2005+
10 years ago
Sami Vaarala
d4353c3a3f
Ditz issue update
10 years ago
Sami Vaarala
f16a1a26f4
Merge branch 'duk-cmdline-fancy'
Make Duktape command line barebones by default with no explicit user
options. This is better than the previous behavior for people who try
out Duktape for the first time on e.g. Windows. Readline is enabled
now with DUK_CMDLINE_FANCY.
10 years ago
Sami Vaarala
375072ac69
Release note: DUK_CMDLINE_FANCY
10 years ago
Sami Vaarala
d3c40210b5
Guide update on DUK_CMDLINE_FANCY
10 years ago
Sami Vaarala
783aa3892f
Replace DUK_CMDLINE_BAREBONES w/ DUK_CMDLINE_FANCY
The default is a barebones build and it happens without any specific options.
This is a better default for people trying Duktape out for the first time.
10 years ago
Sami Vaarala
06e028af0b
Ditz issue update
10 years ago
Sami Vaarala
3b3cbbd3da
Ditz issue update
10 years ago
Sami Vaarala
68bad47a2c
Merge branch 'fix-peval-nofile'
Fix bug in duk_peval_file(), duk_peval_file_noresult(), and duk_peval_compile()
where a non-existent file would cause the functions to throw. This is
obviously unexpected because the API calls are supposed to be protected.
With this fix they now return rc=1 and the error on the stack will be
"Error: no sourcecode" (not ideal, but works for now).
10 years ago
Sami Vaarala
41f5cf87f5
Authors: add credit
10 years ago
Sami Vaarala
e240a158d4
Release note: duk_peval_file() fix
10 years ago
Sami Vaarala
fe920b0059
Fix duk_peval_file() & co nonexistent file bug
duk_push_string_file_raw() can be made to push undefined for a file read
error; after that, compile will throw a "no sourcecode" error. This is
not an ideal error messages but good enough for now.
10 years ago
Sami Vaarala
92d89ce35d
Bug testcase for duk_peval_file() nonexistent file
10 years ago
Sami Vaarala
1b8d71d1a1
Merge branch 'fix-tonumber-roundtrip-test'
10 years ago
Sami Vaarala
23636a1db9
add knownissue
10 years ago
Sami Vaarala
6311693afe
Ditz issue update
10 years ago
Sami Vaarala
20ddb99c0f
Merge branch 'code-policy-nonascii'
10 years ago
Sami Vaarala
14a93002ef
Fix non-ascii chars in API testcase
Merge two test cases in the process.
10 years ago
Sami Vaarala
0713ecc784
Remove non-ascii chars from source
10 years ago
Sami Vaarala
1ac5403938
Add non-ascii check to code policy
10 years ago
Sami Vaarala
ba930541dc
Ditz issue update
10 years ago
Sami Vaarala
b7b349d56a
Ditz issue update
10 years ago
Sami Vaarala
21cec6f3b1
Merge branch 'ecma-test-fixme-coverage'
Improve Ecmascript test coverage. There are still FIXMEs left in the tests,
postponing these to 1.1.
10 years ago
Sami Vaarala
f007c8ea56
More test case coverage improvements
10 years ago
Sami Vaarala
0bbbfb2a87
Test case coverage: arith ops
10 years ago
Sami Vaarala
c2d9247ea8
Add a few basic call expression tests
10 years ago
Sami Vaarala
b347085b92
Test case coverage: bitops
10 years ago
Sami Vaarala
d78ba70e9d
Release note: regexp limit RangeError
10 years ago
Sami Vaarala
5ce9236459
Test case coverage: RegExp
10 years ago
Sami Vaarala
9bca541934
Ecmascript test case coverage improvements
10 years ago
Sami Vaarala
d1ba2bb2b6
Test case coverage: Date
10 years ago
Sami Vaarala
27eee427d0
Test case coverage: array, buffer, etc
10 years ago
Sami Vaarala
82a0039bb5
Trivial testcase cleanups
10 years ago