]> git.kaiwu.me - njs.git/shortlog
njs.git
2015-12-27 Igor SysoevFunctions rearrangement.
2015-12-27 Igor SysoevStyle and small miscellaneous fixes.
2015-12-27 Igor SysoevFixed building on some 32-bit platforms.
2015-12-27 Igor SysoevThe "break" and "continue" statements did not work...
2015-12-23 Igor SysoevChange of special return values handled by nJSVM interp...
2015-12-15 Igor SysoevThe "switch" statement.
2015-12-15 Igor SysoevSupport of "continue" and "break" statements without...
2015-12-15 Igor SysoevComma expressions, statement sequences, and njs_vmcode_stop
2015-12-12 Igor SysoevArray enumeration changes.
2015-12-12 Igor SysoevProperty enumeration changes.
2015-12-12 Igor SysoevCode generator updates.
2015-12-11 Igor Sysoev"var" statement fixed.
2015-12-11 Igor Sysoevparam->object was changed to param->this.
2015-12-11 Igor SysoevArray.toString() fixed.
2015-12-11 Igor SysoevRiddance of NJS_NATIVE type.
2015-12-11 Igor SysoevFunctions refactored.
2015-12-07 Igor SysoevThe "return" statement without arguments fixed.
2015-11-28 Igor SysoevBuiltin objects refactored.
2015-11-25 Igor SysoevStyle and small miscellaneous fixes.
2015-11-25 Igor SysoevnJSVM disassembler changes.
2015-11-23 Igor Sysoeveval() placeholders update.
2015-11-23 Igor SysoevString.toString() and String.valueOf() methods.
2015-11-23 Igor Sysoev"instanceof" fixes.
2015-11-23 Igor SysoevBoolean objects support.
2015-11-23 Igor Sysoev__proto__ property fixes.
2015-11-23 Igor SysoevEmpty array elements support.
2015-11-19 Igor SysoevUsing pcre_free() instead of pcre_free_study().
2015-11-18 Igor SysoevA cloned nJSVM is destroyed after each unit test.
2015-11-18 Igor SysoevFine grain header files inclusions and fixed build...
2015-11-18 Igor SysoevRegExp updates.
2015-11-18 Igor SysoevTrap changes.
2015-11-18 Igor SysoevChanges in byte string operations.
2015-11-18 Igor SysoevSupport of escape sequences inside strings: "\uXXXX...
2015-11-18 Igor SysoevStyle and small miscellaneous fixes.
2015-11-18 Igor SysoevnJSVM clone/destroy benchmark was added to nJS unit...
2015-11-17 Igor SysoevThe first invalid token did return SyntaxError exception.
2015-10-30 Igor Sysoevnjs_vmcode_addition() does not use njs_string_prototype...
2015-10-30 Igor Sysoevnxt_vector interface was renamed to nxt_array.
2015-09-24 Roman ArutyunyanFixed example in README.
2015-09-23 Sergey KandaurovFixed ngx_http_js_loc_conf_t initialization.
2015-09-23 Roman ArutyunyannJS should be built by the same compiler as nginx.
2015-09-23 Roman ArutyunyanFixed Solaris build.
2015-09-23 Igor SysoevInitial import of nJScript.