]> git.kaiwu.me - njs.git/shortlog
njs.git
2019-05-21 Dmitry VolyntsevVersion 0.3.2. 0.3.2
2019-05-20 hongzhidaoStyle.
2019-05-20 hongzhidaoFixed handling of empty block statements.
2019-05-17 Alexander BorisovAdded escaping to lone closing square brackets in a...
2019-05-17 Dmitry VolyntsevFixed String.prototype.split() for UTF8-invalid byte...
2019-05-17 Dmitry VolyntsevFixed Array.prototype.slice() for UTF8-invalid byte...
2019-05-14 Alexander BorisovImproved String.prototype.replace().
2019-05-08 Alexander BorisovFixed processing * quantifier for String.prototype...
2019-05-16 Dmitry VolyntsevFixed uninitialized-memory-access in Object.definePrope...
2019-05-15 Alexander BorisovFixed regexp literals parsing.
2019-05-14 Dmitry VolyntsevFixed heap-buffer-overflow in String.prototype.lastInde...
2019-05-14 Dmitry VolyntsevImproved working with arguments in String.prototype...
2019-05-13 Dmitry VolyntsevFixed heap-buffer-overflow in String.prototype.replace().
2019-05-08 Valentin BartenevFixed arrays expansion.
2019-05-08 Valentin BartenevSimplified check for array length limit in njs_array_ex...
2019-05-08 Valentin BartenevBetter name for append elements count in njs_array_expa...
2019-05-07 Valentin BartenevMade all constructor properties configurable.
2019-05-07 Dmitry VolyntsevShell: executing command from command line arguments.
2019-05-07 Dmitry VolyntsevShell: sorting arguments in alphabetic order.
2019-05-07 Dmitry VolyntsevImproved expect tests.
2019-05-06 Valentin BartenevMade configurable "length", "name", and most of built...
2019-05-06 Valentin BartenevFixed return value on deleting non-existent property.
2019-05-06 Valentin BartenevAdded own constructors to prototypes of built-in objects.
2019-05-06 Valentin BartenevAdded support for RegExp "groups" object (ES9).
2019-05-06 Valentin BartenevFixed own properties quering.
2019-05-06 Valentin BartenevFixed alignment of njs_object_prop_t in njs_method_priv...
2019-05-06 Valentin BartenevAdded missing "static" to njs_object_property_query...
2019-05-05 Valentin BartenevUncommented a successful test of getOwnPropertyNames().
2019-05-04 Valentin BartenevAdded the "name" property to the Function prototype...
2019-05-04 Valentin BartenevStyle.
2019-05-04 Valentin BartenevSimplified condition in njs_function_alloc().
2019-05-03 Valentin BartenevAdded missed njs_internal_error() call in njs_regexp_ex...
2019-05-02 Valentin BartenevRejection of multiple "var" declarations in the for...
2019-05-02 Valentin BartenevCorrected error message when parsing "var" inside ...
2019-04-29 hongzhidaoSimplified parsing of var statements.
2019-04-29 hongzhidaoMaking njs_lexer_rollback() more generic.
2019-04-28 Dmitry VolyntsevAdded extra tests for assignment expression.
2019-04-27 hongzhidaoImproved njs_lexer_rollback().
2019-04-27 Dmitry VolyntsevFixed null pointer dereferences introduced in f5bdddca3252.
2019-04-26 hongzhidaoImproved njs_vm_continuation().
2019-04-26 hongzhidaoImproved njs_function_native_call().
2019-04-26 Valentin BartenevRemoved NXT_READLINE_CFLAGS.
2019-04-26 Valentin BartenevSupport for building with GNU Readline library.
2019-04-25 Dmitry VolyntsevFixed Date() constructor with one argument.
2019-04-25 Dmitry VolyntsevImproved text for method frame exception.
2019-04-25 hongzhidaoFixed njs_vmcode_restart().
2019-04-25 Dmitry VolyntsevDisabling njs_retain() and njs_release().
2019-04-25 Dmitry VolyntsevFixed special getters for objects created using Object...
2019-04-25 Dmitry VolyntsevFixed string object creation using Object() constructor.
2019-04-24 Alexander BorisovImproved String.prototype.match() function.
2019-04-24 Alexander BorisovAdded processing asterisk quantifier for String.prototy...
2019-04-23 Alexander BorisovAdded macro for converting surrogate pair to code point.
2019-04-22 Alexander BorisovFixed parsing surrogate pair presents as UTF-16 escape...
2019-04-22 Alexander BorisovFixed length calculation for UTF-8 string with escape...
2019-04-23 Dmitry VolyntsevFixed condition on already been declared exception.
2019-04-22 hongzhidaoAdded support for template literals.
2019-04-21 hongzhidaoAdded block scoped function definitions support.
2019-04-22 Alexander BorisovImproved array allocation test for low memory machines.
2019-04-21 hongzhidaoRestricted function declaration to top level or inside...
2019-04-21 hongzhidaoAdded option to run unit tests in module mode.
2019-04-19 Alexander BorisovFixed overflow in Array.prototype.concat().
2019-04-19 Alexander BorisovAdded uint32_t overflow check for njs_array_alloc(...
2019-04-19 hongzhidaoSimplified typeof operation.
2019-04-18 Dmitry VolyntsevStyle.
2019-04-18 hongzhidaoRefactored variable reference.
2019-04-18 Dmitry VolyntsevTests: freeing pcre structs to silence leak-sanitizer.
2019-04-17 Alexander BorisovWalking over prototypes chain during iteration over...
2019-04-17 Alexander BorisovAdded two new function for working with enumerate value.
2019-04-17 Alexander BorisovAdded function to get length of the string.
2019-04-08 Alexander BorisovSaving hash key to result for each() function in level...
2019-04-18 Dmitry VolyntsevFixed RegExp constructor for regexp value arguments.
2019-04-18 Dmitry VolyntsevImproved working with arguments in Regexp.prototype...
2019-04-18 Dmitry VolyntsevShell: fixed njs_vm_value_dump() for empty string values.
2019-04-17 Dmitry VolyntsevFixed Regexp.prototype.exec() for unicode only regexps.
2019-04-17 Dmitry VolyntsevFixed handling of unicode only regexp expressions.
2019-04-16 Dmitry VolyntsevVersion bump.
2019-04-16 Dmitry VolyntsevFixed changelog 0.3.1 description.
2019-04-16 Dmitry VolyntsevAdded tag 0.3.1 for changeset ebfbdb8d8fe2
2019-04-16 Dmitry VolyntsevVersion 0.3.1. 0.3.1
2019-04-15 Alexander BorisovAdded implementation of functions: ToInt32, ToUint32...
2019-04-15 Alexander BorisovFixed ToInteger function in accordance with the specifi...
2019-04-13 hongzhidaoFixed function declaration with the same name as a...
2019-04-12 hongzhidaoMaking parser hoist more generic.
2019-04-12 hongzhidaoRenaming node->label to node->name.
2019-04-12 Dmitry VolyntsevAdded quiet option for vm to support bit-exact output...
2019-04-07 hongzhidaoAdded arrow function support.
2019-04-10 Dmitry VolyntsevThis object as a variable.
2019-04-10 Dmitry VolyntsevAdded support for module mode of execution.
2019-04-12 Dmitry VolyntsevFixed objects instance properties.
2019-04-11 Dmitry VolyntsevShell: improved njs_vm_value_dump().
2019-04-11 Dmitry VolyntsevShell: added shebang support.
2019-04-11 Dmitry VolyntsevAdded string functions wrappers.
2019-04-11 Dmitry VolyntsevUNIT style indentation in njs_string.h.
2019-04-11 Dmitry VolyntsevImproved console.log() for string values.
2019-04-11 hongzhidaoChecking for duplicate function parameter names.
2019-04-11 Dmitry VolyntsevAllowing to output large values in console.log().
2019-04-11 Dmitry VolyntsevHTTP: documenting props removal in changelog.
2019-04-10 Dmitry VolyntsevMaking njs_function_closures() inline function.
2019-04-07 Dmitry VolyntsevFixed njs_function_copy().
2019-04-09 Sergey KandaurovFixed using %*s format in nxt_printf().
next