lib: don't use global Buffer
authorRoman Reiss <me@silverwind.io>
Fri, 29 May 2015 17:35:43 +0000 (19:35 +0200)
committerRoman Reiss <me@silverwind.io>
Thu, 11 Jun 2015 18:24:44 +0000 (20:24 +0200)
commitb5b8ff117c8581945d0c8c3a4b18d53f4b33b86f
tree9db9a4b3ee06b8210c71c3aef87f9307a5beecd5
parentff8202c6f475973c8674e61c794b77e1b072144b
lib: don't use global Buffer

Port of https://github.com/joyent/node/pull/8603

The race condition present in the original PR didn't occur, so no
workaround was needed.

PR-URL: https://github.com/nodejs/io.js/pull/1794
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
21 files changed:
lib/_debugger.js
lib/_http_client.js
lib/_http_outgoing.js
lib/_stream_readable.js
lib/_stream_writable.js
lib/_tls_legacy.js
lib/_tls_wrap.js
lib/assert.js
lib/child_process.js
lib/crypto.js
lib/dgram.js
lib/fs.js
lib/internal/child_process.js
lib/internal/smalloc.js
lib/net.js
lib/querystring.js
lib/readline.js
lib/string_decoder.js
lib/tls.js
lib/util.js
lib/zlib.js