comparison contrib/gennews @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 #! /bin/sh 1 #! /bin/sh
2 # 2 #
3 # Script to generate the NEWS file from online release notes. 3 # Script to generate the NEWS file from online release notes.
4 # Contributed by Joseph Myers <jsm28@cam.ac.uk>. 4 # Contributed by Joseph Myers <jsm28@cam.ac.uk>.
5 # 5 #
6 # Copyright (C) 2000-2018 Free Software Foundation, Inc. 6 # Copyright (C) 2000-2019 Free Software Foundation, Inc.
7 # This file is part of GCC. 7 # This file is part of GCC.
8 # 8 #
9 # GCC is free software; you can redistribute it and/or modify 9 # GCC is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by 10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; either version 3, or (at your option) 11 # the Free Software Foundation; either version 3, or (at your option)
21 # the Free Software Foundation, 51 Franklin Street, Fifth Floor, 21 # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
22 # Boston, MA 02110-1301, USA. 22 # Boston, MA 02110-1301, USA.
23 23
24 website=http://gcc.gnu.org/ 24 website=http://gcc.gnu.org/
25 files=" 25 files="
26 gcc-9/index.html gcc-9/changes.html
26 gcc-8/index.html gcc-8/changes.html 27 gcc-8/index.html gcc-8/changes.html
27 gcc-7/index.html gcc-7/changes.html 28 gcc-7/index.html gcc-7/changes.html
28 gcc-6/index.html gcc-6/changes.html 29 gcc-6/index.html gcc-6/changes.html
29 gcc-5/index.html gcc-5/changes.html 30 gcc-5/index.html gcc-5/changes.html
30 gcc-4.9/index.html gcc-4.9/changes.html 31 gcc-4.9/index.html gcc-4.9/changes.html