Changeset 10412 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Aug 31, 2005, 12:57:56 AM (20 years ago)
Author:
darin
Message:

Reviewed, tweaked, and landed by Darin.

  • kjs/config.h: Added a WIN32 case in here, with suitable defines. (To be tweaked as necessary.)
  • kjs/function.cpp: Took out APPLE_CHANGES around use of ICU.
  • kjs/operations.cpp: Removed some bogus code that always set HAVE_FLOAT_H.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r10399 r10412  
     12005-08-31  Justin Haygood  <[email protected]>
     2
     3        Reviewed, tweaked, and landed by Darin.
     4
     5        - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4085
     6        - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4087
     7        - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4096
     8          Some fixes for compiling on windows.
     9
     10        * kjs/config.h: Added a WIN32 case in here, with suitable defines.
     11        (To be tweaked as necessary.)
     12        * kjs/function.cpp: Took out APPLE_CHANGES around use of ICU.
     13        * kjs/operations.cpp: Removed some bogus code that always set HAVE_FLOAT_H.
     14
    1152005-08-30  Darin Adler  <[email protected]>
    216
Note: See TracChangeset for help on using the changeset viewer.