]> git.kaiwu.me - njs.git/shortlog
njs.git
2017-06-07 Andrey ZelenkovMore scientific notation tests.
2017-06-07 Andrey ZelenkovFixed zero basis handling for scientific notation.
2017-06-07 Dmitry VolyntsevFixed building by GCC 4.2.
2017-06-07 Dmitry VolyntsevObject.keys() method.
2017-06-05 Dmitry VolyntsevAdded support of scientific notation literals.
2017-05-31 Dmitry VolyntsevFixed possible buffer overrun during numbers parsing.
2017-05-31 Andrey ZelenkovFixed parseInt() leading white space ignoring.
2017-05-31 Andrey ZelenkovFixed parseInt() zero radix parsing.
2017-05-30 Dmitry VolyntsevAdded support of hex literals.
2017-05-29 Igor SysoevA fix of bug introduced in changeset 7f1f3dcb278f.
2017-05-29 Igor SysoevA small rbtree delete fixup optimization.
2017-05-27 Igor SysoevUnicode code point parsing optimization.
2017-05-26 Igor SysoevA small rbtree insert fixup optimization.
2017-05-26 Igor SysoevparseInt() did not test invalid values.
2017-05-25 Dmitry VolyntsevparseInt() fixed for hexadecimal literals.
2017-04-19 Andrey ZelenkovFixed parsing ISO 8601 format in Date.parse().
2017-04-04 Igor SysoevAdded tag 0.1.10 for changeset b1456ef3e002
2017-04-04 Igor SysoevVersion 0.1.10. 0.1.10
2017-04-04 Igor SysoevStyle fixes and small miscellaneous changes.
2017-04-04 Igor SysoevMoving njs_array_prototype_fill() to appropriate place.
2017-04-04 Igor SysoevMoving common code to njs_array_iterator_args().
2017-04-04 Igor SysoevAdding CHANGES to a release archive.
2017-04-04 Igor SysoevGlobal variables may be accessed incorrectly by nested...
2017-04-04 Igor SysoevFunction declaration should return "undefined".
2017-04-04 Andrey ZelenkovArray.prototype.findIndex() method.
2017-04-04 Andrey ZelenkovArray.prototype.find() method.
2017-04-02 Igor SysoevVariables may be accessed incorrectly by nested functions.
2017-04-02 Igor SysoevArray iterators optimizations.
2017-04-01 Igor SysoevLarge indexes processing has been fixed in
2017-03-31 Andrey ZelenkovStyle fixes.
2017-03-31 Andrey ZelenkovFixed Number.prototype.toString() method.
2017-03-30 Andrey ZelenkovArray.of() method.
2017-03-29 Igor SysoevA small Array.prototype.sort() optimization.
2017-03-29 Igor SysoevLarge indexes processing has been fixed in array iterator
2017-03-28 Igor SysoevClosures support.
2017-03-25 Igor SysoevThe "typeof" operation changes.
2017-03-21 Igor SysoevThe njs_vm_trap_value() macro.
2017-03-21 Igor SysoevThe njs_vm_continuation() macro.
2017-03-21 Igor SysoevMiscellaneous changes.
2017-03-21 Igor SysoevThe undefined values must be equal.
2017-03-21 Igor SysoevFixed building on modern Linux.
2017-03-17 Andrey ZelenkovArray.prototype.fill() method.
2017-03-13 Igor SysoevMiscellaneous non-functional changes in nxt_mem_cache_pool.
2017-03-12 Igor SysoevUsing nxt_rbtree_destroy_next() iterator for nxt_mem_ca...
2017-02-01 Igor SysoevAdded tag 0.1.9 for changeset 5bd283398822
2017-02-01 Igor SysoevVersion 0.1.9. 0.1.9
2017-02-01 Igor Sysoev2017 year.
2017-01-31 Roman ArutyunyanSupport of undefined return from stream body filter.
2017-01-27 Roman ArutyunyanInitialize global variables in njs virtual machines.
2017-01-27 Igor SysoevRemoved obsolete function call interface.
2017-01-24 Igor SysoevAdded tag 0.1.8 for changeset a29f29d48112
2017-01-24 Igor SysoevVersion 0.1.8. 0.1.8
2017-01-20 Igor SysoevA small rbtree insert fixup optimization.
2017-01-16 Igor SysoevA scope has been added to literal nodes.
2017-01-16 Igor SysoevComprehensive test of "return" statement location.
2017-01-16 Igor SysoevFixed parsing semicolons.
2017-01-05 Igor SysoevRemoved unused things.
2017-01-05 Igor SysoevFunctions were not exported.
2017-01-03 Igor SysoevLogical "or" and "and" operations should store result...
2017-01-02 Igor SysoevFixed code generation for "in" operation with side...
2017-01-02 Igor SysoevFor-in loop does not discard the last value of property...
2017-01-02 Igor SysoevFor and for-in loops support variable declaration.
2017-01-02 Igor SysoevGlobal and function scopes have been fixed. Implicitly...
2017-01-01 Igor SysoevStyle and small miscellaneous fixes.
2016-12-27 Igor SysoevAdded tag 0.1.7 for changeset 15dc54100400
2016-12-27 Igor SysoevVersion 0.1.7. 0.1.7
2016-12-23 Valentin BartenevTest for right-associativity of exponential operator.
2016-12-19 Valentin BartenevExponentiation operators.
2016-12-19 Valentin BartenevThe nxt_expect() macro.
2016-12-16 Valentin BartenevMath.pow() method fix.
2016-12-13 Roman ArutyunyanReplaced README contents with online documentation...
2016-12-13 Roman ArutyunyanDisabled js_include at server{} and location{} levels.
2016-12-13 Igor SysoevAdded tag 0.1.6 for changeset 44b524f7e313
2016-12-13 Igor SysoevVersion 0.1.6. 0.1.6
2016-12-13 Roman ArutyunyanDisabled js_set at server{} and location{} levels.
2016-12-07 Valentin BartenevMath.pow() method fix.
2016-12-08 Igor SysoevFixed building with CFLAGS=-DNXT_DEBUG_MEMORY=1 by...
2016-12-08 Valentin BartenevNXT_DEBUG_MEMORY macro.
2016-12-08 Igor SysoevArray and object literals did not support assignment...
2016-12-07 Igor SysoevA user defined object method called as constructor...
2016-12-07 Igor SysoevFixed "return" usage in a true branch of an "if" statement.
2016-12-05 Igor SysoevRegExp.prototype.toString() should be applied only...
2016-12-05 Igor SysoevNative methods called with Function.prototype.call...
2016-12-05 Igor SysoevNative methods called by iterators should run via conti...
2016-12-02 Valentin BartenevFixed a unit test for Math.acosh().
2016-12-01 Igor SysoevUsing short string values where they are enough.
2016-12-01 Igor SysoevMaximum call stack size is limited by 16M.
2016-11-30 Igor SysoevAdded more dependencies on nxt_auto_config.h.
2016-11-30 Igor SysoevFixed nginx modules building introduced in 9b37882ad552.
2016-11-21 Valentin BartenevMath.clz32 method.
2016-11-19 Valentin BartenevOptimized conversion of negative numbers to integer.
2016-11-19 Valentin BartenevMath.imul() method.
2016-11-18 Valentin BartenevImproved unit test for Math.exp(1).
2016-11-18 Valentin BartenevMore Math methods from ES6.
2016-11-16 Igor SysoevA workround for Solaris bugs in acos() and asin().
2016-11-16 Igor SysoevFixed unit tests on FreeBSD.
2016-11-16 Valentin BartenevRemoved checking for range errors in Math.hypot().
2016-11-16 Valentin BartenevRefactored Math methods.
2016-11-16 Valentin BartenevUnit tests for all Math methods.
2016-11-15 Igor SysoevAdded tag 0.1.5 for changeset 9c813c2bb2ac
next