[njs] Trailer content after script is optional.

2017-07-17 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/bef6842774f6 branches: changeset: 386:bef6842774f6 user: Igor Sysoev date: Mon Jul 17 14:46:35 2017 +0300 description: Trailer content after script is optional. diffstat: njs/njs_parser.c | 16

[njs] Initialize njs_vm_opt_t structs to 0 to simplify options adding.

2017-07-17 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/182d765687ee branches: changeset: 387:182d765687ee user: Dmitry Volyntsev date: Mon Jul 17 15:29:02 2017 +0300 description: Initialize njs_vm_opt_t structs to 0 to simplify options adding. diffstat: nginx/ngx_http_js_module.c

[nginx] Parenthesized ASCII-related calculations.

2017-07-17 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/e3723f2a11b7 branches: changeset: 7067:e3723f2a11b7 user: Valentin Bartenev date: Mon Jul 17 17:23:51 2017 +0300 description: Parenthesized ASCII-related calculations. This also fixes potential undefined behaviour in the range

[njs] Interactive shell.

2017-07-17 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/f2ecbe1c2261 branches: changeset: 388:f2ecbe1c2261 user: Dmitry Volyntsev date: Mon Jul 17 20:38:00 2017 +0300 description: Interactive shell. diffstat: Makefile| 26 ++ njs/njs.c