:%s/sys.puts/console.log/g
authorRyan Dahl <ry@tinyclouds.org>
Thu, 24 Jun 2010 00:40:51 +0000 (17:40 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 24 Jun 2010 03:05:29 +0000 (20:05 -0700)
commitba792ea2020f38ebf84925e740b42823b739d0d3
tree077e5f345ceaf6c752a2fddbea5d68199a6d572b
parent4c21aa736f4ca631efd77203113bf879e3fe4987
:%s/sys.puts/console.log/g

and there was much rejoicing
92 files changed:
benchmark/http_simple.js
benchmark/run.js
bin/node-repl
doc/api.markdown
doc/index.html
src/node.js
test/disabled/test-cat.js
test/disabled/test-dns.js
test/disabled/test-eio-race3.js
test/disabled/test-http-big-proxy-responses.js
test/disabled/test-http-head-request.js
test/disabled/test-http-stress.js
test/disabled/test-remote-module-loading.js
test/disabled/tls_client.js
test/disabled/tls_server.js
test/fixtures/b/c.js
test/fixtures/child_process_should_emit_error.js
test/fixtures/cycles/folder/foo.js
test/fixtures/cycles/root.js
test/fixtures/exit.js
test/fixtures/print-10-lines.js
test/message/2100bytes.js
test/message/hello_world.js
test/message/undefined_reference_in_new_context.out
test/pummel/test-child-process-spawn-loop.js
test/pummel/test-http-client-reconnect-bug.js
test/pummel/test-keep-alive.js
test/pummel/test-net-many-clients.js
test/pummel/test-net-pause.js
test/pummel/test-net-pingpong-delay.js
test/pummel/test-net-pingpong.js
test/pummel/test-net-throttle.js
test/pummel/test-net-timeout.js
test/pummel/test-net-tls.js
test/pummel/test-timers.js
test/pummel/test-watch-file.js
test/simple/test-buffer.js
test/simple/test-child-process-buffering.js
test/simple/test-child-process-custom-fds.js
test/simple/test-child-process-env.js
test/simple/test-child-process-ipc.js
test/simple/test-child-process-stdin.js
test/simple/test-child-process-stdout-flush.js
test/simple/test-crypto.js
test/simple/test-dgram-pingpong.js
test/simple/test-eio-race.js
test/simple/test-eio-race2.js
test/simple/test-eio-race4.js
test/simple/test-error-reporting.js
test/simple/test-event-emitter-add-listeners.js
test/simple/test-event-emitter-remove-listeners.js
test/simple/test-exception-handler.js
test/simple/test-exec.js
test/simple/test-executable-path.js
test/simple/test-file-read-noexist.js
test/simple/test-fs-chmod.js
test/simple/test-fs-read-buffer.js
test/simple/test-fs-read.js
test/simple/test-fs-readfile-empty.js
test/simple/test-fs-realpath.js
test/simple/test-fs-stat.js
test/simple/test-fs-symlink.js
test/simple/test-fs-write.js
test/simple/test-http-1.0.js
test/simple/test-http-304.js
test/simple/test-http-cat.js
test/simple/test-http-chunked.js
test/simple/test-http-client-upload.js
test/simple/test-http-exceptions.js
test/simple/test-http-full-response.js
test/simple/test-http-malformed-request.js
test/simple/test-http-parser.js
test/simple/test-http-set-timeout.js
test/simple/test-http-tls.js
test/simple/test-http-wget.js
test/simple/test-http-write-empty-string.js
test/simple/test-memory-usage.js
test/simple/test-mkdir-rmdir.js
test/simple/test-module-loading.js
test/simple/test-net-binary.js
test/simple/test-net-pingpong.js
test/simple/test-net-reconnect.js
test/simple/test-net-tls.js
test/simple/test-next-tick-ordering.js
test/simple/test-readdir.js
test/simple/test-regression-object-prototype.js
test/simple/test-signal-handler.js
test/simple/test-signal-unregister.js
test/simple/test-stdin-from-file.js
test/simple/test-stdout-to-file.js
test/simple/test-string-decoder.js
test/simple/test-utf8-scripts.js