details: https://hg.nginx.org/njs/rev/d62db2c99851
branches:
changeset: 1170:d62db2c99851
user: Dmitry Volyntsev
date: Fri Oct 04 17:19:06 2019 +0300
description:
Fixed Regexp.prototype.test() for regexps with backreferences.
This closes #225 issue on Github.
diffstat:
src/njs_pc
details: https://hg.nginx.org/njs/rev/1cd7640472b8
branches:
changeset: 1171:1cd7640472b8
user: Dmitry Volyntsev
date: Fri Oct 04 19:46:12 2019 +0300
description:
Style.
Fixed typo in njs_arr_t structure.
This closes #226 issue on Github.
diffstat:
src/njs_arr.c | 10 +-
details: https://hg.nginx.org/njs/rev/5c71fd61dc15
branches:
changeset: 1172:5c71fd61dc15
user: Dmitry Volyntsev
date: Fri Oct 04 19:46:35 2019 +0300
description:
Increased maximum allowed recursion depth in parser and generator.
diffstat:
src/njs_generator.c | 2 +-
src/njs_pars