]> git.kaiwu.me - njs.git/shortlog
njs.git
2017-06-27 Igor SysoevVersion 0.1.11. 0.1.11
2017-06-27 Igor SysoevStyle fixes and small miscellaneous changes.
2017-06-23 Igor SysoevTime zone name has been removed from unit tests.
2017-06-23 Igor SysoevFixed processing of large array indexes.
2017-06-22 Dmitry VolyntsevFixed typo in js_include handler.
2017-06-22 Dmitry VolyntsevLog error message if VM creation failed.
2017-06-20 Dmitry VolyntsevFixed Object.prototype.hasOwnProperty() without arguments.
2017-06-20 Dmitry VolyntsevFixed Object.prototype.isPrototypeOf() without arguments.
2017-06-19 Dmitry VolyntsevObject.isSealed() method.
2017-06-19 Dmitry VolyntsevObject.seal() method.
2017-06-19 Dmitry VolyntsevObject.isExtensible() method.
2017-06-19 Dmitry VolyntsevObject.isFrozen() method.
2017-06-19 Dmitry VolyntsevObject.preventExtensions() method.
2017-06-19 Dmitry VolyntsevObject.freeze() method.
2017-06-14 Dmitry VolyntsevUsing njs_string_get() where appropriate.
2017-06-13 Dmitry VolyntsevObject.getOwnPropertyDescriptor() method.
2017-06-13 Dmitry VolyntsevPassing value and default attributes to njs_object_prop...
2017-06-13 Dmitry VolyntsevUsing nxt_lvlhsh_each_init() where appropriate.
2017-06-09 Dmitry VolyntsevObject.defineProperties() method.
2017-06-09 Dmitry VolyntsevObject.prototype.isPrototypeOf() method.
2017-06-09 Dmitry VolyntsevObject.getPrototypeOf() method.
2017-06-09 Dmitry VolyntsevUse njs_string_get() where appropriate.
2017-06-08 Dmitry VolyntsevObject.prototype.hasOwnProperty() method.
2017-06-07 Dmitry VolyntsevObject.defineProperty() method.
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.
next