buffer: rename internal/buffer_new.js to buffer.js
The old smalloc-based implementation has been removed, the typed array implementation is the only one that is left now. PR-URL: https://github.com/nodejs/io.js/pull/2022 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
This commit is contained in:
parent
8e1a8ffe24
commit
1057d1186b
1020
lib/buffer.js
1020
lib/buffer.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1
node.gyp
1
node.gyp
@ -69,7 +69,6 @@
|
|||||||
'lib/vm.js',
|
'lib/vm.js',
|
||||||
'lib/zlib.js',
|
'lib/zlib.js',
|
||||||
'lib/internal/child_process.js',
|
'lib/internal/child_process.js',
|
||||||
'lib/internal/buffer_new.js',
|
|
||||||
'lib/internal/freelist.js',
|
'lib/internal/freelist.js',
|
||||||
'lib/internal/socket_list.js',
|
'lib/internal/socket_list.js',
|
||||||
'lib/internal/repl.js',
|
'lib/internal/repl.js',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user