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:
Ben Noordhuis 2015-06-19 21:00:19 +02:00 committed by Rod Vagg
parent 8e1a8ffe24
commit 1057d1186b
3 changed files with 1019 additions and 1015 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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',