[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 date: Mon Oct 24 19:02:31 2016 +0300 description: Array.prototype.lastIndexOf() and Array.prototype.indexOf() fixes. The fromIndex parameter processing in lastIndexOf() has

[njs] Array.prototypes.includes() method.

2016-10-25 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/f21747d5ac83 branches: changeset: 221:f21747d5ac83 user: Igor Sysoev date: Tue Oct 25 17:52:18 2016 +0300 description: Array.prototypes.includes() method. diffstat: njs/njs_array.c | 85

Re: [patch][bugfix]Http mp4: replace strtod() with improved ngx_atofp() because precision problem.

2016-10-25 Thread Maxim Dounin
Hello! On Wed, Oct 19, 2016 at 02:43:24PM +0800, 胡聪 (hucc) wrote: > Hello! > > > Thanks for reminding me! Illegal character should be checked > also error detection in configration parser is needed. > > > Considering that ngx_atofp() was used in some 3rd party modules, > Would nginx-devel acc