K 10 svn:author V 3 osa K 8 svn:date V 27 2020-07-07T16:10:04.886646Z K 7 svn:log V 1160 Update third-party modules: o) lua from 0.10.15 to 0.10.17 o) njs from 0.4.1 to 0.4.2 Bump PORTREVISION. Core: *) Feature: added RegExp.prototype[Symbol.replace]. *) Feature: introduced line level backtrace. *) Feature: added %TypedArray%.prototype.sort(). *) Feature: extended "fs" module. Added mkdir(), readdir(), rmdir() and friends. Thanks to Artem S. Povalyukhin. *) Improvement: parser refactoring. *) Bugfix: fixed TypedScript API description for HTTP headers. *) Bugfix: fixed TypedScript API description for NjsByteString type. *) Bugfix: fixed String.prototype.repeat() according to the specification. *) Bugfix: fixed parsing of flags for regexp literals. *) Bugfix: fixed index generation for global objects in generator. *) Bugfix: fixed String.prototype.replace() according to the specification. *) Bugfix: fixed %TypedArray%.prototype.copyWithin() with nonzero byte offset. *) Bugfix: fixed Array.prototype.splice() for sparse arrays. *) Bugfix: fixed Array.prototype.reverse() for sparse arrays. *) Bugfix: fixed Array.prototype.sort() for sparse arrays. END