X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libf2c%2FChangeLog;h=b8f07d6fea6acc66141f3b20f2833bcf1917d8b7;hb=949aa2c669581698fe6fe931a6634c332988b7d3;hp=7e705f1961c1cdba4905eedbb58953a9892d796e;hpb=a8d8247979ab84f6b1b4f725a5a2895a487cc4b8;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 7e705f1961c..b8f07d6fea6 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,178 @@ +Thu Feb 5 15:08:08 2004 Geoffrey Keating + + PR 12179 + * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Use 'gcc', not 'gcc-lib'. + Add comment about poorly-named variables. + * Makefile.in (libsubdir): Use 'gcc', not 'gcc-lib'. + * configure: Regenerate. + +2004-01-14 Kelley Cook + + * libF77/configure.in: Update to AC_PREREQ(2.13) + * libI77/configure.in: Update to AC_PREREQ(2.13) + * libU77/configure.in: Update to AC_PREREQ(2.13) + * libU77/configure: Regenerate. + +2003-10-14 Nathanael Nerode + + * configure: Regenerate. + +2003-09-21 Toon Moene + + PR libf2c/11918 + * fstat_.c: Call f_init(). + * isatty_.c: Ditto. + * fnum_.c: Check file descriptor before handing it back. + +Tue Sep 9 15:22:57 2003 Alan Modra + + * configure: Regenerate. + +2003-07-04 H.J. Lu + + * Makefile.in: Replace PWD with PWD_COMMAND. + +2003-06-15 Nathanael Nerode + + * libU77/bes.c, libU77/dbes.c: Remove. + * libU77/Makefile.in: Remove references to bes.c, dbes.c + +2003-04-21 Loren J. Rittle + + * libI77/configure.in (_XOPEN_SOURCE): Bump to 600. + * libI77/configure: Regenerate. + * libU77/configure.in (_XOPEN_SOURCE): Bump to 600. + * libU77/configure: Regenerate. + +2003-04-11 Bud Davis + + PR Fortran/1832 + * libf2c/libI77/iio.c (z_putc): Check for overflowing length + of output string. + +2003-03-24 Bud Davis + + PR fortran/10197 + * libI77/open.c (f_open): A DIRECT ACCESS file is + UNFORMATTED by default. + +Wed Mar 12 22:27:14 2003 Andreas Schwab + + * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in + glibcpp_toolexeclibdir. + * configure: Rebuilt. + +2003-02-20 Alexandre Oliva + + * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to + config.status. + * configure: Rebuilt. + +2003-02-03 Andreas Jaeger + + * libU77/configure.in (AC_PROG_CC_WORKS): Define _GNU_SOURCE. + * libU77/config.hin: Regenerated. + * libU77/configure: Regenerated. + +2003-01-27 Alexandre Oliva + + * Makefile.in ($(LIBG2C)): -rpath is glibcpp_toolexeclibdir. + * aclocal.m4 (glibcpp_toolexeclibdir): Instead of + $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless + version_specific_libs is enabled. + * configure: Rebuilt. + +2003-01-09 Christian Cornelssen + + * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. + (install, uninstall): Prepend $(DESTDIR) to destination + paths in all (un)installation commands. + +Wed Dec 18 11:33:35 2002 Jason Merrill + + * libU77/date_.c (G77_date_y2kbuggy_0): Declare G77_abort_0 noreturn. + * libU77/vxtidate_.c (G77_vxtidate_y2kbuggy_0): Likewise. + +2002-11-26 Nathanael Nerode + + * configure.in: Remove skip-this-dir support. + * configure: Regenerate. + +2002-11-19 Toon Moene + + PR fortran/8587 + * libF77/pow_zz.c: Handle (0.0, 0.0) ** power. + +2002-10-18 Krister Walfridsson + + * libU77/configure.in (_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, + __EXTENSIONS__, _FILE_OFFSET_BITS): Check that _XOPEN_SOURCE 500L + may be defined before defining these. + * libU77/configure: Regenerate. + * libI77/configure.in (_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, + __EXTENSIONS__, _FILE_OFFSET_BITS): Check that _XOPEN_SOURCE 500L + may be defined before defining these. + * libI77/configure: Regenerate. + +2002-09-23 Zack Weinberg + + * libF77/Version.c: Rename junk to __LIBF77_VERSION__. Add + external decls for __LIBI77_VERSION__ and __LIBU77_VERSION__. + Delete __G77_LIBF77_VERSION__ + (g77__fvers__): Print all three __LIB*77_VERSION__ strings, + and __VERSION__ if we have it; nothing else. + + * libI77/Version.c: Provide only __LIBI77_VERSION__ (formerly junk). + * libU77/Version.c: Provide only __LIBU77_VERSION__ (formerly junk). + +Sun Sep 22 23:43:37 2002 Kaveh R. Ghazi + + * Makefile.in (all): Fix multilib parallel build. + +2002-09-14 Tim Prince + + PR libf2c/7384 + * libU77/datetime_.c: Use GetLocalTime on MS-Windows. + +2002-08-31 Toon Moene + + PR fortran/6367 + * libI77/rsne.c (x_rsne): Use local variable no2 to count further + list elements to read. + +2002-07-10 Toon Moene + + * libI77/open.c (f_open): Do not indicate unformatted file + if record length is given without a FORMATTED/UNFORMATTED + specification. + +2002-06-25 DJ Delorie + + * aclocal.m4 (GLIBCPP_CONFIGURE): Split out + GLIBCPP_TOPREL_CONFIGURE. + * configure.in: Call it before AC_CANONICAL_SYSTEM. + * configure: Regenerate. + +Wed Jun 5 15:05:41 2002 Kaveh R. Ghazi + + * f2cext.c (alarm_): Mark parameter(s) with attribute `unused'. + * libF77/h_len.c (h_len): Likewise. + * libF77/i_len.c (i_len): Likewise. + * libI77/rsli.c (i_ungetc): Likewise. + * libU77/date_.c (G77_date_y2kbuggy_0): Likewise. + * libU77/fputc_.c (G77_fputc_0): Likewise. + * libU77/vxtidate_.c (G77_vxtidate_y2kbuggy_0): Likewise. + * libU77/vxttime_.c (G77_vxttime_0): Likewise. + +Mon Jun 3 22:24:48 2002 Kaveh R. Ghazi + + * libF77/main.c (f_setarg, f_setsig): Prototype. + * libI77/lread.c (quad_read): Delete. + * libI77/uio.c: Include config.h. + * libI77/wref.c (wrt_E): Cast isdigit arg to unsigned char. + * libU77/dtime_.c (clk_tck): Move to the scope where it is used. + * libU77/etime_.c (clk_tck): Likewise. + Mon Jun 3 22:23:03 2002 Kaveh R. Ghazi * libF77/lbitbits.c (lbit_cshift): disambiguate expressions @@ -151,7 +326,7 @@ Mon May 20 13:03:54 2002 Kaveh R. Ghazi 2002-05-02 Alexandre Oliva - * Makefile.in: Fix for multilibbed natives. + * Makefile.in: Fix for multilibbed natives. 2002-04-15 Loren J. Rittle @@ -305,7 +480,7 @@ Mon May 20 13:03:54 2002 Kaveh R. Ghazi of shared libf2c to 0:0:0. 2001-09-29 Juergen Pfeifer - Toon Moene + Toon Moene Make libf2c a shared library. @@ -379,7 +554,7 @@ Wed Jul 18 11:14:33 2001 Kaveh R. Ghazi * libI77/Makefile.in: Add necessary dependencies on config.h. 2001-07-06 Toon Moene - Pedro Vazquez + Pedro Vazquez * libI77/configure.in: Check for fseeko, ftello. * libI77/configure: Rebuilt. @@ -406,7 +581,7 @@ Wed Jul 18 11:14:33 2001 Kaveh R. Ghazi * libI77/fio.h: Include for off_t. 2001-07-01 Toon Moene - Pedro Vazquez + Pedro Vazquez * libI77/fio.h: Use off_t when appropriate. * libI77/backspace.c (f_back): Ditto. @@ -564,7 +739,7 @@ Wed Jul 18 11:14:33 2001 Kaveh R. Ghazi file atomically. 2000-07-03 Donn Terry (donnte@microsoft.com) - * libU77/aclocal.m4: check for 2 argument gettimeofday without + * libU77/aclocal.m4: check for 2 argument gettimeofday without struct timezone 2000-07-02 Toon Moene