Home | History | Annotate | Download | only in Scripts

Lines Matching refs:prefixes

294 # Build the list of ChangeLog prefixes in the correct project order
295 my @prefixes;
317 push @prefixes, $prefixesSort{$prefixSort};
322 foreach my $prefix (@prefixes) {
348 foreach my $prefix (@prefixes) {
368 print substr($prefix, 0, length($prefix) - 1) . ":\n\n" unless (scalar @prefixes) == 1;