Prefix all source files with node_
authorRyan Dahl <ry@tinyclouds.org>
Tue, 27 Oct 2009 10:46:58 +0000 (11:46 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 27 Oct 2009 10:46:58 +0000 (11:46 +0100)
commita5df0f6a65edda02aa70732de0321fae188d03ae
treea6454e54fa1ad81cbf41809d5a5886824c76f71f
parent2bac299aed28d3aa03a06f5588bb451be941069f
Prefix all source files with node_
24 files changed:
src/node.cc
src/node.h
src/node_child_process.cc [moved from src/child_process.cc with 99% similarity]
src/node_child_process.h [moved from src/child_process.h with 98% similarity]
src/node_constants.cc [moved from src/constants.cc with 99% similarity]
src/node_constants.h [moved from src/constants.h with 100% similarity]
src/node_dns.cc [moved from src/dns.cc with 99% similarity]
src/node_dns.h [moved from src/dns.h with 100% similarity]
src/node_events.cc [moved from src/events.cc with 99% similarity]
src/node_events.h [moved from src/events.h with 97% similarity]
src/node_file.cc [moved from src/file.cc with 99% similarity]
src/node_file.h [moved from src/file.h with 99% similarity]
src/node_http.cc [moved from src/http.cc with 99% similarity]
src/node_http.h [moved from src/http.h with 99% similarity]
src/node_net.cc [moved from src/net.cc with 99% similarity]
src/node_net.h [moved from src/net.h with 99% similarity]
src/node_object_wrap.h [moved from src/object_wrap.h with 100% similarity]
src/node_signal_handler.cc [moved from src/signal_handler.cc with 98% similarity]
src/node_signal_handler.h [moved from src/signal_handler.h with 96% similarity]
src/node_stdio.cc
src/node_stdio.h
src/node_timer.cc [moved from src/timer.cc with 98% similarity]
src/node_timer.h [moved from src/timer.h with 95% similarity]
wscript