comparison contrib/gennews @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
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-2017 Free Software Foundation, Inc. 6 # Copyright (C) 2000-2018 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-8/index.html gcc-8/changes.html
26 gcc-7/index.html gcc-7/changes.html 27 gcc-7/index.html gcc-7/changes.html
27 gcc-6/index.html gcc-6/changes.html 28 gcc-6/index.html gcc-6/changes.html
28 gcc-5/index.html gcc-5/changes.html 29 gcc-5/index.html gcc-5/changes.html
29 gcc-4.9/index.html gcc-4.9/changes.html 30 gcc-4.9/index.html gcc-4.9/changes.html
30 gcc-4.8/index.html gcc-4.8/changes.html 31 gcc-4.8/index.html gcc-4.8/changes.html