X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=JavaScriptCore%2FChangeLog;h=7c268968b605f46a5ea99d24bcbca85c541cf8e4;hp=c82512d24de1931736559c14b7eacbb3f29837ae;hb=376c8b08e24d691b5d08203630b8ebd9e9477e90;hpb=29885cd3c77f892e09cb80a9818e73c3a49b46ed diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog index c82512d24de1..7c268968b605 100644 --- a/JavaScriptCore/ChangeLog +++ b/JavaScriptCore/ChangeLog @@ -1,3 +1,13 @@ +2007-11-15 Eric Seidel + + Reviewed by Sam. + + Clean up match function to match WebKit style + + * JavaScriptCore.xcodeproj/project.pbxproj: + * pcre/pcre_exec.cpp: + (match): + 2007-11-15 Steve Falkenburg Windows build fix.