# HG changeset patch # User Yaroslav Zhuravlev # Date 1523035077 -10800 # Node ID 94a598ee1d495708be72265e69738a38fdb0047d # Parent dc51409fee0c083cad4f5c4c66c3c8f3dcba64c2 Minor corrections in "njs About" and "njs Changes". diff -r dc51409fee0c -r 94a598ee1d49 xml/en/docs/njs/njs_changes.xml --- a/xml/en/docs/njs/njs_changes.xml Thu Apr 12 21:45:35 2018 +0300 +++ b/xml/en/docs/njs/njs_changes.xml Fri Apr 06 20:17:57 2018 +0300 @@ -9,7 +9,7 @@
@@ -39,7 +39,7 @@ Feature: setTimeout() and -clearTimeout() methods. +clearTimeout() methods. @@ -130,15 +130,14 @@ Feature: -File system access -(Node.js style) +Node.js style +File system access methods: fs.readFile(), fs.readFileSync(), fs.appendFile(), fs.appendFileSync(), fs.writeFile(), -fs.writeFileSync() -methods. +fs.writeFileSync(). @@ -346,14 +345,14 @@ Feature: -scientific notation literals support. +scientific notation (3.35e10) literals support. Feature: -hexadecimal literals support. +hexadecimal (0x1123) literals support. @@ -432,7 +431,7 @@ Bugfix: -global variables were not initialized when nJScript was used +global variables were not initialized when njs was used in nginx. diff -r dc51409fee0c -r 94a598ee1d49 xml/en/docs/njs_about.xml --- a/xml/en/docs/njs_about.xml Thu Apr 12 21:45:35 2018 +0300 +++ b/xml/en/docs/njs_about.xml Fri Apr 06 20:17:57 2018 +0300 @@ -9,7 +9,7 @@
+ rev="17">
@@ -176,22 +176,24 @@ -setTimeout, clearTimeout functions +setTimeout() and clearTimeout() functions +(0.2.0) -File system methods -(Node.js style): +Node.js style +File system methods: fs.readFile, fs.readFileSync, fs.appendFile, fs.appendFileSync, fs.writeFile, fs.writeFileSync -Crypto methods -(Node.js style): +Node.js style +Crypto methods (0.2.0): crypto.createHash, crypto.createHmac + diff -r dc51409fee0c -r 94a598ee1d49 xml/ru/docs/njs_about.xml --- a/xml/ru/docs/njs_about.xml Thu Apr 12 21:45:35 2018 +0300 +++ b/xml/ru/docs/njs_about.xml Fri Apr 06 20:17:57 2018 +0300 @@ -9,7 +9,7 @@
+ rev="17">
@@ -175,12 +175,13 @@ -функции setTimeout, clearTimeout +Функции setTimeout() и clearTimeout() +(0.2.0) Методы File system -(стиль Node.js): +стиль Node.js: fs.readFile, fs.readFileSync, fs.appendFile, fs.appendFileSync, fs.writeFile, fs.writeFileSync @@ -188,7 +189,8 @@ Методы Crypto -(стиль Node.js): +стиль Node.js +(0.2.0): crypto.createHash, crypto.createHmac