node: rename from io.js to node
authorcjihrig <cjihrig@gmail.com>
Thu, 13 Aug 2015 16:14:34 +0000 (12:14 -0400)
committercjihrig <cjihrig@gmail.com>
Sun, 23 Aug 2015 21:59:43 +0000 (17:59 -0400)
commita69ab27ab458385d24676792b75ad1c25b8c30e5
treeeb44f3d0affb9173c2822fbbf25aa2a8a7ae6fe2
parentae8d436623109f315229ca9cc05715af362257b0
node: rename from io.js to node

This commit replaces instances of io.js with Node.js, based on the
recent convergence. There are some remaining instances of io.js,
related to build and the installer.

Fixes: https://github.com/nodejs/node/issues/2361
PR-URL: https://github.com/nodejs/node/pull/2367
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: João Reis <reis@janeasystems.com>
96 files changed:
.gitignore
BSDmakefile
CHANGELOG.md
COLLABORATOR_GUIDE.md
CONTRIBUTING.md
GOVERNANCE.md
LICENSE
Makefile
README.md
ROADMAP.md
WORKING_GROUPS.md
benchmark/README.md
benchmark/common.js
benchmark/http-flamegraph.sh
benchmark/http.sh
benchmark/http_simple_bench.sh
benchmark/plot.R
benchmark/plot_csv.R
configure
deps/openssl/config/Makefile
deps/openssl/config/opensslconf.h
deps/openssl/doc/UPGRADING.md
doc/api/addons.markdown
doc/api/buffer.markdown
doc/api/child_process.markdown
doc/api/cluster.markdown
doc/api/crypto.markdown
doc/api/debugger.markdown
doc/api/dgram.markdown
doc/api/dns.markdown
doc/api/documentation.markdown
doc/api/domain.markdown
doc/api/errors.markdown
doc/api/events.markdown
doc/api/fs.markdown
doc/api/globals.markdown
doc/api/http.markdown
doc/api/https.markdown
doc/api/modules.markdown
doc/api/net.markdown
doc/api/path.markdown
doc/api/process.markdown
doc/api/punycode.markdown
doc/api/readline.markdown
doc/api/repl.markdown
doc/api/stream.markdown
doc/api/synopsis.markdown
doc/api/timers.markdown
doc/api/tls.markdown
doc/api/tty.markdown
doc/api/util.markdown
doc/api/v8.markdown
doc/api/zlib.markdown
doc/node.1 [moved from doc/iojs.1 with 99% similarity]
doc/releases.md
doc/template.html
lib/_debugger.js
lib/repl.js
node.gyp
src/node.cc
src/node.h
src/node.js
src/res/node.ico [moved from src/res/iojs.ico with 100% similarity]
src/res/node.rc
src/res/node_etw_provider.man
src/res/node_perfctr_provider.man
src/tls_wrap.cc
test/common.js
test/fixtures/cluster-preload.js
test/parallel/test-arm-math-exp-regress-1376.js
test/parallel/test-buffer.js
test/parallel/test-event-emitter-get-max-listeners.js
test/parallel/test-fs-read-stream-fd-leak.js
test/parallel/test-path-zero-length-strings.js
test/parallel/test-preload.js
test/parallel/test-repl-tab-complete.js
test/parallel/test-repl.js
test/parallel/test-stringbytes-external.js
test/parallel/test-tls-cnnic-whitelist.js
test/parallel/test-tls-connect-no-host.js
test/parallel/test-url.js
test/parallel/test-vm-debug-context.js
tools/install.py
tools/msvs/msi/i18n/de-de.wxl
tools/msvs/msi/i18n/en-us.wxl
tools/msvs/msi/nodemsi.wixproj
tools/msvs/msi/product.wxs
tools/msvs/nodevars.bat
tools/osx-pkg.pmdoc/02npm.xml
tools/osx-pkg.pmdoc/index.xml.tmpl
tools/release.sh
tools/rpm/node.spec [moved from tools/rpm/iojs.spec with 89% similarity]
tools/rpm/rpmbuild.sh
tools/test-npm.sh
tools/test.py
vcbuild.bat