Reviewers: Kasper Lund,

Description:
Merge r2593 to trunk.

Please review this at http://codereview.chromium.org/159697

SVN Base: http://v8.googlecode.com/svn/trunk/

Affected files:
   M     src/version.cc
   M     tools/gyp/v8.gyp
   M     tools/v8.xcodeproj/project.pbxproj


Index: tools/v8.xcodeproj/project.pbxproj
===================================================================
--- tools/v8.xcodeproj/project.pbxproj  (revision 2594)
+++ tools/v8.xcodeproj/project.pbxproj  (working copy)
@@ -512,7 +512,6 @@
                89A15C630EE4661A00B48DEB /* bytecodes-irregexp.h */ = {isa =  
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h;  
path = "bytecodes-irregexp.h"; sourceTree = "<group>"; };
                89A15C660EE4665300B48DEB /* interpreter-irregexp.cc */ = {isa = 
 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp;  
path = "interpreter-irregexp.cc"; sourceTree = "<group>"; };
                89A15C670EE4665300B48DEB /* interpreter-irregexp.h */ = {isa =  
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h;  
path = "interpreter-irregexp.h"; sourceTree = "<group>"; };
-               89A15C680EE4665300B48DEB /* jsregexp-inl.h */ = {isa = 
PBXFileReference;  
fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path  
= "jsregexp-inl.h"; sourceTree = "<group>"; };
                89A15C6D0EE466A900B48DEB /* platform-freebsd.cc */ = {isa =  
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp;  
path = "platform-freebsd.cc"; sourceTree = "<group>"; };
                89A15C700EE466D000B48DEB /* regexp-macro-assembler-arm.cc */ = 
{isa =  
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp;  
name = "regexp-macro-assembler-arm.cc"; path  
= "arm/regexp-macro-assembler-arm.cc"; sourceTree = "<group>"; };
                89A15C710EE466D000B48DEB /* regexp-macro-assembler-arm.h */ = 
{isa =  
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h;  
name = "regexp-macro-assembler-arm.h"; path  
= "arm/regexp-macro-assembler-arm.h"; sourceTree = "<group>"; };
@@ -733,7 +732,6 @@
                                897FF14D0E719B8F00D62E90 /* ic.h */,
                                89A15C660EE4665300B48DEB /* 
interpreter-irregexp.cc */,
                                89A15C670EE4665300B48DEB /* 
interpreter-irregexp.h */,
-                               89A15C680EE4665300B48DEB /* jsregexp-inl.h */,
                                897FF14E0E719B8F00D62E90 /* jsregexp.cc */,
                                897FF14F0E719B8F00D62E90 /* jsregexp.h */,
                                58950D4E0F55514900F3E8BA /* jump-target-arm.cc 
*/,
Index: tools/gyp/v8.gyp
===================================================================
--- tools/gyp/v8.gyp    (revision 2594)
+++ tools/gyp/v8.gyp    (working copy)
@@ -282,7 +282,6 @@
          '../../src/jump-target.cc',
          '../../src/jump-target.h',
          '../../src/jump-target-inl.h',
-        '../../src/jsregexp-inl.h',
          '../../src/jsregexp.cc',
          '../../src/jsregexp.h',
          '../../src/list-inl.h',
Index: src/version.cc
===================================================================
--- src/version.cc      (revision 2594)
+++ src/version.cc      (working copy)
@@ -35,7 +35,7 @@
  #define MAJOR_VERSION     1
  #define MINOR_VERSION     3
  #define BUILD_NUMBER      1
-#define PATCH_LEVEL       0
+#define PATCH_LEVEL       1
  #define CANDIDATE_VERSION false

  // Define SONAME to have the SCons build the put a specific SONAME into the



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to