]> git.kaiwu.me - njs.git/shortlog
njs.git
2016-04-19 Igor SysoevNumber.toString(radix).
2016-04-15 Igor SysoevString.toUpperCase().
2016-04-15 Igor SysoevString.toLowerCase().
2016-04-14 Igor Sysoev"new Date()" incorrectly returned always Jan 1, 1970.
2016-04-11 Igor SysoevString.fromCharCode() and String.fromCodePoint().
2016-04-09 Igor SysoevOld array data are freed after array relocation.
2016-04-09 Igor SysoevSegfault has been fixed when array element was added
2016-04-08 Igor SysoevForgotten nxt/nxt_time.h file has been added.
2016-04-08 Igor SysoevDate() function.
2016-03-29 Igor SysoevA fast exit from argument normalization loop.
2016-03-28 Igor SysoevFixed building on Solaris by SunC.
2016-03-24 Igor SysoevMiscellaneous issues found by Coverity Scan have been...
2016-03-24 Igor SysoevIssues found by Coverity Scan in Regex have been fixed.
2016-03-24 Igor SysoevIssues found by Coverity Scan in String.match() have...
2016-03-23 Igor SysoevUser defined function prototype.
2016-03-23 Igor SysoevMath.random() method.
2016-03-23 Igor SysoevMath object.
2016-03-23 Igor SysoevStyle and small miscellaneous fixes.
2016-03-23 Maxim KonovalovAn option how to build njs module dynamically provided.
2016-03-04 Igor SysoevFixed building by GCC 4.1.
2016-03-02 Igor Sysoevnjs_vm_call() interface to call a function outside.
2016-02-25 Ruslan ErmilovImplemented support for dynamic modules.
2016-02-25 Igor SysoevFixed building on Solaris by SunC.
2016-02-25 Igor SysoevFixed building by GCC 4.8.
2016-02-23 Igor SysoevDeclared function objects are copied on demand to allow
2016-02-22 Igor SysoevCommon parts of Function.call() and Function.apply...
2016-02-22 Igor SysoevFunctions rearrangement.
2016-02-21 Igor SysoevThe "args" has been removed from njs_vmcode_t.
2016-02-21 Igor SysoevContinuations have been refactored.
2016-02-21 Igor Sysoevnjs_function_previous_frame() and njs_function_frame_fr...
2016-02-15 Igor SysoevFunction.bind() implementation.
2016-02-14 Igor Sysoevnjs_param_t removal.
2016-02-12 Igor SysoevThe "this" has been removed from njs_param_t.
2016-02-11 Igor SysoevFunction.apply() works with continuation.
2016-02-11 Igor Sysoevnjs_function_apply() interface is changed.
2016-02-11 Igor SysoevObsolete functions removal.
2016-02-11 Igor SysoevObsolete function removal.
2016-02-11 Igor SysoevArray.join() optimization.
2016-02-10 Igor SysoevDisassembler fixes.
2016-02-10 Igor SysoevFixed argument convertion to integer.
2016-02-10 Igor SysoevFixed building on Solaris by SunC.
2016-02-09 Igor SysoevLogical AND and OR operations support short-circuit...
2016-02-08 Igor SysoevSegfault has been fixed when "if" operator has an empty...
2016-02-08 Igor SysoevA whole native frame is zeroed.
2016-02-08 Igor SysoevNative function continuation support.
2016-02-03 Igor SysoevTraps for native method arguments.
2016-02-03 Igor SysoevProperties and prototypes of objects created by Boolean(),
2016-02-03 Igor SysoevStyle and small miscellaneous fixes.
2016-01-25 Igor SysoevAn additional trap frame has been removed, the trap...
2016-01-25 Igor SysoevnJSVM current instruction pointer is updated now in
2016-01-25 Igor SysoevExternal methods now have njs_function_t structure.
2016-01-20 Igor SysoevNative function local data size has been moved to njs_f...
2016-01-18 Igor SysoevUsing C99 syntax for static structures initializaion.
2016-01-14 Igor SysoevSegfault has been fixed when global frame was skipped on
2016-01-13 Igor SysoevSegfaults are fixed when non-existent external object...
2016-01-12 Igor SysoevSegfault is fixed when script is terminated by unbalanced
2016-01-12 Igor SysoevSegfault is fixed when the last return in function...
2016-01-02 Igor Sysoev2016 year.
2015-12-27 Igor SysoevObject to external string convertion.
2015-12-27 Igor SysoevObject to primitive value convertion traps have been...
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.
next