[webkit-changes] cvs commit: JavaScriptCore/kjs property_slot.h simple_number.h

Maciej mjs at opensource.apple.com
Wed Sep 28 15:27:40 PDT 2005


mjs         05/09/28 15:27:39

  Modified:    .        ChangeLog
               kjs      property_slot.h simple_number.h
  Log:
  	Patch from George Staikos, reviewed by me.
  
  	- fixed some compile issues on Linux
  
          * kjs/property_slot.h:
          * kjs/simple_number.h:
  
  Revision  Changes    Path
  1.844     +9 -0      JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.843
  retrieving revision 1.844
  diff -u -r1.843 -r1.844
  --- ChangeLog	28 Sep 2005 22:01:13 -0000	1.843
  +++ ChangeLog	28 Sep 2005 22:27:38 -0000	1.844
  @@ -1,3 +1,12 @@
  +2005-09-28  Maciej Stachowiak  <mjs at apple.com>
  +
  +	Patch from George Staikos, reviewed by me.
  +
  +	- fixed some compile issues on Linux
  +	
  +        * kjs/property_slot.h:
  +        * kjs/simple_number.h:
  +
   2005-09-27  Maciej Stachowiak  <mjs at apple.com>
   
           Reviewed by Eric.
  
  
  
  1.6       +1 -1      JavaScriptCore/kjs/property_slot.h
  
  Index: property_slot.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/property_slot.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- property_slot.h	16 Sep 2005 22:42:30 -0000	1.5
  +++ property_slot.h	28 Sep 2005 22:27:39 -0000	1.6
  @@ -108,4 +108,4 @@
   
   }
   
  -#endif _KJS_PROPERTY_SLOT_H_
  +#endif // KJS_PROPERTY_SLOT_H
  
  
  
  1.18      +1 -0      JavaScriptCore/kjs/simple_number.h
  
  Index: simple_number.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/simple_number.h,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- simple_number.h	22 Sep 2005 20:09:49 -0000	1.17
  +++ simple_number.h	28 Sep 2005 22:27:39 -0000	1.18
  @@ -24,6 +24,7 @@
   
   #include <float.h>
   #include <math.h>
  +#include <stdint.h>
   #include <string.h>
   
   // Workaround for a bug in GCC library headers.
  
  
  



More information about the webkit-changes mailing list