Lines Matching refs:fixChangeLogPatch
5892 Moreover, changes fixChangeLogPatch() to move entries inserted earlier
5895 Currently, fixChangeLogPatch() explicitly bails out and returns an unchanged
5905 … * Scripts/VCSUtils.pm: Modified fixChangeLogPatch() to move entries inserted earlier to the top.
5907 * Scripts/webkitperl/VCSUtils_unittest/fixChangeLogPatch.pl:
5909 - "fixChangeLogPatch: New entry inserted in middle."
5910 (formerly named "fixChangeLogPatch: [no change] New entry inserted in middle.")
5912 …- "fixChangeLogPatch: New entry inserted earlier in the file, but after an entry with the same aut…
5913 …(formerly named "fixChangeLogPatch: [no change] New entry inserted earlier in the file, but after …
17300 Make VCSUtils::fixChangeLogPatch() return a reference to a hash
17304 Currently, VCSUtils::fixChangeLogPatch() returns a string that
17308 make VCSUtils::fixChangeLogPatch() return a reference to hash
17312 - Modified fixChangeLogPatch() to return a reference to a
17314 - Added documentation to fixChangeLogPatch().
17322 * Scripts/webkitperl/VCSUtils_unittest/fixChangeLogPatch.pl:
20146 * Scripts/webkitperl/VCSUtils_unittest/fixChangeLogPatch.pl:
20148 "fixChangeLogPatch: [no change] In-place change."
20149 "fixChangeLogPatch: [no change] Remove first entry."
20150 "fixChangeLogPatch: [no change] Remove entry in the middle."
20151 "fixChangeLogPatch: [no change] Far apart changes (i.e. more than one chunk)."
29001 Fixes an issue where VCSUtils::fixChangeLogPatch() may read off the end of
29008 - Added for-loop constraint to fixChangeLogPatch() so that it does not
29010 * Scripts/webkitperl/VCSUtils_unittest/fixChangeLogPatch.pl: Added unit test.