comparison contrib/gennews @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
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, 2001, 2002, 2003, 2004, 2005, 2008, 2009 6 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010
7 # Free Software Foundation, Inc. 7 # Free Software Foundation, Inc.
8 # This file is part of GCC. 8 # This file is part of GCC.
9 # 9 #
10 # GCC is free software; you can redistribute it and/or modify 10 # GCC is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by 11 # it under the terms of the GNU General Public License as published by
22 # the Free Software Foundation, 51 Franklin Street, Fifth Floor, 22 # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
23 # Boston, MA 02110-1301, USA. 23 # Boston, MA 02110-1301, USA.
24 24
25 website=http://gcc.gnu.org/ 25 website=http://gcc.gnu.org/
26 files=" 26 files="
27 gcc-4.5/index.html gcc-4.5/changes.html
27 gcc-4.4/index.html gcc-4.4/changes.html 28 gcc-4.4/index.html gcc-4.4/changes.html
28 gcc-4.3/index.html gcc-4.3/changes.html 29 gcc-4.3/index.html gcc-4.3/changes.html
29 gcc-4.2/index.html gcc-4.2/changes.html 30 gcc-4.2/index.html gcc-4.2/changes.html
30 gcc-4.1/index.html gcc-4.1/changes.html 31 gcc-4.1/index.html gcc-4.1/changes.html
31 gcc-4.0/index.html gcc-4.0/changes.html 32 gcc-4.0/index.html gcc-4.0/changes.html