Searched refs:parsePatch (Results 1 – 6 of 6) sorted by relevance
83 my @gotDiffHashRefs = parsePatch($fileHandle);
102 my @diffHashRefs = parsePatch(*ARGV);
123 my @diffHashRefs = parsePatch(*ARGV);
72 &parsePatch1231 sub parsePatch($;$) subroutine
1956 - Added to parsePatch() the ability to process multiple return1970 * Scripts/webkitperl/VCSUtils_unittest/parsePatch.pl:2762 of a file diff (since the parsePatch() subroutine already2768 of a file diff (since the parsePatch() subroutine already3118 parsePatch() subroutine.3127 - Replaced main while loop with calls to parsePatch() and3131 - Replaced main while loop with calls to parsePatch() and17977 - Added parsePatch().17985 * Scripts/webkitperl/VCSUtils_unittest/parsePatch.pl: Added.17986 - Added unit tests for parsePatch().
1381 … - Modified parsePatch() and parseDiff() to take an optional hash reference to an options hash.1387 …to parsePatch() since these unit tests don't create mock files. Instead, created unit tests that u…