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 = {
debug-agent.cc
debug.cc
disassembler.cc
diy_fp.cc
diy-fp.cc
execution.cc
factory.cc
flags.cc
......
......@@ -28,7 +28,7 @@
#ifndef V8_CACHED_POWERS_H_
#define V8_CACHED_POWERS_H_
#include "diy_fp.h"
#include "diy-fp.h"
namespace v8 {
namespace internal {
......@@ -55,7 +55,7 @@ struct CachedPower {
#define GRISU_CACHE_OFFSET kCachedPowerOffset
#define GRISU_UINT64_C V8_2PART_UINT64_C
// 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)
......
......@@ -27,7 +27,7 @@
#include "v8.h"
#include "diy_fp.h"
#include "diy-fp.h"
namespace v8 {
namespace internal {
......
......@@ -28,7 +28,7 @@
#ifndef V8_DOUBLE_H_
#define V8_DOUBLE_H_
#include "diy_fp.h"
#include "diy-fp.h"
namespace v8 {
namespace internal {
......
......@@ -29,8 +29,8 @@
#include "fast-dtoa.h"
#include "cached_powers.h"
#include "diy_fp.h"
#include "cached-powers.h"
#include "diy-fp.h"
#include "double.h"
namespace v8 {
......
// Copyright 2010 the V8 project authors. All rights reserved.
// ------------ GENERATED FILE ----------------
// 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
// with the following defines set:
......
......@@ -34,7 +34,7 @@ Import('context object_files')
SOURCES = {
'all': [
'gay_shortest.cc',
'gay-shortest.cc',
'test-accessors.cc',
'test-alloc.cc',
'test-api.cc',
......@@ -45,7 +45,7 @@ SOURCES = {
'test-dataflow.cc',
'test-debug.cc',
'test-decls.cc',
'test-diy_fp.cc',
'test-diy-fp.cc',
'test-double.cc',
'test-fast-dtoa.cc',
'test-flags.cc',
......
......@@ -31,7 +31,7 @@
#include "v8.h"
#include "gay_shortest.h"
#include "gay-shortest.h"
namespace v8 {
namespace internal {
......@@ -6,7 +6,7 @@
#include "platform.h"
#include "cctest.h"
#include "diy_fp.h"
#include "diy-fp.h"
using namespace v8::internal;
......
......@@ -6,7 +6,7 @@
#include "platform.h"
#include "cctest.h"
#include "diy_fp.h"
#include "diy-fp.h"
#include "double.h"
......
......@@ -6,10 +6,10 @@
#include "platform.h"
#include "cctest.h"
#include "diy_fp.h"
#include "diy-fp.h"
#include "double.h"
#include "fast-dtoa.h"
#include "gay_shortest.h"
#include "gay-shortest.h"
using namespace v8::internal;
......
......@@ -229,7 +229,7 @@
'../../src/builtins.cc',
'../../src/builtins.h',
'../../src/bytecodes-irregexp.h',
'../../src/cached_powers.h',
'../../src/cached-powers.h',
'../../src/char-predicates-inl.h',
'../../src/char-predicates.h',
'../../src/checks.cc',
......@@ -269,8 +269,8 @@
'../../src/disassembler.cc',
'../../src/disassembler.h',
'../../src/dtoa-config.c',
'../../src/diy_fp.cc',
'../../src/diy_fp.h',
'../../src/diy-fp.cc',
'../../src/diy-fp.h',
'../../src/double.h',
'../../src/execution.cc',
'../../src/execution.h',
......@@ -340,7 +340,7 @@
'../../src/parser.cc',
'../../src/parser.h',
'../../src/platform.h',
'../../src/powers_ten.h',
'../../src/powers-ten.h',
'../../src/prettyprinter.cc',
'../../src/prettyprinter.h',
'../../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