]> git.kaiwu.me - njs.git/log
njs.git
10 years agoThe first invalid token did return SyntaxError exception.
Igor Sysoev [Tue, 17 Nov 2015 14:26:27 +0000 (17:26 +0300)]
The first invalid token did return SyntaxError exception.
Empty script now returns SyntaxError exception.

10 years agonjs_vmcode_addition() does not use njs_string_prototype_concat().
Igor Sysoev [Fri, 30 Oct 2015 13:22:37 +0000 (16:22 +0300)]
njs_vmcode_addition() does not use njs_string_prototype_concat().

10 years agonxt_vector interface was renamed to nxt_array.
Igor Sysoev [Fri, 30 Oct 2015 13:22:29 +0000 (16:22 +0300)]
nxt_vector interface was renamed to nxt_array.

10 years agoFixed example in README.
Roman Arutyunyan [Thu, 24 Sep 2015 13:20:33 +0000 (16:20 +0300)]
Fixed example in README.

10 years agoFixed ngx_http_js_loc_conf_t initialization.
Sergey Kandaurov [Wed, 23 Sep 2015 11:20:13 +0000 (14:20 +0300)]
Fixed ngx_http_js_loc_conf_t initialization.

It is expected to be prezeroed.

10 years agonJS should be built by the same compiler as nginx.
Roman Arutyunyan [Wed, 23 Sep 2015 13:26:41 +0000 (16:26 +0300)]
nJS should be built by the same compiler as nginx.

10 years agoFixed Solaris build.
Roman Arutyunyan [Wed, 23 Sep 2015 12:01:24 +0000 (15:01 +0300)]
Fixed Solaris build.

10 years agoInitial import of nJScript.
Igor Sysoev [Wed, 23 Sep 2015 00:31:27 +0000 (03:31 +0300)]
Initial import of nJScript.