]> git.kaiwu.me - njs.git/shortlog
njs.git
2017-08-15 Dmitry VolyntsevFixed processing files from stdin.
2017-08-08 Igor SysoevAdded tag 0.1.12 for changeset c07b060396be
2017-08-08 Igor SysoevVersion 0.1.12. 0.1.12
2017-08-08 Igor SysoevDisabled njs_object_prop_alloc() inlining.
2017-08-08 Igor SysoevStyle fix in Unicode header files and Perl scripts...
2017-08-08 Igor SysoevRemoved unused field.
2017-08-08 Igor SysoevStyle fixes.
2017-07-18 Dmitry VolyntsevFixed temporary variables handling in accumulative...
2017-07-18 Dmitry VolyntsevFixed missing extern qualifier.
2017-07-17 Dmitry VolyntsevInteractive shell.
2017-07-17 Dmitry VolyntsevInitialize njs_vm_opt_t structs to 0 to simplify option...
2017-07-17 Igor SysoevTrailer content after script is optional.
2017-07-07 Dmitry VolyntsevSplitting unit tests and benchmark.
2017-07-06 Dmitry VolyntsevMoving VM initialization from njs_vm_clone() to njs_vm_...
2017-07-06 Dmitry VolyntsevPassing all args to njs_vm_create() through njs_vm_opt_...
2017-06-28 Dmitry VolyntsevRemoved unused njs_vm_export_functions().
2017-06-27 Andrey ZelenkovFixed Object.isSealed() method.
2017-06-27 Igor SysoevAdded tag 0.1.11 for changeset fc5df33f4e6b
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.
next