[nginx] Win32: silenced -Wcast-function-type GCC warning (ticket #1865).

2019-10-21 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/4f6e315eef15 branches: changeset: 7586:4f6e315eef15 user: Maxim Dounin date: Mon Oct 21 19:07:03 2019 +0300 description: Win32: silenced -Wcast-function-type GCC warning (ticket #1865). With MinGW-w64, building 64-bit nginx binary with GCC 8 a

[nginx] Win32: improved fallback on FormatMessage() errors.

2019-10-21 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/746567d633ac branches: changeset: 7585:746567d633ac user: Maxim Dounin date: Mon Oct 21 19:06:12 2019 +0300 description: Win32: improved fallback on FormatMessage() errors. FormatMessage() seems to return many errors which essentially indicate

[njs] Improved functions for converting value to number.

2019-10-21 Thread Alexander Borisov
details: https://hg.nginx.org/njs/rev/55f49a991f4f branches: changeset: 1191:55f49a991f4f user: Alexander Borisov date: Mon Oct 21 16:43:45 2019 +0300 description: Improved functions for converting value to number. Added functions: njs_value_to_number(), njs_value_to_integer(), njs_

[njs] Fixed keyword list.

2019-10-21 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/f01ee3828b15 branches: changeset: 1190:f01ee3828b15 user: Dmitry Volyntsev date: Mon Oct 21 15:10:34 2019 +0300 description: Fixed keyword list. "undefined", "NaN" and "Infinity" are not keywords. This closes #219 issue on Github. diffstat: