[webkit-changes] cvs commit: WebKitTools/Scripts prepare-ChangeLog

Adele adele at opensource.apple.com
Fri Sep 16 16:04:13 PDT 2005


adele       05/09/16 16:04:13

  Modified:    .        ChangeLog
               Scripts  prepare-ChangeLog
  Log:
          Reviewed by Maciej.
  
          * Scripts/prepare-ChangeLog: Allow semicolons for protocols too.
  
  Revision  Changes    Path
  1.101     +6 -0      WebKitTools/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKitTools/ChangeLog,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- ChangeLog	15 Sep 2005 05:13:52 -0000	1.100
  +++ ChangeLog	16 Sep 2005 23:04:13 -0000	1.101
  @@ -1,3 +1,9 @@
  +2005-09-16  Adele Peterson  <adele at apple.com>
  +
  +        Reviewed by Maciej.
  +
  +        * Scripts/prepare-ChangeLog: Allow semicolons for protocols too.
  +
   2005-09-14  Darin Adler  <darin at apple.com>
   
           - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4291
  
  
  
  1.3       +1 -1      WebKitTools/Scripts/prepare-ChangeLog
  
  Index: prepare-ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKitTools/Scripts/prepare-ChangeLog,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- prepare-ChangeLog	1 Sep 2005 18:51:02 -0000	1.2
  +++ prepare-ChangeLog	16 Sep 2005 23:04:13 -0000	1.3
  @@ -486,7 +486,7 @@
   
   
           # Find function, interface and method names.
  -        while (m&((?:[[:word:]]+::)*operator(?:[ \t]*\(\)|[^()]*)|[[:word:]:~]+|[(){}:;])|\@(?:implementation|interface)\s+(\w+)[^{]*&g)
  +        while (m&((?:[[:word:]]+::)*operator(?:[ \t]*\(\)|[^()]*)|[[:word:]:~]+|[(){}:;])|\@(?:implementation|interface|protocol)\s+(\w+)[^{]*&g)
             {
               # interface name
               if ($2) 
  
  
  



More information about the webkit-changes mailing list