summaryrefslogtreecommitdiff
path: root/libf2c/ChangeLog
diff options
context:
space:
mode:
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-06 12:09:39 +0000
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-06 12:09:39 +0000
commite4b6f354d7455d734f09e5fbc61b3401a08a2aca (patch)
treea83b79124d799de88e7fc451469c64c17a5013aa /libf2c/ChangeLog
parent7012770bb02276df5e5d0ab15c6b03084dfe1302 (diff)
downloadgcc-e4b6f354d7455d734f09e5fbc61b3401a08a2aca.tar.gz
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 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43806 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/ChangeLog')
-rw-r--r--libf2c/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog
index 264efa32f6b..7f5e7d08111 100644
--- a/libf2c/ChangeLog
+++ b/libf2c/ChangeLog
@@ -1,3 +1,22 @@
+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
+ 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.
+
2001-07-04 Zack Weinberg <zackw@stanford.edu>
* Makefile.in: Take PICFLAG and RUNTESTFLAGS out of FLAGS_TO_PASS.