Rename runtime/base/zend_* to zend-
commit4aba0c8a0827334da652d217d2892325390c9a9d
authorEdwin Smith <smith@fb.com>
Thu, 1 Aug 2013 16:07:24 +0000 (1 09:07 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 2 Aug 2013 21:22:10 +0000 (2 14:22 -0700)
tree06587c63f969d0b87acdeefba131762ff721f880
parent7eb3f8fb4ec7dad9c891a370aa62e55172b65573
Rename runtime/base/zend_* to zend-

Incrementally renaming foo_bar.* to foo-bar.*.  runtime/vm
is nearly done, getting started on runtime/base.  This does
a dozen or so files, will do more in separate diffs.

Differential Revision: D910489
88 files changed:
hphp/compiler/analysis/analysis_result.cpp
hphp/compiler/analysis/class_scope.cpp
hphp/compiler/analysis/emitter.cpp
hphp/compiler/analysis/function_scope.cpp
hphp/compiler/expression/binary_op_expression.cpp
hphp/compiler/expression/simple_function_call.cpp
hphp/runtime/base/comparisons.cpp
hphp/runtime/base/file.cpp
hphp/runtime/base/file_repository.cpp
hphp/runtime/base/hardware_counter.cpp
hphp/runtime/base/hphp_system.h
hphp/runtime/base/ini_setting.cpp
hphp/runtime/base/md5.h
hphp/runtime/base/preg.cpp
hphp/runtime/base/sort_helpers.h
hphp/runtime/base/string_buffer.cpp
hphp/runtime/base/string_data.cpp
hphp/runtime/base/string_util.cpp
hphp/runtime/base/thread_init_fini.cpp
hphp/runtime/base/tv_helpers.cpp
hphp/runtime/base/type_array.cpp
hphp/runtime/base/type_string.cpp
hphp/runtime/base/type_variant.cpp
hphp/runtime/base/variable_serializer.cpp
hphp/runtime/base/variable_unserializer.cpp
hphp/runtime/base/zend-collator.cpp [moved from hphp/runtime/base/zend_collator.cpp with 99% similarity]
hphp/runtime/base/zend-collator.h [moved from hphp/runtime/base/zend_collator.h with 100% similarity]
hphp/runtime/base/zend-functions.cpp [moved from hphp/runtime/base/zend_functions.cpp with 98% similarity]
hphp/runtime/base/zend-functions.h [moved from hphp/runtime/base/zend_functions.h with 100% similarity]
hphp/runtime/base/zend-ini.lex.yy.cpp [moved from hphp/runtime/base/zend_ini.lex.yy.cpp with 99% similarity]
hphp/runtime/base/zend-ini.tab.cpp [moved from hphp/runtime/base/zend_ini.tab.cpp with 99% similarity]
hphp/runtime/base/zend-ini.tab.hpp [moved from hphp/runtime/base/zend_ini.tab.hpp with 100% similarity]
hphp/runtime/base/zend-ini.x [moved from hphp/runtime/base/zend_ini.x with 99% similarity]
hphp/runtime/base/zend-ini.y [moved from hphp/runtime/base/zend_ini.y with 99% similarity]
hphp/runtime/base/zend-math.h [moved from hphp/runtime/base/zend_math.h with 100% similarity]
hphp/runtime/base/zend-multiply.h [moved from hphp/runtime/base/zend_multiply.h with 100% similarity]
hphp/runtime/base/zend-pack.cpp [moved from hphp/runtime/base/zend_pack.cpp with 99% similarity]
hphp/runtime/base/zend-pack.h [moved from hphp/runtime/base/zend_pack.h with 100% similarity]
hphp/runtime/base/zend-php-config.h [moved from hphp/runtime/base/zend_php_config.h with 100% similarity]
hphp/runtime/base/zend-printf.cpp [moved from hphp/runtime/base/zend_printf.cpp with 99% similarity]
hphp/runtime/base/zend-printf.h [moved from hphp/runtime/base/zend_printf.h with 100% similarity]
hphp/runtime/base/zend-qsort.cpp [moved from hphp/runtime/base/zend_qsort.cpp with 98% similarity]
hphp/runtime/base/zend-qsort.h [moved from hphp/runtime/base/zend_qsort.h with 100% similarity]
hphp/runtime/base/zend-rand.cpp [moved from hphp/runtime/base/zend_rand.cpp with 99% similarity]
hphp/runtime/base/zend-scanf.cpp [moved from hphp/runtime/base/zend_scanf.cpp with 99% similarity]
hphp/runtime/base/zend-scanf.h [moved from hphp/runtime/base/zend_scanf.h with 100% similarity]
hphp/runtime/base/zend-string.cpp [moved from hphp/runtime/base/zend_string.cpp with 99% similarity]
hphp/runtime/base/zend-string.h [moved from hphp/runtime/base/zend_string.h with 100% similarity]
hphp/runtime/base/zend-strtod.cpp [moved from hphp/runtime/base/zend_strtod.cpp with 99% similarity]
hphp/runtime/base/zend-strtod.h [moved from hphp/runtime/base/zend_strtod.h with 100% similarity]
hphp/runtime/base/zend-url.cpp [moved from hphp/runtime/base/zend_url.cpp with 99% similarity]
hphp/runtime/base/zend-url.h [moved from hphp/runtime/base/zend_url.h with 100% similarity]
hphp/runtime/ext/ext_array.cpp
hphp/runtime/ext/ext_array.h
hphp/runtime/ext/ext_file.cpp
hphp/runtime/ext/ext_hotprofiler.cpp
hphp/runtime/ext/ext_iconv.cpp
hphp/runtime/ext/ext_icu_ucnv.h
hphp/runtime/ext/ext_image.cpp
hphp/runtime/ext/ext_image.h
hphp/runtime/ext/ext_imap.cpp
hphp/runtime/ext/ext_intl.cpp
hphp/runtime/ext/ext_intl.h
hphp/runtime/ext/ext_math.cpp
hphp/runtime/ext/ext_math.h
hphp/runtime/ext/ext_mb.cpp
hphp/runtime/ext/ext_misc.cpp
hphp/runtime/ext/ext_openssl.cpp
hphp/runtime/ext/ext_options.cpp
hphp/runtime/ext/ext_process.cpp
hphp/runtime/ext/ext_session.cpp
hphp/runtime/ext/ext_stream.cpp
hphp/runtime/ext/ext_string.cpp
hphp/runtime/ext/ext_string.h
hphp/runtime/ext/ext_url.cpp
hphp/runtime/ext/ext_xml.cpp
hphp/runtime/ext/filter/logical_filters.cpp
hphp/runtime/ext/filter/sanitizing_filters.cpp
hphp/runtime/server/http_protocol.cpp
hphp/runtime/server/replay_transport.cpp
hphp/runtime/server/transport.cpp
hphp/runtime/server/upload.cpp
hphp/runtime/vm/jit/translator-x64.cpp
hphp/runtime/vm/runtime.cpp
hphp/system/idl/icu_ucnv.idl.json
hphp/system/idl/intl.idl.json
hphp/test/ext/test_util.cpp
hphp/tools/license.php