[Webkit-unassigned] [Bug 21591] prepare-ChangeLog should know how to find functions in Perl files
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 5 15:13:51 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=21591
--- Comment #6 from Adam Roben (:aroben) <aroben at apple.com> 2011-07-05 15:13:51 PST ---
(From update of attachment 99751)
View in context: https://bugs.webkit.org/attachment.cgi?id=99751&action=review
> Tools/Scripts/prepare-ChangeLog:1227
> + if (/^sub ([^(]+)/) {
I tweaked this to:
/^sub\s+([^(\s]+)/
This better handles functions which have no prototype, and is a little more lenient about spaces after "sub".
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list