1430 Commits (3fc138eb75d77e54aa5284a51c2d77b41622ec80)
 

Author SHA1 Message Date
Sami Vaarala 3fc138eb75 minor doc fix for arguments object 11 years ago
Sami Vaarala 36f96dffed add darwin x86 gcc to portability list 11 years ago
Sami Vaarala ce2d334c73 scrape version number from duktape.h for dist to avoid manual hassle 11 years ago
Sami Vaarala 3a2811b131 ditz issue update 11 years ago
Sami Vaarala 4feb2bb80c add windows x64 portability note, clean up portability table 11 years ago
Sami Vaarala a109159124 document pointer comparison portability issue 11 years ago
Sami Vaarala 3d726ef8e3 ditz issue update 11 years ago
Sami Vaarala b70552cb05 release note update 11 years ago
Sami Vaarala 0e3003179d rename __duk__ to Duktape in testcases 11 years ago
Sami Vaarala c9ce15cf5b rename __duk__ to Duktape in examples 11 years ago
Sami Vaarala e72f6427b5 rename __duk__ to Duktape in internal website 11 years ago
Sami Vaarala dfb1e73f7d rename __duk__ to Duktape in internal docs 11 years ago
Sami Vaarala 045cb4a49b rename __duk__ to Duktape in code 11 years ago
Sami Vaarala d3e731175a fixme notes to test cases 11 years ago
Sami Vaarala b668911326 release note update 11 years ago
Sami Vaarala f2d8f7fd24 ditz issue update 11 years ago
Sami Vaarala c886e0d192 document mingw-w64 portability 11 years ago
Sami Vaarala 4496559a3c refine json doc on ptr formats 11 years ago
Sami Vaarala 187331a613 add warning about not using top level Makefile in user projects 11 years ago
Sami Vaarala 83aee9770a add support for WIN64, tested on MinGW-w64 with and without -std=c99 11 years ago
Sami Vaarala ef406847d6 make frontpage step a bit off white to work better with ie6 11 years ago
Sami Vaarala 0fd4d99565 fix __duk__ testcase to match __duk__.build->__duk__.env change 11 years ago
Sami Vaarala e206a370b8 update printout example for duk cmdline, no longer prints build info 11 years ago
Sami Vaarala f097a41732 add another pointer format example to internal json docs 11 years ago
Sami Vaarala 7ec5dca836 another pointer example for jsonx/jsonc 11 years ago
Sami Vaarala 3da56c4052 guide updates on __duk__.build -> __duk__.env 11 years ago
Sami Vaarala 0a4c3b59ea __duk__.build removal related trivia 11 years ago
Sami Vaarala 92c03910a0 remove __duk__.build, replace it with __duk__.env which summarizes most important effective build options in a single space separated string 11 years ago
Sami Vaarala ac10adf75e add README.md for github 11 years ago
Sami Vaarala c039fbf4ca relnote update 11 years ago
Sami Vaarala 5c55eaf3e9 fix bound constructor handling, fix tailcall env closure bug 11 years ago
Sami Vaarala 43544d6702 add a testcase for bound constructor behavior 11 years ago
Sami Vaarala 339defa975 bug testcase for bound constructor handling (judofyr) 11 years ago
Sami Vaarala 399e27fda5 bug testcase for a tailcall closure issue (judofyr) 11 years ago
Sami Vaarala d73332a921 ditz issue update 11 years ago
Sami Vaarala 2427d91f74 portability notes for msvc and mingw on windows x86 11 years ago
Sami Vaarala ce2ae50128 _snprintf note 11 years ago
Sami Vaarala 9ba3671e42 relnote update 11 years ago
Sami Vaarala bff2638c34 MSVC (VS2010 express) fixes, now compiles and works 11 years ago
Sami Vaarala 608a2f8ebf force DUK_CMDLINE_BAREBONES on Windows to avoid header issues 11 years ago
Sami Vaarala 4d1435464e add initial implementations for Windows Date built-in; there is no Windows specific date parsing or formatting, but that is not mandatory (ISO 8601 will only be supported) 11 years ago
Sami Vaarala 6a2c32f366 add preliminary MinGW/MSVC feature detection, endianness detection, proper headers, and Date functions 11 years ago
Sami Vaarala 64d531614e rename internal macros in duk_js_executor to avoid conflicts on Windows (e.g. CONST and STRICT are very bad, now DUK__CONST, DUK__STRICT) 11 years ago
Sami Vaarala 24574104de ditz issue update 11 years ago
Sami Vaarala 584c1eb47e more json future work notes 11 years ago
Sami Vaarala 6e8c299993 testcase typo fix 11 years ago
Sami Vaarala 0189470467 relnote update 11 years ago
Sami Vaarala 3f500507fe allow also ':' in pointer formats (segmented addresses) 11 years ago
Sami Vaarala e5dd7e73d5 change pointer toString() to return 'null' (instead of a platform dependent value) for a NULL pointer; the new result matches JSONX 11 years ago
Sami Vaarala 9dd0ea9619 testcase for pointer formatting (to the extent testing is possible) 11 years ago