]> git.kaiwu.me - njs.git/commit
Renamed njscript to njs.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 3 May 2018 15:29:26 +0000 (18:29 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 3 May 2018 15:29:26 +0000 (18:29 +0300)
commit28dd204a89c3ee2b094698e54e5f92d603af3b64
tree3a4dba202456d8c9951a61b97fcd5b51cdfc0094
parentcd60036918646f0b92d556e3378d617e2e4cf9d4
Renamed njscript to njs.

njscript.c -> njs.c
njscript.h -> njs.h
njs.c -> njs_shell.c
Makefile
nginx/ngx_http_js_module.c
nginx/ngx_stream_js_module.c
njs/njs.c
njs/njs.h [moved from njs/njscript.h with 98% similarity]
njs/njs_core.h
njs/njs_shell.c [new file with mode: 0644]
njs/test/njs_benchmark.c
njs/test/njs_interactive_test.c