Ignore:
Timestamp:
Jul 4, 2006, 9:13:32 PM (19 years ago)
Author:
darin
Message:

Reviewed by Maciej.
Tweaked a bit by Darin.

  • wtf/MathExtras.h: Added include of <float.h>. (isinf): Fix to return false for NAN. (wtf_fmod): Added. An inline that works around the bug.
  • kjs/nodes.cpp:
  • kjs/number_object.cpp:
  • kjs/operations.cpp:
  • kjs/value.cpp: Added includes of MathExtras.h to all files using fmod.
  • JavaScriptCore.xcodeproj/project.pbxproj: Let Xcode 2.3 have its way with the project.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r15133 r15155  
    268268                E195679909E7CF1200B89D13 /* UnicodeCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E195679509E7CF1200B89D13 /* UnicodeCategory.h */; };
    269269/* End PBXBuildFile section */
    270 
    271 /* Begin PBXBuildStyle section */
    272                 14C137130A560E70006CA9AF /* Development */ = {
    273                         isa = PBXBuildStyle;
    274                         buildSettings = {
    275                                 COPY_PHASE_STRIP = NO;
    276                         };
    277                         name = Development;
    278                 };
    279                 14C137140A560E70006CA9AF /* Deployment */ = {
    280                         isa = PBXBuildStyle;
    281                         buildSettings = {
    282                                 COPY_PHASE_STRIP = YES;
    283                         };
    284                         name = Deployment;
    285                 };
    286 /* End PBXBuildStyle section */
    287270
    288271/* Begin PBXContainerItemProxy section */
     
    12551238                        isa = PBXProject;
    12561239                        buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */;
    1257                         buildSettings = {
    1258                         };
    1259                         buildStyles = (
    1260                                 14C137130A560E70006CA9AF /* Development */,
    1261                                 14C137140A560E70006CA9AF /* Deployment */,
    1262                         );
    12631240                        hasScannedForEncodings = 1;
    12641241                        mainGroup = 0867D691FE84028FC02AAC07 /* JavaScriptCore */;
Note: See TracChangeset for help on using the changeset viewer.