pkgsrc/lang/nodejs
fhajny a7962f1d07 Update lang/nodejs to 6.3.1.
6.3.1.

Notable changes

- buffer:
  - Improve performance of Buffer.from(str, 'hex') and
    Buffer#write(str, 'hex').
  - Fix creating from zero-length ArrayBuffer.
- deps:
  - Upgrade to V8 5.0.71.57.
  - Backport V8 instanceof bugfix
- repl: Fix issue with function redeclaration.
- util: Fix inspecting of boxed symbols.

6.3.0

Notable changes

- buffer: Added buffer.swap64() to complement swap16() & swap32().
- build: New configure options have been added for building
  Node.js as a shared library.
- crypto: Root certificates have been updated.
- debugger: The server address is now configurable via
  --debug=<address>:<port>.
- npm: Upgraded npm to v3.10.3
- readline: Added the prompt option to the readline constructor.
- repl / vm: sigint/ctrl+c will now break out of infinite loops
  without stopping the Node.js instance.
- src:
  - Added a node::FreeEnvironment public C++ API.
  - Refactored require('constants'), constants are now available
    directly from their respective modules.
- stream: Improved readable.read() performance by up to 70%.
- timers: setImmediate() is now up to 150% faster in some
  situations.
- util: Added a breakLength option to util.inspect() to control
  how objects are formatted across lines.
- v8-inspector: Experimental support has been added for debugging
  Node.js over the inspector protocol.
2016-08-09 08:50:51 +00:00
..
patches Remove the nodejs icu option and make nodejs use a system ICU 2016-06-02 09:57:32 +00:00
DESCR Update lang/nodejs to 5.0.0. 2015-11-09 20:19:35 +00:00
distinfo Update lang/nodejs to 6.3.1. 2016-08-09 08:50:51 +00:00
Makefile Update lang/nodejs to 6.3.1. 2016-08-09 08:50:51 +00:00
Makefile.common Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
options.mk Remove the nodejs icu option and make nodejs use a system ICU 2016-06-02 09:57:32 +00:00
PLIST Update lang/nodejs to 6.3.1. 2016-08-09 08:50:51 +00:00