diff options
author | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-07 14:04:22 +0000 |
---|---|---|
committer | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-07 14:04:22 +0000 |
commit | da76e4db6bca8f3a479a380ed9180ae435a0d7af (patch) | |
tree | 15c493c31ac371cc37d5c3e93a46566e82891584 /libf2c/ChangeLog | |
parent | 6a5dc1f0e121ccacf5c6cfc1cb7c56bd23489594 (diff) | |
download | gcc-da76e4db6bca8f3a479a380ed9180ae435a0d7af.tar.gz |
2001-07-07 Toon Moene <toon@moene.indiv.nluug.nl>
* libI77/Makefile.in: Add necessary dependencies on config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43835 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/ChangeLog')
-rw-r--r-- | libf2c/ChangeLog | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 7f5e7d08111..3b93925d9cf 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,21 +1,25 @@ +2001-07-07 Toon Moene <toon@moene.indiv.nluug.nl> + + * libI77/Makefile.in: Add necessary dependencies on config.h. + 2001-07-06 Toon Moene <toon@moene.indiv.nluug.nl> Pedro Vazquez <vazquez@penelope.iqm.unicamp.br> - * configure.in: Check for fseeko, ftello. - * configure: Rebuilt. - * config.h.in: Rebuilt. - * fio.h: Define FSEEK to be fseek or fseeko, depending + * libI77/configure.in: Check for fseeko, ftello. + * libI77/configure: Rebuilt. + * libI77/config.h.in: Rebuilt. + * libI77/fio.h: Define FSEEK to be fseek or fseeko, depending on configure's findings. Ditto for FTELL and ftell / ftello. - * backspace.c (f_back): Use FSEEK for fseek, FTELL for ftell. - * dfe.c (c_dfe): Ditto. - * due.c (c_due, e_rdue): Ditto. - * endfile.c (t_runc): Ditto. - * err.c (f__nowreading, f__nowwriting): Ditto. - * ftell_.c (G77_ftell_0, G77_fseek_0): Ditto. - * inquire.c (f_inqu): Ditto. - * open.c (f_open): Ditto. - * rdfmt.c (rd_ed): Ditto. - * sue.c (s_wsue, e_wsue, e_rsue): Ditto. + * libI77/backspace.c (f_back): Use FSEEK for fseek, FTELL for ftell. + * libI77/dfe.c (c_dfe): Ditto. + * libI77/due.c (c_due, e_rdue): Ditto. + * libI77/endfile.c (t_runc): Ditto. + * libI77/err.c (f__nowreading, f__nowwriting): Ditto. + * libI77/ftell_.c (G77_ftell_0, G77_fseek_0): Ditto. + * libI77/inquire.c (f_inqu): Ditto. + * libI77/open.c (f_open): Ditto. + * libI77/rdfmt.c (rd_ed): Ditto. + * libI77/sue.c (s_wsue, e_wsue, e_rsue): Ditto. 2001-07-04 Zack Weinberg <zackw@stanford.edu> |