]> git.kaiwu.me - njs.git/shortlog
njs.git
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(),
2016-09-26 Igor SysoevThe cause of linker hanging on Linux/PPC64 has been
2016-09-25 Igor SysoevA fix of possible sign extension overflow,
2016-09-24 Igor SysoevAll C feature attributes have been disabled for Linux...
2016-09-23 Igor SysoevThe visibility attribute disabling in the commit af6c17...
2016-09-23 Igor SysoevStyle and small miscellaneous fixes.
2016-09-23 Igor SysoevString.replace() function.
2016-09-15 Igor SysoevReturning an intptr_t result by rbtree comparison function
2016-09-15 Igor SysoevA fix of use-after-free memory bug.
2016-09-15 Roman ArutyunyanFixed compilation of nginx njs module without stream...
2016-09-15 Ruslan ErmilovStyle: express requirement to use PCRE via $ngx_module_...
2016-09-13 Igor SysoevAdded tag 0.1.2 for changeset 5b066b4db54c
2016-09-13 Igor SysoevVersion 0.1.2. 0.1.2
2016-09-13 Igor SysoevFixed building by GCC 4.
2016-09-13 Igor SysoevConstructor function prototypes now have correct types...
2016-09-01 Igor SysoevNow Date.parse() and Date() accept shortcut date strings.
2016-09-01 Sergey KandaurovAttribute visibility detection has been disabled.
2016-08-31 Igor SysoevA fix in decodeURI() and decodeURIComponent() functions.
2016-08-31 Igor SysoevA fix in decodeURI() function.
2016-08-31 Igor SysoevA fix in decodeURI() and decodeURIComponent() functions.
2016-08-31 Igor SysoevAn invalid value of Date object has been fixed.
2016-08-30 Igor SysoevC language features have been enabled.
2016-08-30 Igor SysoevdecodeURI() and decodeURIComponent() functions.
2016-08-30 Igor SysoevencodeURI() and encodeURIComponent() functions.
2016-08-16 Igor SysoevAdded tag 0.1.1 for changeset 0039a747d25a
next