Changeset 21200 in webkit


Ignore:
Timestamp:
May 1, 2007 2:03:04 AM (17 years ago)
Author:
ap
Message:

2007-05-01 Jungshik Shin <jungshik.shin@gmail.com>

Reviewed by Alexey.


  • kjs/testkjs.cpp:
  • pcre/pcre_compile.c:
Location:
trunk/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r21178 r21200  
     12007-05-01  Jungshik Shin  <jungshik.shin@gmail.com>
     2
     3        Reviewed by Alexey.
     4
     5        - get rid of non-ASCII lteral characters : suppress compiler warnings
     6        http://bugs.webkit.org/show_bug.cgi?id=13551
     7         
     8        * kjs/testkjs.cpp:
     9        * pcre/pcre_compile.c:
     10
    1112007-04-28  Jungshik Shin  <jungshik.shin@gmail.com>
    212
  • trunk/JavaScriptCore/kjs/testkjs.cpp

    r20736 r21200  
    44 *  Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
    55 *  Copyright (C) 2004-2006 Apple Computer, Inc.
    6  *  Copyright (C) 2006 Björn Graf (bjoern.graf@gmail.com)
     6 *  Copyright (C) 2006 Bjoern Graf (bjoern.graf@gmail.com)
    77 *
    88 *  This library is free software; you can redistribute it and/or
  • trunk/JavaScriptCore/pcre/pcre_compile.c

    r20977 r21200  
    295295  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*  72- |     */
    296296  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*  & - 87 50 */
    297   0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*  88- ¬     */
     297  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*  88- 0xAC  */
    298298  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*  - -103 60 */
    299299  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 104- ?     */
Note: See TracChangeset for help on using the changeset viewer.