HomeSort by: relevance | last modified time | path
    Searched refs:ChangeLogEntry (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_commit.py 220 class ChangeLogEntry:
479 last_entry = ChangeLogEntry(m.group(1).rstrip('/'),
484 last_entry = ChangeLogEntry(self.find_changelog_location(line),
551 last_entry = ChangeLogEntry(None,
738 entry = ChangeLogEntry(changelog_location,
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_commit.py 212 class ChangeLogEntry:
465 last_entry = ChangeLogEntry(m.group(1).rstrip('/'),
470 last_entry = ChangeLogEntry(self.find_changelog_location(line),
537 last_entry = ChangeLogEntry(None,
715 entry = ChangeLogEntry(changelog_location,

Completed in 16 milliseconds