]> git.kaiwu.me - njs.git/shortlog
njs.git
2019-06-18 Dmitry VolyntsevFixed uninitialized field in njs_vm_value_dump().
2019-06-14 Dmitry VolyntsevFixed njs_run expect tests.
2019-06-14 Dmitry VolyntsevImproved njs_object_own_enumerate().
2019-06-11 Dmitry VolyntsevFixed truth value of JSON numbers in JSON.parse().
2019-06-11 hongzhidaoStyle.
2019-06-11 hongzhidaoMoving object property methods to njs_object_property.c.
2019-06-05 hongzhidaoImproved object property attributes.
2019-06-04 Dmitry VolyntsevFixed Object.defineProperty() for shared descriptors.
2019-06-04 Dmitry VolyntsevHTTP: support for null as a second argument of r.subreq...
2019-06-04 Dmitry VolyntsevHandling zero byte characters inside RegExp pattern...
2019-05-30 Dmitry VolyntsevEscaping lone closing square brackets in RegExp() const...
2019-05-31 Dmitry VolyntsevFixed String.prototype.toBytes() for ASCII strings.
2019-05-30 Dmitry VolyntsevFixed heap-buffer-overflow in toUpperCase() and toLower...
2019-05-30 Dmitry VolyntsevMoving test added in ab5d059e4ef8 to a conditional...
2019-05-30 Dmitry VolyntsevRemoving possible ignored regexp compilation error.
2019-05-28 Alexander BorisovImproved processing of invalid surrogate pairs in JSON...
2019-05-28 Alexander BorisovImproved processing of invalid surrogate pairs in strings.
2019-05-23 Alexander BorisovAdded generic implementation of Array.prototype.fill().
2019-05-28 Dmitry VolyntsevStream: fixed processing empty output chain in body...
2019-05-28 Dmitry VolyntsevHTTP: improved working with unknown methods in subreque...
2019-05-28 Dmitry VolyntsevHTTP: improved getting of special response headers.
2019-05-23 Alexander BorisovAdded njs_value_property_set() function.
2019-05-27 Alexander BorisovFixed format of the reference exception.
2019-05-21 hongzhidaoFixed Array.prototype.toString() and Date.prototype...
2019-05-23 Valentin BartenevAdded "name" property for built-in methods.
2019-05-23 Valentin BartenevFixed overwriting "constructor" property of built-in...
2019-05-23 Valentin BartenevFixed array length property handler.
2019-05-23 Valentin BartenevMade writable most of built-in properties and methods.
2019-05-23 Valentin BartenevFixed setting of object properties.
2019-05-22 Alexander BorisovImproved working with undefined symbols.
2019-05-21 Valentin BartenevUncommented a successful test of Object.create([1,2...
2019-05-21 Alexander BorisovFixed integer-overflow in String.prototype.concat().
2019-05-21 Dmitry VolyntsevVersion bump.
2019-05-21 Dmitry VolyntsevAdded tag 0.3.2 for changeset 82101d50fff6
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.
next