0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Anna Henningsen 4fffe32a4b Revert "buffer: runtime deprecation of calling Buffer without new"
This reverts commit f2fe5583c4
(https://github.com/nodejs/node/pull/8169) as the original
justification for the runtime-deprecation does not appear
to justify the disruption to Node’s existing ecosystem.
Futhermore, the possibility of deprecating the Buffer constructor
entirely in v8.0 might lead to people having to change their code twice.

PR-URL: https://github.com/nodejs/node/pull/9529
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Nikolai Vavilov <vvnicholas@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2016-11-28 11:10:11 -06:00
..
internal Revert "buffer: convert offset & length to int properly" 2016-11-26 11:40:24 -08:00
_debug_agent.js
_debugger.js
_http_agent.js http: name anonymous functions 2016-10-18 15:29:38 -07:00
_http_client.js http: name anonymous functions in _http_client 2016-10-18 15:38:33 -07:00
_http_common.js
_http_incoming.js http: name anonymous functions in _http_incoming 2016-10-18 15:38:36 -07:00
_http_outgoing.js http: add debug message for invalid header value 2016-10-28 09:19:17 -07:00
_http_server.js http: name anonymous functions in _http_server 2016-10-18 15:38:42 -07:00
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js streams: fix regression in unpipe() 2016-10-19 14:00:02 +01:00
_stream_transform.js
_stream_wrap.js test,lib,benchmark: match function names 2016-10-19 22:20:27 -07:00
_stream_writable.js test: writable stream ending state 2016-10-28 08:50:45 +02:00
_tls_common.js
_tls_legacy.js test,lib,benchmark: match function names 2016-10-19 22:20:27 -07:00
_tls_wrap.js tls: fix leak of WriteWrap+TLSWrap combination 2016-11-15 15:15:05 -05:00
.eslintrc
assert.js assert: name anonymous functions 2016-10-19 08:57:20 -07:00
buffer.js Revert "buffer: runtime deprecation of calling Buffer without new" 2016-11-28 11:10:11 -06:00
child_process.js child_process: remove extra newline in errors 2016-11-02 19:25:32 -04:00
cluster.js
console.js console: name anonymous functions 2016-10-16 22:01:02 +02:00
constants.js
crypto.js crypto: return this in setAuthTag/setAAD 2016-11-20 01:16:26 +01:00
dgram.js
dns.js dns: implement {ttl: true} for dns.resolve4() 2016-11-18 22:01:11 +01:00
domain.js test,lib,benchmark: match function names 2016-10-19 22:20:27 -07:00
events.js events: remove unnecessary checks 2016-10-31 15:51:57 -04:00
fs.js fs: export realpathCacheKey from internal/fs 2016-11-16 20:22:18 +01:00
http.js http: name anonymous functions in http 2016-10-18 15:38:43 -07:00
https.js https: name anonymous functions in https 2016-11-25 13:55:17 -05:00
module.js fs: export realpathCacheKey from internal/fs 2016-11-16 20:22:18 +01:00
net.js net: name anonymous functions 2016-11-01 23:40:44 +01:00
os.js
path.js
process.js
punycode.js
querystring.js
readline.js readline: use icu based string width calculation 2016-10-25 09:00:45 -07:00
repl.js Revert "repl: disable Ctrl+C support on win32 for now" 2016-11-16 19:37:05 +01:00
stream.js
string_decoder.js
sys.js
timers.js timers: use consistent checks for canceled timers 2016-11-22 12:28:41 -05:00
tls.js
tty.js
url.js lib,tools: remove unneeded escaping of / 2016-11-23 22:06:24 -08:00
util.js intl: Add more versions from ICU 2016-10-26 19:24:22 -07:00
v8.js src: extend HeapStatistics with new fields 2016-11-20 02:23:00 +01:00
vm.js vm: name anonymous functions 2016-11-06 20:18:56 +02:00
zlib.js zlib: fix linting recently-introduced lint error 2016-11-08 16:40:56 -08:00