]> git.kaiwu.me - njs.git/shortlog
njs.git
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.
2016-12-08 Igor SysoevFixed building with CFLAGS=-DNXT_DEBUG_MEMORY=1 by...
2016-12-08 Valentin BartenevNXT_DEBUG_MEMORY macro.
2016-12-08 Igor SysoevArray and object literals did not support assignment...
2016-12-07 Igor SysoevA user defined object method called as constructor...
2016-12-07 Igor SysoevFixed "return" usage in a true branch of an "if" statement.
2016-12-05 Igor SysoevRegExp.prototype.toString() should be applied only...
2016-12-05 Igor SysoevNative methods called with Function.prototype.call...
2016-12-05 Igor SysoevNative methods called by iterators should run via conti...
2016-12-02 Valentin BartenevFixed a unit test for Math.acosh().
2016-12-01 Igor SysoevUsing short string values where they are enough.
2016-12-01 Igor SysoevMaximum call stack size is limited by 16M.
2016-11-30 Igor SysoevAdded more dependencies on nxt_auto_config.h.
2016-11-30 Igor SysoevFixed nginx modules building introduced in 9b37882ad552.
2016-11-21 Valentin BartenevMath.clz32 method.
2016-11-19 Valentin BartenevOptimized conversion of negative numbers to integer.
2016-11-19 Valentin BartenevMath.imul() method.
2016-11-18 Valentin BartenevImproved unit test for Math.exp(1).
2016-11-18 Valentin BartenevMore Math methods from ES6.
2016-11-16 Igor SysoevA workround for Solaris bugs in acos() and asin().
2016-11-16 Igor SysoevFixed unit tests on FreeBSD.
2016-11-16 Valentin BartenevRemoved checking for range errors in Math.hypot().
2016-11-16 Valentin BartenevRefactored Math methods.
2016-11-16 Valentin BartenevUnit tests for all Math methods.
2016-11-15 Igor SysoevAdded tag 0.1.5 for changeset 9c813c2bb2ac
2016-11-15 Igor SysoevVersion 0.1.5. 0.1.5
2016-11-15 Igor SysoevNative methods and non-constructor functions must throw
2016-11-11 Igor SysoevRemoved irrelevant overhead in clone/destroy benchmark.
2016-11-11 Igor SysoevNow the empty regexp pattern is created on compile...
2016-11-10 Valentin BartenevMoved njs_string_offset_map_init() closer to its usage.
2016-11-10 Valentin BartenevOn-demand initialization of UTF-8 strings offset map.
2016-11-10 Valentin BartenevImproved UTF-8 offset map related macros (no functional...
2016-11-10 Valentin BartenevRemoved misused __attribute__((malloc)).
2016-11-10 Valentin BartenevFixed building on Solaris after d8b1e2576409.
2016-11-10 Valentin BartenevFixed building with GCC ASan.
2016-11-09 Igor SysoevStyle and small miscellaneous fixes.
2016-11-09 Valentin BartenevString.indexOf() and String.includes() simplification.
2016-11-08 Valentin BartenevMath.hypot() method.
2016-11-09 Valentin BartenevString.startsWith() and String.endsWith() methods.
2016-11-06 Valentin BartenevVarious Number methods.
2016-11-06 Valentin BartenevVarious Number constants.
2016-11-04 Igor SysoevFunction expressions did not have prototypes.
2016-11-04 Valentin BartenevRemoved redefinition of isinf() and isnan().
2016-11-04 Valentin BartenevRemoved redefinition of NAN and INFINITY macros.
2016-11-04 Valentin BartenevMore precise Math constants.
2016-11-04 Igor SysoevString.prototype.repeat() did not check the count parameter
2016-11-03 Andrey ZelenkovString.prototype.repeat method fix.
2016-10-31 Valentin BartenevMath.sign() method.
2016-10-31 Valentin BartenevMath.trunc() method.
2016-10-31 Igor SysoevA surplus check has been removed.
2016-10-31 Igor SysoevA possible memory leak has been fixed.
2016-10-28 Igor SysoevFixed building on modern Linux kernels.
2016-10-28 Piotr SikoraAdded missing <nxt_auto_config.h> includes.
2016-10-28 Valentin BartenevString.prototype.repeat() method.
2016-10-28 Igor SysoevString.prototype.trim() method.
2016-10-27 Igor SysoevString.prototype.lastIndexOf() method fix.
2016-10-27 Igor SysoevString.prototypes.includes() method.
2016-10-27 Igor SysoevString.prototype.lastIndexOf() method fixes and optimiz...
2016-10-27 Igor SysoevString.prototype.indexOf() method fixes.
2016-10-25 Igor SysoevArray.prototypes.includes() method.
2016-10-24 Andrey ZelenkovArray.prototype.lastIndexOf() and Array.prototype.index...
2016-10-24 Igor SysoevIncomplete non-recursive parser has been removed.
2016-10-24 Igor SysoevStyle unification of configure feature tests.
2016-10-24 Igor SysoevA build with -Werror=return-type has been fixed.
2016-10-24 Igor SysoevA build with -Werror=old-style-definition has been...
2016-10-24 Igor SysoevAdded tag 0.1.4 for changeset 508689c1fb94
2016-10-24 Igor SysoevVersion 0.1.4. 0.1.4
2016-10-24 Igor Sysoevnjs_array_realloc() has been changed to njs_array_expand().
2016-10-24 Igor SysoevArray creation and reallocation optimizations.
2016-10-22 Igor SysoevA fix in decodeURI() and decodeURIComponent() functions.
2016-10-21 Igor SysoevA fix in Array.prototype.splice() function.
2016-10-20 Andrey ZelenkovA fix in typeof function.
2016-10-18 Igor SysoevArray.indexOf() and Array.lastIndexOf() have been fixed.
2016-10-18 Igor SysoevInvalid Unicode code point processing has been fixed.
2016-10-18 Igor SysoevA fix of function name usage.
2016-10-18 Igor SysoevFixes in generating "continue" and "break" statements.
2016-10-17 Igor SysoevRelative addresses have been added to disassembler...
2016-10-17 Igor SysoevStyle fixes.
2016-10-17 Igor SysoevFixes in various String methods which return part of...
2016-10-14 Igor SysoevObject argument in some Date methods was not checked.
2016-10-14 Igor SysoevA fix of var declaration.
2016-10-14 Igor SysoevA fix in Array.splice() function.
2016-10-12 Igor SysoevA fix in Array.slice() function.
2016-10-11 Igor SysoevConstructor function prototypes should be real functions.
2016-10-11 Igor SysoevAccessing the global this object caused segfault.
2016-10-11 Igor SysoevSegfaults in the delete operator have been fixed.
2016-10-11 Igor SysoevSegfaults in increment and decrement operators have...
2016-10-11 Igor SysoevSegfaults in Date have been fixed.
2016-10-10 Igor SysoevAdded tag 0.1.3 for changeset 360449773d51
2016-10-10 Igor SysoevVersion 0.1.3. 0.1.3
2016-10-10 Igor SysoevNow njs_vm_compile() returns all global functions via...
2016-10-10 Igor SysoevNow setting property of primitive type returns TypeErro...
2016-10-04 Igor SysoevA dead code found by Coverity Scan has been removed.
2016-09-30 Igor SysoevInclusive "new" operators and "new" operator calls...
2016-09-30 Igor SysoevA "var" statement termination has been fixed.
2016-09-28 Roman ArutyunyanStream js: js_access, js_preread, js_filter.
2016-09-26 Igor SysoevA function stored in array could not be called.
2016-09-26 Igor SysoevString processing unification using njs_string_length(),
next