965 Commits (e1777427e3ea254b33badc9df491523d2d0e071a)
 

Author SHA1 Message Date
Sami Vaarala 344a46e728 make cmdline use 'stack' through the accessor 11 years ago
Sami Vaarala 11fb2b273c add accessor property support to built-in initializer format; make 'stack' an accessor 11 years ago
Sami Vaarala a09d3341f5 add an internal helper to define accessor properties 11 years ago
Sami Vaarala 3986d262f7 interpret empty name as anon function in tracebacks 11 years ago
Sami Vaarala e6d7c419da truncated traceback denoted with ellipsis 11 years ago
Sami Vaarala e4d4f53e9b change fileName of temp function created by eval() to 'input' to be more useful 11 years ago
Sami Vaarala ff158a0b1f ditz issue update 11 years ago
Sami Vaarala ce8dbe4d10 add traceback dumping to cmdline tool 11 years ago
Sami Vaarala fde6832319 rename _filename to fileName in function templates and closures, it's more useful 11 years ago
Sami Vaarala 218a72f0e7 fix duk_compile() testcases to account for new filename argument 11 years ago
Sami Vaarala 9901ebf1e2 update api docs for eval/compile with filename info 11 years ago
Sami Vaarala 3af362b664 associate a filename with compiled functions 11 years ago
Sami Vaarala ec92ab0f1d compiler trivia 11 years ago
Sami Vaarala ff15e493ab add a prototype implementation for a stack traceback getter (implemented as an actual function for now) 11 years ago
Sami Vaarala 768a7d16eb api doc and testcase for duk_check_type() 11 years ago
Sami Vaarala 2483d7e1f9 add duk_check_type() api call 11 years ago
Sami Vaarala d0dd0b40d6 add missing built-in error constructors (TypeError etc) and a testcase for them 11 years ago
Sami Vaarala d74e3c42d1 add __FILE__/__LINE__ to API errors, detecting variadic macro support; change traceback to tracedata, also store __FILE__/__LINE__ in tracedata if available; other minor cleanups 11 years ago
Sami Vaarala 267ec70d40 ditz issue update 11 years ago
Sami Vaarala 715e68208d cleanup duktape built-ins section 11 years ago
Sami Vaarala c9f7c28e11 DUK_CMDLINE_BAREBONES option documentation to gettingstarted 11 years ago
Sami Vaarala dd4975cf92 add DUK_CMDLINE_BAREBONES (commented out) into the example makefile; make duktape cmdline banner indicate that readline is disabled 11 years ago
Sami Vaarala fe4b62d7eb remove ncurses/socket/fileio from cmdline (for now atleast); if DUK_CMDLINE_BAREBONES is defined, also remove other nonportable dependencies (readline, signals, rlimit) 11 years ago
Sami Vaarala 6f39cbe25d remove DUK_USE_STRUCT_HACK from duk_hbuffer.h; remove zero/C99 flex initializer from duk_hbuffer_fixed and allow compiler padding on the struct; add DUK_USE_FLEX_xxx defines to duk_features.h although they are now unused 11 years ago
Sami Vaarala 58bd92e69a ditz issue update 11 years ago
Sami Vaarala 8214c61220 remove more #include directives from internal header files; duk_internal.h is expected to include them in correct order anyway 11 years ago
Sami Vaarala f4bb2493d1 remove one more internal macro set with leading underscore name 11 years ago
Sami Vaarala 3db2f99b22 remove #include directives from internal header files; duk_internal.h is expected to include them in correct order anyway 11 years ago
Sami Vaarala 3f616bea51 code issue note on leading underscores 11 years ago
Sami Vaarala 000b8e7f67 fix include guard name for autogenerated headers 11 years ago
Sami Vaarala cacf459efe fix broken asserts (broken in thread built-in refactoring) 11 years ago
Sami Vaarala 04f377b94c rename remaining _DUK_xxx macros 11 years ago
Sami Vaarala e2fb361ff1 rename _DUK_IDX_xxx to DUK_DBL_IDX_xxx (underscored names are not good) 11 years ago
Sami Vaarala 95e6dcca8f ditz issue update 11 years ago
Sami Vaarala 26a0aef41d fix thread related testcases to use new location of resume() etc 11 years ago
Sami Vaarala 961b4b8ead remove toString() and valueOf() from Thread prototype and inherit them from Object prototype instead; fix initial thread creation (had wrong class and internal prototype) 11 years ago
Sami Vaarala 1ce89d0f72 Thread related documentation changes 11 years ago
Sami Vaarala 509d7196d0 some vbcc notes 11 years ago
Sami Vaarala 485f9bc123 add unicode doc to full dist 11 years ago
Sami Vaarala 269db6708f internal documentation about unicode support 11 years ago
Sami Vaarala 96299b6121 remove __duk__.spawn() which is replaced by 'new __duk__.Thread()'; relocate resume(), yield(), curr() to the Thread constructor (and rename curr to current). 11 years ago
Sami Vaarala 921141ba14 missing commit 11 years ago
Sami Vaarala ed3260bb30 remove __duk__.print() which was not implemented and unnecessary because global print() is sufficient 11 years ago
Sami Vaarala 6511c66c31 placeholder section for duktape built-ins 11 years ago
Sami Vaarala 68c2762c06 some missing prototypes 11 years ago
Sami Vaarala c021b9f390 dist fix 11 years ago
Sami Vaarala 40c5bd974c ditz issue update 11 years ago
Sami Vaarala c3e1dd8af4 some basic tests for buffer/pointer coercion and comparison behavior 11 years ago
Sami Vaarala 5f0386efdb styling update 11 years ago
Sami Vaarala a5992b1421 update type algorithms for newer buffer/pointer semantics 11 years ago