Commit 05beab6b authored by floitschV8@gmail.com's avatar floitschV8@gmail.com

Rename files containing underscores.

Review URL: http://codereview.chromium.org/1102002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4191 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 4db15f12
...@@ -57,7 +57,7 @@ SOURCES = { ...@@ -57,7 +57,7 @@ SOURCES = {
debug-agent.cc debug-agent.cc
debug.cc debug.cc
disassembler.cc disassembler.cc
diy_fp.cc diy-fp.cc
execution.cc execution.cc
factory.cc factory.cc
flags.cc flags.cc
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#ifndef V8_CACHED_POWERS_H_ #ifndef V8_CACHED_POWERS_H_
#define V8_CACHED_POWERS_H_ #define V8_CACHED_POWERS_H_
#include "diy_fp.h" #include "diy-fp.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
...@@ -55,7 +55,7 @@ struct CachedPower { ...@@ -55,7 +55,7 @@ struct CachedPower {
#define GRISU_CACHE_OFFSET kCachedPowerOffset #define GRISU_CACHE_OFFSET kCachedPowerOffset
#define GRISU_UINT64_C V8_2PART_UINT64_C #define GRISU_UINT64_C V8_2PART_UINT64_C
// The following include imports the precompiled cached powers. // The following include imports the precompiled cached powers.
#include "powers_ten.h" // NOLINT #include "powers-ten.h" // NOLINT
static const double kD_1_LOG2_10 = 0.30102999566398114; // 1 / lg(10) static const double kD_1_LOG2_10 = 0.30102999566398114; // 1 / lg(10)
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "v8.h" #include "v8.h"
#include "diy_fp.h" #include "diy-fp.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#ifndef V8_DOUBLE_H_ #ifndef V8_DOUBLE_H_
#define V8_DOUBLE_H_ #define V8_DOUBLE_H_
#include "diy_fp.h" #include "diy-fp.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
#include "fast-dtoa.h" #include "fast-dtoa.h"
#include "cached_powers.h" #include "cached-powers.h"
#include "diy_fp.h" #include "diy-fp.h"
#include "double.h" #include "double.h"
namespace v8 { namespace v8 {
......
// Copyright 2010 the V8 project authors. All rights reserved. // Copyright 2010 the V8 project authors. All rights reserved.
// ------------ GENERATED FILE ---------------- // ------------ GENERATED FILE ----------------
// command used: // command used:
// tools/generate-ten-powers --from -308 --to 342 --mantissa-size 64 --round round -o src/powers_ten.h // NOLINT // tools/generate-ten-powers --from -308 --to 342 --mantissa-size 64 --round round -o src/powers-ten.h // NOLINT
// This file is intended to be included inside another .h or .cc files // This file is intended to be included inside another .h or .cc files
// with the following defines set: // with the following defines set:
......
...@@ -34,7 +34,7 @@ Import('context object_files') ...@@ -34,7 +34,7 @@ Import('context object_files')
SOURCES = { SOURCES = {
'all': [ 'all': [
'gay_shortest.cc', 'gay-shortest.cc',
'test-accessors.cc', 'test-accessors.cc',
'test-alloc.cc', 'test-alloc.cc',
'test-api.cc', 'test-api.cc',
...@@ -45,7 +45,7 @@ SOURCES = { ...@@ -45,7 +45,7 @@ SOURCES = {
'test-dataflow.cc', 'test-dataflow.cc',
'test-debug.cc', 'test-debug.cc',
'test-decls.cc', 'test-decls.cc',
'test-diy_fp.cc', 'test-diy-fp.cc',
'test-double.cc', 'test-double.cc',
'test-fast-dtoa.cc', 'test-fast-dtoa.cc',
'test-flags.cc', 'test-flags.cc',
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "v8.h" #include "v8.h"
#include "gay_shortest.h" #include "gay-shortest.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "platform.h" #include "platform.h"
#include "cctest.h" #include "cctest.h"
#include "diy_fp.h" #include "diy-fp.h"
using namespace v8::internal; using namespace v8::internal;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "platform.h" #include "platform.h"
#include "cctest.h" #include "cctest.h"
#include "diy_fp.h" #include "diy-fp.h"
#include "double.h" #include "double.h"
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
#include "platform.h" #include "platform.h"
#include "cctest.h" #include "cctest.h"
#include "diy_fp.h" #include "diy-fp.h"
#include "double.h" #include "double.h"
#include "fast-dtoa.h" #include "fast-dtoa.h"
#include "gay_shortest.h" #include "gay-shortest.h"
using namespace v8::internal; using namespace v8::internal;
......
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
'../../src/builtins.cc', '../../src/builtins.cc',
'../../src/builtins.h', '../../src/builtins.h',
'../../src/bytecodes-irregexp.h', '../../src/bytecodes-irregexp.h',
'../../src/cached_powers.h', '../../src/cached-powers.h',
'../../src/char-predicates-inl.h', '../../src/char-predicates-inl.h',
'../../src/char-predicates.h', '../../src/char-predicates.h',
'../../src/checks.cc', '../../src/checks.cc',
...@@ -269,8 +269,8 @@ ...@@ -269,8 +269,8 @@
'../../src/disassembler.cc', '../../src/disassembler.cc',
'../../src/disassembler.h', '../../src/disassembler.h',
'../../src/dtoa-config.c', '../../src/dtoa-config.c',
'../../src/diy_fp.cc', '../../src/diy-fp.cc',
'../../src/diy_fp.h', '../../src/diy-fp.h',
'../../src/double.h', '../../src/double.h',
'../../src/execution.cc', '../../src/execution.cc',
'../../src/execution.h', '../../src/execution.h',
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
'../../src/parser.cc', '../../src/parser.cc',
'../../src/parser.h', '../../src/parser.h',
'../../src/platform.h', '../../src/platform.h',
'../../src/powers_ten.h', '../../src/powers-ten.h',
'../../src/prettyprinter.cc', '../../src/prettyprinter.cc',
'../../src/prettyprinter.h', '../../src/prettyprinter.h',
'../../src/property.cc', '../../src/property.cc',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment