[webkit-changes] cvs commit: JavaScriptCore ChangeLog

Geoffrey ggaren at opensource.apple.com
Thu Nov 3 18:34:00 PST 2005


ggaren      05/11/03 18:34:00

  Modified:    .        ChangeLog
  Log:
  changelog fixup in response to email from Darin
  
  Revision  Changes    Path
  1.874     +2 -1      JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.873
  retrieving revision 1.874
  diff -u -r1.873 -r1.874
  --- ChangeLog	4 Nov 2005 01:38:16 -0000	1.873
  +++ ChangeLog	4 Nov 2005 02:33:57 -0000	1.874
  @@ -21,7 +21,8 @@
   
           We now update lastIndex relative to the start of the last match,
           rather than the start of the last search. We used to assume that
  -        the two were equal, but that may not be the case in $ matches.
  +        the two were equal, but that is not the case when a pattern
  +        matches at a character after the first in the string.
   
           * kjs/regexp_object.cpp:
           (RegExpProtoFuncImp::callAsFunction):
  
  
  



More information about the webkit-changes mailing list