]> git.kaiwu.me - njs.git/shortlog
njs.git
2017-10-09 Dmitry VolyntsevVersion 0.1.14. 0.1.14
2017-10-05 Dmitry VolyntsevImproved editline detection on NetBSD.
2017-10-05 Dmitry VolyntsevMaking build and test targets separate.
2017-10-05 Dmitry VolyntsevFixed various dead store assignments.
2017-10-05 Dmitry VolyntsevSkipping expect tests if libedit is not available.
2017-10-05 Dmitry VolyntsevFixed default makefile target is libedit is unavailable.
2017-10-04 Dmitry VolyntsevInteractive shell: object level completions.
2017-10-03 Dmitry VolyntsevJSON object.
2017-09-26 Dmitry VolyntsevFixed realloc() failure handling.
2017-09-01 Dmitry VolyntsevChecking the return value of fstat().
2017-09-01 Dmitry VolyntsevFixed fd leakage in njs_process_file().
2017-09-01 Dmitry VolyntsevFixed passing uninitialized value to printf().
2017-08-31 Igor SysoevAdded tag 0.1.13 for changeset d548b78eb881
2017-08-31 Igor SysoevVersion 0.1.13. 0.1.13
2017-08-31 Dmitry VolyntsevInteractive shell: console object.
2017-08-31 Sergey KandaurovBacked out changeset 37adbd4c8036, reimplemented properly.
2017-08-31 Dmitry VolyntsevCompiling CLI by default if libedit is available.
2017-08-29 Dmitry VolyntsevIntroduced function level backtrace.
2017-08-24 Sergey KandaurovFixed building by GCC 7 with -Wimplicit-fallthrough.
2017-08-18 Dmitry VolyntsevImproved editline detection on various platforms.
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.
next