17 Commits (6a15c0be737b802f9f9efa13911036f29e4ffd76)

Author SHA1 Message Date
Sami Vaarala 018774dc55 Format string cleanups, %ld instead of %d etc 10 years ago
Sami Vaarala c297836385 Change arguments/return of duk_to_{fixed,dynamic}_buffer() 11 years ago
Sami Vaarala 847cd3e087 change interface to duk_hobject_pc2line_query() to suit call sites better; shaves off some code footprint and makes call sites prettier 11 years ago
Sami Vaarala dd77a90d8b fix a set of multiline debug call sites 11 years ago
Sami Vaarala 95dee49efa autofixed one line debug call sites 11 years ago
Sami Vaarala fbc6a2a854 make compiler line number tracking conditionl to DUK_USE_PC2LINE; now always enabled, but can be disabled for memory optimization later 11 years ago
Sami Vaarala 5475a07a4f change DUK_MEMSET() to DUK_MEMZERO() when appropriate 11 years ago
Sami Vaarala 4a48c2ff41 cast fix for debug print 11 years ago
Sami Vaarala 015ac29d6f rename object LAYOUT_2 to LAYOUT_3 to make space for a less modified version of LAYOUT_1, add a portable align trick to duk_hbuffer_fixed which doesn't increase struct size unnecessarily, rename ALIGN4/8 to ALIGN_4/ALIGN_8 11 years ago
Sami Vaarala c0f5f60714 fix a pc2line encoding bug when line diff forces full 32 bit encode: curr_line instead of next_line was encoded 11 years ago
Sami Vaarala dd0803c186 c typing fixes for pc2line 11 years ago
Sami Vaarala 11ae874efd C typing fixes 11 years ago
Sami Vaarala 884045b1d1 typedef C99 'wrapper' types like duk_uint32_t; bulk replacement of duk_u32 with duk_uint32_t, and other type usage replacements 11 years ago
Sami Vaarala 106ab7a2b4 add macros for ANSI C memory and string functions, change memcpy, memmove, memcmp, memset call sites (and a few others too) 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 fad076afa6 rename growable buffers 'dynamic' buffers (more common and more accurate); other api related changes and placeholders 11 years ago
Sami Vaarala f2be479db1 add pc2line support to compilation and error augmentation 12 years ago