[njs] Fixed Object.isSealed() method.

2017-06-27 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/63d7430291f2 branches: changeset: 381:63d7430291f2 user: Andrey Zelenkov <zelen...@nginx.com> date: Tue Jun 27 17:03:16 2017 +0300 description: Fixed Object.isSealed() method. diffstat: njs/njs_object.c | 2 +- njs/test/njs_unit_

[njs] More scientific notation tests.

2017-06-07 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/edf64bf9677c branches: changeset: 355:edf64bf9677c user: Andrey Zelenkov <zelen...@nginx.com> date: Wed Jun 07 16:36:17 2017 +0300 description: More scientific notation tests. diffstat: njs/test/njs_unit_test.c | 6 ++ 1 files chan

[njs] Fixed zero basis handling for scientific notation.

2017-06-07 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/2cba0bd90189 branches: changeset: 354:2cba0bd90189 user: Andrey Zelenkov <zelen...@nginx.com> date: Wed Jun 07 16:36:13 2017 +0300 description: Fixed zero basis handling for scientific notation. diffstat: njs/njs_number.c

[njs] Fixed parseInt() leading white space ignoring.

2017-05-31 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/559d256dd65b branches: changeset: 349:559d256dd65b user: Andrey Zelenkov <zelen...@nginx.com> date: Wed May 31 20:36:01 2017 +0300 description: Fixed parseInt() leading white space ignoring. diffstat: njs/njs_number.c | 3 +-- nj

[njs] Fixed parseInt() zero radix parsing.

2017-05-31 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/b592f24c9ac6 branches: changeset: 348:b592f24c9ac6 user: Andrey Zelenkov <zelen...@nginx.com> date: Wed May 31 20:25:44 2017 +0300 description: Fixed parseInt() zero radix parsing. diffstat: njs/njs_number.c | 16 ++-

[njs] Fixed parsing ISO 8601 format in Date.parse().

2017-04-19 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/96fda9957427 branches: changeset: 340:96fda9957427 user: Andrey Zelenkov <zelen...@nginx.com> date: Wed Apr 19 17:48:56 2017 +0300 description: Fixed parsing ISO 8601 format in Date.parse(). Fixed parsing in case milliseconds are not spe

[njs] Array.of() method.

2017-03-30 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/b7d65eb7d6fa branches: changeset: 324:b7d65eb7d6fa user: Andrey Zelenkov <zelen...@nginx.com> date: Thu Mar 30 22:01:17 2017 +0300 description: Array.of() method. diffstat: njs/njs_array.c | 34 +

[njs] Array.prototype.fill() method.

2017-03-17 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/5c42125bd99c branches: changeset: 314:5c42125bd99c user: Andrey Zelenkov <zelen...@nginx.com> date: Fri Mar 17 18:18:01 2017 +0300 description: Array.prototype.fill() method. diffstat: njs/njs_array.c

[njs] String.prototype.repeat method fix.

2016-11-03 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/ff8f717db1be branches: changeset: 234:ff8f717db1be user: Andrey Zelenkov <zelen...@nginx.com> date: Thu Nov 03 18:12:10 2016 +0300 description: String.prototype.repeat method fix. Found with afl-fuzz. diffstat: njs/njs_string.c

[njs] Array.prototype.lastIndexOf() and Array.prototype.indexOf(...

2016-10-25 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/76e57071e411 branches: changeset: 220:76e57071e411 user: Andrey Zelenkov <zelen...@nginx.com> date: Mon Oct 24 19:02:31 2016 +0300 description: Array.prototype.lastIndexOf() and Array.prototype.indexOf() fixes. The fromIndex parameter proc

[njs] A fix in typeof function.

2016-10-20 Thread Andrey Zelenkov
details: http://hg.nginx.org/njs/rev/b290544f11bc branches: changeset: 209:b290544f11bc user: Andrey Zelenkov <zelen...@nginx.com> date: Thu Oct 20 17:12:42 2016 +0300 description: A fix in typeof function. Found with afl-fuzz. diffstat: njs/njs_vm.c | 1 + nj