Sami Vaarala
|
6f048dcc3b
|
use 'full' instead of 'maint' as a term for full, internal source release
|
11 years ago |
Sami Vaarala
|
b53143c8fe
|
make_dist minor changes
|
11 years ago |
Sami Vaarala
|
9b4109f539
|
math testcase comment, trivia
|
11 years ago |
Sami Vaarala
|
49a0946e8f
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
bf35dca212
|
api testcase fixes
|
11 years ago |
Sami Vaarala
|
ce4c1c42bc
|
top level makefile cleanup fix
|
11 years ago |
Sami Vaarala
|
75e8893a23
|
placeholder maintenance release script
|
11 years ago |
Sami Vaarala
|
6f005ded97
|
some example files
|
11 years ago |
Sami Vaarala
|
dc3488b58c
|
top level Makefile tweaks
|
11 years ago |
Sami Vaarala
|
35f80df607
|
add separate example makefiles for a test program and a command line tool
|
11 years ago |
Sami Vaarala
|
4b99ee9711
|
use libncurses instead of libncursesw in examples, as there is less porting hassle
|
11 years ago |
Sami Vaarala
|
047e30b26e
|
tweak README.txt, add a ((o) Duktape -header to cmdline example
|
11 years ago |
Sami Vaarala
|
87f582f846
|
refine README.txt
|
11 years ago |
Sami Vaarala
|
03141d7d1f
|
cleanup example: no more internal header use
|
11 years ago |
Sami Vaarala
|
dfd4ad6e7a
|
rework dist and examples, build from combined source by default
|
11 years ago |
Sami Vaarala
|
75c94569d8
|
add feature selection macros to duk_features.h so that the user never needs to define them
|
11 years ago |
Sami Vaarala
|
3ee8a4d67e
|
reorganize byte order, double byte order, and unaligned access detection; make default profile 400 if platform is not 32-bit
|
11 years ago |
Sami Vaarala
|
96ce4fc19e
|
rework api testcases to use shared macros TEST_SAFE_CALL and TEST_PCALL
|
11 years ago |
Sami Vaarala
|
bc374e3a68
|
some =seealso refs
|
11 years ago |
Sami Vaarala
|
66a9451fa2
|
api doc and test for duk_check_stack_top() and duk_require_stack_top(); trivial test case whitespace diff for duk_check_stack() and duk_require_stack()
|
11 years ago |
Sami Vaarala
|
865b039b5b
|
api doc and test for duk_check_stack() and duk_require_stack()
|
11 years ago |
Sami Vaarala
|
3a220ad34f
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
6e5b7702a8
|
add a few initial =seealso references to api docs
|
11 years ago |
Sami Vaarala
|
42398af64f
|
add a simple =seealso notation to api docs
|
11 years ago |
Sami Vaarala
|
4a7950307f
|
api doc and test for duk_get_top_index() and duk_require_top_index()
|
11 years ago |
Sami Vaarala
|
ffea03e925
|
dummy helper for visualizing binaries as images (curiosity)
|
11 years ago |
Sami Vaarala
|
53e76d0d5f
|
add package.json for runtests
|
11 years ago |
Sami Vaarala
|
b465de255b
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
d137ff1b18
|
#undef local macros in a few files, more compatible with a single file distributable
|
11 years ago |
Sami Vaarala
|
59e3580c14
|
add _XOPEN_SOURCE before time.h to suppress warning
|
11 years ago |
Sami Vaarala
|
c3598c068c
|
incomplete exposed API variable access functions; leave this to a later release
|
11 years ago |
Sami Vaarala
|
3ad89f168f
|
add incomplete placeholders for Duktape API variable access methods; these are incomplete because useful semantics are not obvious
|
11 years ago |
Sami Vaarala
|
e1668bf9b7
|
add an initial set of (more or less random) tags to api docs
|
11 years ago |
Sami Vaarala
|
947ce6a16b
|
api doc tag support, by-tag section
|
11 years ago |
Sami Vaarala
|
1e909e178d
|
add a very experimental dist mechanism for providing a combined source (duktape.c + duktape.h)
|
11 years ago |
Sami Vaarala
|
b51f4771ac
|
add helper to get current activation
|
11 years ago |
Sami Vaarala
|
16a0a02c78
|
fix broken debug print
|
11 years ago |
Sami Vaarala
|
8af2ffc633
|
a bunch of duk_api.h -> duktape.h changes
|
11 years ago |
Sami Vaarala
|
c0b87f6923
|
update duktape.h
|
11 years ago |
Sami Vaarala
|
74010b6726
|
api doc and test update for duk_get_var; rename duk_api.h to duktape.h (dependencies not fixed yet)
|
11 years ago |
Sami Vaarala
|
c6690c90e7
|
api doc and test for duk_map_string() and duk_decode_string(); these are now unimplemented so the tests fail
|
11 years ago |
Sami Vaarala
|
a0f9e52032
|
basic api testcases for duk_pcall(), duk_pcall_method(), duk_pcall_prop()
|
11 years ago |
Sami Vaarala
|
3fe219bfd0
|
api doc drafts for duk_safe_call(), duk_pcall(), duk_pcall_method(), duk_pcall_prop()
|
11 years ago |
Sami Vaarala
|
5ebf449689
|
trivial improvement to duk_trim() api doc
|
11 years ago |
Sami Vaarala
|
8ef91301af
|
api doc tags, minor improvement to duk_call() api doc
|
11 years ago |
Sami Vaarala
|
de4f17bab2
|
ditz issue update
|
11 years ago |
Sami Vaarala
|
01de801b32
|
api doc and test for duk_to_fixed_buffer(); improve api description of duk_resize_buffer()
|
11 years ago |
Sami Vaarala
|
e798921f70
|
api doc and test for duk_resize_buffer()
|
11 years ago |
Sami Vaarala
|
d894b76b44
|
api doc and test for duk_swap() and duk_swap_top()
|
11 years ago |
Sami Vaarala
|
28f3f28638
|
ditz issue update
|
11 years ago |