[njs] Function expressions did not have prototypes.

2016-11-04 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/53d2024f6ca3 branches: changeset: 239:53d2024f6ca3 user: Igor Sysoev date: Fri Nov 04 23:45:35 2016 +0300 description: Function expressions did not have prototypes. diffstat: njs/njs_vm.c | 1 +

[njs] String.prototype.repeat() did not check the count parameter

2016-11-04 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/e16086a85f0b branches: changeset: 235:e16086a85f0b user: Igor Sysoev date: Fri Nov 04 16:22:56 2016 +0300 description: String.prototype.repeat() did not check the count parameter for single character strings. The count parameter

[njs] Removed redefinition of NAN and INFINITY macros.

2016-11-04 Thread Valentin Bartenev
details: http://hg.nginx.org/njs/rev/bcd4910c5be9 branches: changeset: 237:bcd4910c5be9 user: Valentin Bartenev date: Fri Nov 04 18:25:55 2016 +0300 description: Removed redefinition of NAN and INFINITY macros. diffstat: njs/njs_builtin.c | 2 +-

[njs] More precise Math constants.

2016-11-04 Thread Valentin Bartenev
details: http://hg.nginx.org/njs/rev/a713275dc4cb branches: changeset: 236:a713275dc4cb user: Valentin Bartenev date: Fri Nov 04 18:25:55 2016 +0300 description: More precise Math constants. diffstat: njs/njs_math.c | 16 1 files changed, 8

[nginx] Style: switch.

2016-11-04 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/92ad1c92bcf9 branches: changeset: 6796:92ad1c92bcf9 user: Ruslan Ermilov date: Fri Nov 04 19:12:19 2016 +0300 description: Style: switch. diffstat: src/http/ngx_http_core_module.c | 2 --