765 Commits (09d5d5e7fddd0634fd62b48fc799242f87bd0c48)
 

Author SHA1 Message Date
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
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