92 Commits (c9f7c28e1161b2a157ee87da2bb1895c0ed9f058)

Author SHA1 Message Date
Sami Vaarala d3c6522699 api doc and testcase for duk_check_type_mask() 11 years ago
Sami Vaarala a61491cd57 make <hr> tags automatic 11 years ago
Sami Vaarala a7a2f837dd add timestamps and hashes, minor edits to guide intro 11 years ago
Sami Vaarala 279a71dc60 api doc tweaks 11 years ago
Sami Vaarala 44da400bd1 work on guide and other parts of the web docs 11 years ago
Sami Vaarala 75e3e25630 work on guide doc; simplify parts of api doc which overlap with guide; document versions 11 years ago
Sami Vaarala 77b41f7f32 api docs for duk_push_string_file(), duk_compile_file(), and duk_eval_file(); other additions to concepts and defines docs 11 years ago
Sami Vaarala 28de0bf9a6 add @seealso to duk_push_buffer.txt 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 6e5b7702a8 add a few initial =seealso references 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 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 8af2ffc633 a bunch of duk_api.h -> duktape.h changes 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 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 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 d1841a7741 api doc and tests for duk_compile() and duk_compile_string() 11 years ago
Sami Vaarala cde5c9f7cd api doc and test for duk_get_memory_functions() 11 years ago
Sami Vaarala 9467153399 api doc and test for duk_substring 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 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 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 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 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 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 11c664a4eb mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
Sami Vaarala 68ee1c247f api doc and test for duk_dup and duk_dup_top 11 years ago
Sami Vaarala d0ddbc1a77 api doc and test for duk_alloc/duk_alloc_raw, duk_realloc/duk_realloc_raw, duk_free/duk_free_raw; still a bit rough 11 years ago
Sami Vaarala d6b158c7b5 api doc trivia: link to e5.1 spec from duk_join and duk_concat 11 years ago
Sami Vaarala bb58094a3a trivial api doc markup fixes 11 years ago
Sami Vaarala 523541f0c3 clean up api e5.1 link display names 11 years ago
Sami Vaarala 9d30dff371 api doc and test for duk_new 11 years ago
Sami Vaarala 7dace4957a api doc trivia for duk_get_prop_index and duk_del_prop_index 11 years ago
Sami Vaarala 324aa7380e api doc and test for duk_enum() and duk_next() 11 years ago
Sami Vaarala 3737e98fc0 api doc and tests for duk_call(), duk_call_method(), duk_call_prop() 11 years ago