Rename _ to - in runtime/base, part 2
commit0b6b3369226d2dbeae72c537e1334aaa70dfd75a
authorEdwin Smith <smith@fb.com>
Thu, 1 Aug 2013 16:53:22 +0000 (1 09:53 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 5 Aug 2013 21:42:11 +0000 (5 14:42 -0700)
treee12a0c30e3981bc50e46b08010337ada3001bd99
parentf27622b4e1ea4629fd23ae1020fff3a79db5d3dd
Rename _ to - in runtime/base, part 2

Differential Revision: D912410
58 files changed:
hphp/compiler/analysis/emitter.cpp
hphp/compiler/analysis/function_scope.cpp
hphp/compiler/analysis/symbol_table.cpp
hphp/runtime/base/array_data.cpp
hphp/runtime/base/builtin_functions.cpp
hphp/runtime/base/builtin_functions.h
hphp/runtime/base/class_info.cpp
hphp/runtime/base/concurrent_shared_store.cpp
hphp/runtime/base/file-stream-wrapper.cpp [moved from hphp/runtime/base/file_stream_wrapper.cpp with 83% similarity]
hphp/runtime/base/file-stream-wrapper.h [moved from hphp/runtime/base/file_stream_wrapper.h with 80% similarity]
hphp/runtime/base/file.cpp
hphp/runtime/base/file_repository.cpp
hphp/runtime/base/hphp_array.cpp
hphp/runtime/base/http-stream-wrapper.cpp [moved from hphp/runtime/base/http_stream_wrapper.cpp with 89% similarity]
hphp/runtime/base/http-stream-wrapper.h [moved from hphp/runtime/base/http_stream_wrapper.h with 73% similarity]
hphp/runtime/base/object_data.cpp
hphp/runtime/base/php-stream-wrapper.cpp [moved from hphp/runtime/base/php_stream_wrapper.cpp with 88% similarity]
hphp/runtime/base/php-stream-wrapper.h [moved from hphp/runtime/base/php_stream_wrapper.h with 76% similarity]
hphp/runtime/base/program_functions.cpp
hphp/runtime/base/ref_data.cpp
hphp/runtime/base/resource_data.cpp
hphp/runtime/base/stream-wrapper-registry.cpp [moved from hphp/runtime/base/stream_wrapper_registry.cpp with 91% similarity]
hphp/runtime/base/stream-wrapper-registry.h [moved from hphp/runtime/base/stream_wrapper_registry.h with 79% similarity]
hphp/runtime/base/stream-wrapper.cpp [moved from hphp/runtime/base/stream_wrapper.cpp with 68% similarity]
hphp/runtime/base/stream-wrapper.h [moved from hphp/runtime/base/stream_wrapper.h with 82% similarity]
hphp/runtime/base/string_buffer.cpp
hphp/runtime/base/thrift_buffer.cpp
hphp/runtime/base/thrift_buffer.h
hphp/runtime/base/type_array.cpp
hphp/runtime/base/type_object.cpp
hphp/runtime/base/type_resource.cpp
hphp/runtime/base/type_string.cpp
hphp/runtime/base/type_variant.cpp
hphp/runtime/base/user-stream-wrapper.cpp [moved from hphp/runtime/base/user_stream_wrapper.cpp with 79% similarity]
hphp/runtime/base/user-stream-wrapper.h [moved from hphp/runtime/base/user_stream_wrapper.h with 76% similarity]
hphp/runtime/base/utf8-decode.cpp [moved from hphp/runtime/base/utf8_decode.cpp with 99% similarity]
hphp/runtime/base/utf8-decode.h [moved from hphp/runtime/base/utf8_decode.h with 100% similarity]
hphp/runtime/base/variable-serializer.cpp [moved from hphp/runtime/base/variable_serializer.cpp with 98% similarity]
hphp/runtime/base/variable-serializer.h [moved from hphp/runtime/base/variable_serializer.h with 93% similarity]
hphp/runtime/base/variable-unserializer.cpp [moved from hphp/runtime/base/variable_unserializer.cpp with 86% similarity]
hphp/runtime/base/variable-unserializer.h [moved from hphp/runtime/base/variable_unserializer.h with 93% similarity]
hphp/runtime/base/zip-file.cpp [moved from hphp/runtime/base/zip_file.cpp with 88% similarity]
hphp/runtime/base/zip-file.h [moved from hphp/runtime/base/zip_file.h with 83% similarity]
hphp/runtime/debugger/debugger_client.cpp
hphp/runtime/debugger/debugger_thrift_buffer.cpp
hphp/runtime/debugger/debugger_thrift_buffer.h
hphp/runtime/ext/JSON_parser.cpp
hphp/runtime/ext/ext_apc.cpp
hphp/runtime/ext/ext_collections.cpp
hphp/runtime/ext/ext_file.cpp
hphp/runtime/ext/ext_ipc.cpp
hphp/runtime/ext/ext_json.cpp
hphp/runtime/ext/ext_phar.cpp
hphp/runtime/ext/ext_session.cpp
hphp/runtime/ext/ext_stream.cpp
hphp/runtime/ext/ext_variable.cpp
hphp/runtime/ext/ext_zlib.cpp
hphp/tools/license.php