841 Commits (c3330cc90843baa1beb98508fc37d5746ddd81c4)
 

Author SHA1 Message Date
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
Sami Vaarala 87868f4fae missing duk_compile_string() testcase 11 years ago
Sami Vaarala d1841a7741 api doc and tests for duk_compile() and duk_compile_string() 11 years ago
Sami Vaarala dae8d766cf placeholder for parsing tags 11 years ago
Sami Vaarala 24dc5eb99a testcase for various pushers 11 years ago
Sami Vaarala cde5c9f7cd api doc and test for duk_get_memory_functions() 11 years ago
Sami Vaarala 31e5fb3415 ditz issue update 11 years ago
Sami Vaarala 97d1c4ec09 improve duk_substring() testcase to test index other than stack top 11 years ago
Sami Vaarala f11b8e74de cleanup duk_substring() to take an index instead of working with stack top only; minor duk_api.h cleanup 11 years ago
Sami Vaarala 9467153399 api doc and test for duk_substring 11 years ago
Sami Vaarala 6156416dcd ditz issue update 11 years ago
Sami Vaarala 87d01f5ce3 api doc and test for duk_fatal() 11 years ago
Sami Vaarala 99bc2473ba api doc and test for duk_error 11 years ago
Sami Vaarala 70f20c6768 api doc and test for duk_trim() 11 years ago
Sami Vaarala 2bc583b074 ditz issue update 11 years ago
Sami Vaarala d6a8a345ef api doc and test for duk_equals() and duk_strict_equals() 11 years ago
Sami Vaarala 78f2b76abf api doc and test for duk_push_error_object() 11 years ago
Sami Vaarala 9ff445d965 clarification to duk_push_current_function api doc 11 years ago
Sami Vaarala 9ee1f32b02 ditz issue update 11 years ago
Sami Vaarala 2b546f2028 ditz issue update 11 years ago
Sami Vaarala a370df2c34 api doc and test for duk_get_c_function() and duk_require_c_function; improve api testcase for duk_push_current_function() 11 years ago
Sami Vaarala 75c6c014e9 api doc and test for duk_push_current_thread() 11 years ago
Sami Vaarala 4990d45d52 improve duk_push_current_function() testcase 11 years ago
Sami Vaarala b3114e3c64 placeholders for potential new API calls duk_get_c_function() and duk_require_c_function() 11 years ago
Sami Vaarala b7d118045b api doc and test for duk_push_current_function 11 years ago
Sami Vaarala 6c3eefc9dc line height to callouts 11 years ago
Sami Vaarala c80b724166 fix ecmascript testcase for ToNumber() valgrind issue: print something at the end to ensure we reach the end (empty expect string is a bad idea) 11 years ago
Sami Vaarala afbea666f0 trivia fix to duk_compact api doc: duk_push_new_object -> duk_push_object (missed in earlier commit) 11 years ago
Sami Vaarala 4345b8f8cb deleted file 11 years ago
Sami Vaarala bcc76f0aeb api bug test case for pushing very large strings 11 years ago
Sami Vaarala 79c5163a1f api doc and tests for duk_push_buffer() and variants; also a bug test case for allocating a buffer very close to size_t max value in size 11 years ago
Sami Vaarala acb21165d2 fix example Makefile source file set 11 years ago
Sami Vaarala 11c664a4eb mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
Sami Vaarala 34444e80c3 rename duk_push_new_buffer to duk_push_buffer (same for fixed/dynamic pushers); cmdline fixes 11 years ago
Sami Vaarala 6ccaef82d5 remove pyc file 11 years ago
Sami Vaarala 1c1daff274 fixme notes, gcc-4.0 warnings 11 years ago
Sami Vaarala 68ee1c247f api doc and test for duk_dup and duk_dup_top 11 years ago