diff -x de.gmo -x fr.gmo -Nrc3p gcc-2.95.2/gcc/f/ChangeLog gcc-2.95.3/gcc/f/ChangeLog *** gcc-2.95.2/gcc/f/ChangeLog Mon Oct 25 07:59:13 1999 --- gcc-2.95.3/gcc/f/ChangeLog Fri Mar 16 12:52:16 2001 *************** *** 1,3 **** --- 1,15 ---- + Fri Mar 16 12:46:19 GMT 2001 Bernd Schmidt (bernds@redhat.com) + + * gcc-2.95.3 Released. + + Mon Mar 13 01:00:55 2000 Toon Moene + + * stw.h (struct _ffestw_): Change type of uses_ to int. + + Fri Feb 18 13:36:50 2000 Martin von Loewis + + * g77spec.c (lang_specific_driver): Use GCCBUGURL. + Sun Oct 24 23:54:10 PDT 1999 Jeff Law (law@cygnus.com) * gcc-2.95.2 Released. diff -x de.gmo -x fr.gmo -Nrc3p gcc-2.95.2/gcc/f/g77spec.c gcc-2.95.3/gcc/f/g77spec.c *** gcc-2.95.2/gcc/f/g77spec.c Thu Aug 5 10:03:27 1999 --- gcc-2.95.3/gcc/f/g77spec.c Fri Feb 18 17:19:30 2000 *************** *** 1,5 **** /* Specific flags and argument handling of the Fortran front-end. ! Copyright (C) 1997, 1999 Free Software Foundation, Inc. This file is part of GNU CC. --- 1,5 ---- /* Specific flags and argument handling of the Fortran front-end. ! Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. *************** For more information on g77 and gcc, typ *** 428,434 **** and `info -f gcc' to read the Info documentation.\n\ \n\ For bug reporting instructions, please see:\n\ ! .\n"); exit (0); break; #endif --- 428,434 ---- and `info -f gcc' to read the Info documentation.\n\ \n\ For bug reporting instructions, please see:\n\ ! %s.\n", GCCBUGURL); exit (0); break; #endif diff -x de.gmo -x fr.gmo -Nrc3p gcc-2.95.2/gcc/f/lang-specs.h gcc-2.95.3/gcc/f/lang-specs.h *** gcc-2.95.2/gcc/f/lang-specs.h Tue May 18 00:35:15 1999 --- gcc-2.95.3/gcc/f/lang-specs.h Thu Jan 25 14:03:39 2001 *************** *** 1,5 **** /* lang-specs.h file for Fortran ! Copyright (C) 1995-1997, 1999 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. --- 1,5 ---- /* lang-specs.h file for Fortran ! Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. *************** the Free Software Foundation, 59 Temple *** 35,41 **** Sun f77, at least) so you test `__unix' rather than `unix'. -D_LANGUAGE_FORTRAN is used by some compilers like SGI and might as well be in there. */ ! {"cpp -lang-c %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I\ %{C:%{!E:%eGNU C does not support -C without using -E}}\ %{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\ %{!no-gcc:-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2}\ --- 35,41 ---- Sun f77, at least) so you test `__unix' rather than `unix'. -D_LANGUAGE_FORTRAN is used by some compilers like SGI and might as well be in there. */ ! {"cpp0 -lang-c %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I\ %{C:%{!E:%eGNU C does not support -C without using -E}}\ %{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\ %{!no-gcc:-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2}\ *************** the Free Software Foundation, 59 Temple *** 85,91 **** %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\ %{!pipe:%g.s} %A\n }}}}"}}, {"@f77-version", ! {"cpp -lang-c %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I \ %{C:%{!E:%eGNU C does not support -C without using -E}} \ %{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG} \ %{!no-gcc:-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2} \ --- 85,91 ---- %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\ %{!pipe:%g.s} %A\n }}}}"}}, {"@f77-version", ! {"cpp0 -lang-c %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I \ %{C:%{!E:%eGNU C does not support -C without using -E}} \ %{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG} \ %{!no-gcc:-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2} \ diff -x de.gmo -x fr.gmo -Nrc3p gcc-2.95.2/gcc/f/stw.h gcc-2.95.3/gcc/f/stw.h *** gcc-2.95.2/gcc/f/stw.h Sat Apr 17 11:58:31 1999 --- gcc-2.95.3/gcc/f/stw.h Mon Mar 13 00:04:11 2000 *************** struct _ffestw_ *** 70,76 **** ffewhereLine line_; /* Where first token of statement triggering state */ ffewhereColumn col_; /* was seen in source file. */ ! char uses_; /* # uses (new+use-kill calls). */ ffestvState state_; int substate_; /* Used on a per-block-state basis. */ #if FFECOM_targetCURRENT == FFECOM_targetGCC --- 70,76 ---- ffewhereLine line_; /* Where first token of statement triggering state */ ffewhereColumn col_; /* was seen in source file. */ ! int uses_; /* # uses (new+use-kill calls). */ ffestvState state_; int substate_; /* Used on a per-block-state basis. */ #if FFECOM_targetCURRENT == FFECOM_targetGCC diff -x de.gmo -x fr.gmo -Nrc3p gcc-2.95.2/gcc/f/version.c gcc-2.95.3/gcc/f/version.c *** gcc-2.95.2/gcc/f/version.c Mon Oct 25 07:49:40 1999 --- gcc-2.95.3/gcc/f/version.c Fri Mar 16 12:52:16 2001 *************** *** 1 **** ! const char *ffe_version_string = "0.5.25 19991024 (release)"; --- 1 ---- ! const char *ffe_version_string = "0.5.25 20010315 (release)"; diff -x de.gmo -x fr.gmo -Nrc3p gcc-2.95.2/libf2c/ChangeLog gcc-2.95.3/libf2c/ChangeLog *** gcc-2.95.2/libf2c/ChangeLog Mon Oct 25 07:59:15 1999 --- gcc-2.95.3/libf2c/ChangeLog Fri Mar 16 12:52:17 2001 *************** *** 1,3 **** --- 1,12 ---- + Fri Mar 16 12:46:19 GMT 2001 Bernd Schmidt (bernds@redhat.com) + + * gcc-2.95.3 Released. + + Mon Jan 24 20:28:35 CET 2000 David M. Gay + + * libI77/endfile.c (t_runc): set state to writing + (b->uwrt = 1) when an endfile statement requires copying the file. + Sun Oct 24 23:54:10 PDT 1999 Jeff Law (law@cygnus.com) * gcc-2.95.2 Released. diff -x de.gmo -x fr.gmo -Nrc3p gcc-2.95.2/libf2c/libF77/Version.c gcc-2.95.3/libf2c/libF77/Version.c *** gcc-2.95.2/libf2c/libF77/Version.c Mon Oct 25 07:49:40 1999 --- gcc-2.95.3/libf2c/libF77/Version.c Fri Mar 16 12:52:18 2001 *************** static char junk[] = "\n@(#)LIBF77 VERSI *** 3,9 **** /* */ ! char __G77_LIBF77_VERSION__[] = "0.5.25 19991024 (release)"; /* 2.00 11 June 1980. File version.c added to library. --- 3,9 ---- /* */ ! char __G77_LIBF77_VERSION__[] = "0.5.25 20010315 (release)"; /* 2.00 11 June 1980. File version.c added to library. diff -x de.gmo -x fr.gmo -Nrc3p gcc-2.95.2/libf2c/libI77/Version.c gcc-2.95.3/libf2c/libI77/Version.c *** gcc-2.95.2/libf2c/libI77/Version.c Mon Oct 25 07:49:40 1999 --- gcc-2.95.3/libf2c/libI77/Version.c Fri Mar 16 12:52:18 2001 *************** static char junk[] = "\n@(#) LIBI77 VERS *** 3,9 **** /* */ ! char __G77_LIBI77_VERSION__[] = "0.5.25 19991024 (release)"; /* 2.01 $ format added --- 3,9 ---- /* */ ! char __G77_LIBI77_VERSION__[] = "0.5.25 20010315 (release)"; /* 2.01 $ format added diff -x de.gmo -x fr.gmo -Nrc3p gcc-2.95.2/libf2c/libI77/endfile.c gcc-2.95.3/libf2c/libI77/endfile.c *** gcc-2.95.2/libf2c/libI77/endfile.c Wed Mar 17 08:21:18 1999 --- gcc-2.95.3/libf2c/libI77/endfile.c Fri Feb 4 19:51:43 2000 *************** t_runc(alist *a) *** 103,108 **** --- 103,109 ---- rewind(tf); if (copy(tf, loc, bf)) goto bad1; + b->uwrt = 1; b->urw = 2; #ifdef NON_UNIX_STDIO if (b->ufmt) { diff -x de.gmo -x fr.gmo -Nrc3p gcc-2.95.2/libf2c/libU77/Version.c gcc-2.95.3/libf2c/libU77/Version.c *** gcc-2.95.2/libf2c/libU77/Version.c Mon Oct 25 07:49:40 1999 --- gcc-2.95.3/libf2c/libU77/Version.c Fri Mar 16 12:52:18 2001 *************** *** 1,6 **** static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; ! char __G77_LIBU77_VERSION__[] = "0.5.25 19991024 (release)"; #include --- 1,6 ---- static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; ! char __G77_LIBU77_VERSION__[] = "0.5.25 20010315 (release)"; #include