X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libf2c%2FChangeLog;h=c3af8a9d47f168ef195ddcb50fbc6aede95891f8;hb=6d5998ecabd7fd1d68368fa8d55e5510ba5a8e54;hp=f50ae04f2367d4694ee73fc582c1b70fc7416239;hpb=010848e8dadef9178e326cbe3a51480d5dfa2d71;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index f50ae04f236..c3af8a9d47f 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,556 @@ +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 + with parentheses. + * libF77/qbitbits.c (qbit_cshift): Likewise. + * libI77/inquire.c (f_inqu): Likewise. + * libI77/rdfmt.c (rd_Z): Likewise. + * libI77/rsne.c (x_rsne): Likewise. + +Mon Jun 3 22:21:23 2002 Kaveh R. Ghazi + + * Makefile.in (s-libe77): Add WARN_CFLAGS. + +Sun Jun 2 10:32:35 2002 Kaveh R. Ghazi + + * libI77/dfe.c (s_rdfe, s_wdfe): Wrap parentheses around + assignment used as truth value. + * libI77/due.c (s_rdue, s_wdue): Likewise. + * libI77/endfile.c (f_end): Likewise. + * libI77/iio.c (s_rsfi, s_wsfi): Likewise. + * libI77/lread.c (ERR, l_C, nmL_getc, s_rsle): Likewise. + * libI77/lwrite.c (l_g, l_put): Likewise. + * libI77/open.c (f_open): Likewise. + * libI77/rdfmt.c (rd_Z): Likewise. + * libI77/rsfe.c (s_rsfe): Likewise. + * libI77/rsne.c (hash, mk_hashtab, nl_init, getname, getdimen, + x_rsne, s_rsne): Likewise. + * libI77/sue.c (s_rsue, s_wsue): Likewise. + * libI77/wref.c (wrt_E, wrt_F): Likewise. + * libI77/wsfe.c (s_wsfe): Likewise. + * libI77/wsle.c (s_wsle): Likewise. + * libI77/wsne.c (s_wsne): Likewise. + +Sun Jun 2 08:59:50 2002 Kaveh R. Ghazi + + * libF77/main.c (main): Avoid implicit int. + * libI77/dfe.c (y_rsk, y_getc, c_dfe): Likewise. + * libI77/due.c (c_due): Likewise. + * libI77/err.c (f__canseek, f__nowreading, f__nowwriting): + Likewise. + * libI77/fmt.c (op_gen, ne_d, e_d, pars_f, type_f, en_fio): + Likewise. + * libI77/iio.c (z_getc, z_rnew, c_si, z_wnew): Likewise. + * libI77/lread.c (t_getc, c_le, l_read): Likewise. + * libI77/lwrite.c (l_write): Likewise. + * libI77/open.c (fk_open): Likewise. + * libI77/rdfmt.c (rd_ed, rd_ned): Likewise. + * libI77/rsfe.c (xrd_SL, x_getc, x_endp, x_rev): Likewise. + * libI77/rsne.c (t_getc, x_rsne): Likewise. + * libI77/sfe.c (c_sfe): Likewise. + * libI77/sue.c (c_sue): Likewise. + * libI77/uio.c (do_us): Likewise. + * libI77/wref.c (wrt_E, wrt_F): Likewise. + * libI77/wrtfmt.c (wrt_L, w_ed, w_ned): Likewise. + +Sun Jun 2 08:58:05 2002 Kaveh R. Ghazi + + * libI77/rdfmt.c (rd_I): Delete unused variable(s). + * libU77/access_.c (G77_access_0): Likewise. + * libU77/chdir_.c (G77_chdir_0): Likewise. + * libU77/chmod_.c (G77_chmod_0): Likewise. + * libU77/ctime_.c (G77_ctime_0): Likewise. + * libU77/link_.c (G77_link_0): Likewise. + * libU77/lstat_.c (G77_lstat_0): Likewise. + * libU77/rename_.c (G77_rename_0): Likewise. + * libU77/stat_.c (G77_stat_0): Likewise. + * libU77/symlnk_.c (G77_symlnk_0): Likewise. + * libU77/unlink_.c (G77_unlink_0): Likewise. + +Sun Jun 2 08:55:20 2002 Kaveh R. Ghazi + + * libI77/inquire.c (f_inqu): Avoid ambiguous else clauses. + * libI77/lread.c (l_C, l_L): Likewise. + * libI77/open.c (f_open): Likewise. + * libI77/rsne.c (x_rsne): Likewise. + * libI77/wref.c (wrt_F): Likewise. + +Sun Jun 2 08:53:15 2002 Kaveh R. Ghazi + + * libF77/getenv_.c (G77_getenv_0): Avoid signed/unsigned warning. + * libF77/system_.c (G77_system_0): Likewise. + * libI77/open.c (f_open): Likewise. + * libI77/rdfmt.c (rd_Z): Likewise. + * libI77/uio.c (do_us, do_ud): Likewise. + +Sat Jun 1 08:33:14 2002 Kaveh R. Ghazi + + * libF77/*: Fix formatting. + * libI77/*: Likewise. + * libU77/*: Likewise. + +Fri May 31 21:56:30 2002 Kaveh R. Ghazi + + * g2c.hin, libF77/d_cnjg.c, libF77/main.c, libF77/r_cnjg.c, + libF77/s_cat.c, libF77/s_paus.c, libF77/s_rnge.c, libF77/setarg.c, + libF77/setsig.c, libF77/signal1.h0, libI77/dfe.c, libI77/due.c, + libI77/err.c, libI77/fio.h, libI77/fmt.c, libI77/iio.c, + libI77/ilnw.c, libI77/lread.c, libI77/lwrite.c, libI77/rsfe.c, + libI77/rsli.c, libI77/rsne.c, libI77/sfe.c, libI77/sue.c, + libI77/util.c, libI77/wrtfmt.c, libI77/wsfe.c, libI77/wsle.c, + libI77/xwsne.c, libU77/date_.c: Kill VOID, Void and Int. + +Fri May 31 21:54:37 2002 Kaveh R. Ghazi + + * libF77/F77_aloc.c, libF77/exit_.c, libF77/main.c, + libF77/s_paus.c, libF77/s_stop.c, libF77/setarg.c, + libF77/setsig.c, libF77/sig_die.c, libF77/signal1.h0, + libI77/close.c, libI77/dolio.c, libI77/fio.h, libI77/fmt.h, + libI77/lio.h: Delete checks on __cplusplus. + +Fri May 31 21:50:01 2002 Kaveh R. Ghazi + + * libF77/*: Delete KR_headers cruft. + * libI77/*: Likewise. + * libU77/*: Likewise. + +Thu May 30 23:04:52 2002 Kaveh R. Ghazi + + * Makefile.in (WARN_CFLAGS): New. + (FLAGS_TO_PASS): Add WARN_CFLAGS. + * libF77/Makefile.in (ALL_CFLAGS): Likewise. + * libI77/Makefile.in (ALL_CFLAGS): Likewise. + * libU77/Makefile.in (ALL_CFLAGS): Likewise. + +2002-05-30 H.J. Lu (hjl@gnu.org) + + * libI77/open.c (_XOPEN_SOURCE): Removed. + +Mon May 20 13:03:54 2002 Kaveh R. Ghazi + + * libF77/Makefile.in (SHELL): Set to @SHELL@. + * libI77/Makefile.in (SHELL): Likewise. + * libU77/Makefile.in (SHELL): Likewise. + +2002-05-20 Toon Moene + + * Makefile.in: Use @SHELL@, not /bin/sh for SHELL + definition. + +2002-05-16 Rainer Orth + + * Makefile.in: Allow for PWDCMD to override hardcoded pwd. + * aclocal.m4: Likewise. + * configure: Regenerate. + +2002-05-08 Alexandre Oliva + + * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at + script entry, and set LD to it when configuring multilibs. + * configure: Rebuilt. + +2002-05-02 Alexandre Oliva + + * Makefile.in: Fix for multilibbed natives. + +2002-04-15 Loren J. Rittle + + * aclocal.m4 (gcc_version_trigger): Use robust path construction. + * configure: Rebuilt. + +2002-04-11 Toon Moene + + * libI77/lio.h: Treat INTEGER*1 as signed char. + +2002-03-06 Phil Edwards + + * libF77/Version.c: Fix misplaced leading blanks on first line. + * libI77/Version.c: Likewise. + * libU77/Version.c: Likewise. + +2002-01-28 Geoffrey Keating + + * aclocal.m4: Replace with version copied from libstdc++-v3. + * configure.in: Update for changes to aclocal and Makefile. + * configure: Regenerate. + * Makefile.in: Correct install and uninstall for cross targets. + * libU77/configure: Regenerate. + +2002-01-20 Toon Moene + + * Makefile.in: $(MULTISUBDIR) has an implied leading `/'; + remove duplicates. + Use libtool for removing libg2c{a|la|so} for the `uninstall' target. + +2002-01-18 Toon Moene + + * Makefile.in: Add missing `/' separator in last change. + +2002-01-18 Toon Moene + + * Makefile.in: Install libg2c.{a|la|so} in $(libdir)$(MULTISUBDIR) + instead of $(libsubdir)$(MULTISUBDIR). + +2002-01-15 Loren J. Rittle + + * libI77/configure.in: Remove fcntl.h check; never define + _POSIX_SOURCE, NO_FCNTL or OPEN_DECL. Add check for tmpnam(). + * libI77/configure: Rebuilt. + * libI77/config.h.in: Rebuilt. + * libI77/Makefile.in: Remove all traces of rawio.h from + dependencies lists. + * libI77/fio.h (FSEEK): Unroll -j1.7 -j1.6 made 2002-01-04. + * libI77/open.c (f_open): Use HAVE_TMPNAM. + * libI77/rawio.h: Remove file. + +2002-01-14 John David Anglin + + * libI77/configure.in (_LARGEFILE_SOURCE): AC_DEFINE. + * libI77/configure: Rebuilt. + * libI77/config.h.in: Rebuilt. + +2002-01-04 Loren J. Rittle + + * libI77/fio.h (FSEEK): Enforce type of second parameter to be + off_t when prototype is missing from system headers for the + non-standard function. + +2002-01-03 Loren J. Rittle + + * Makefile.in ($(LIBG2C):): Let libtool decide when to add -lc. + +2001-12-04 Alexandre Oliva + + * Makefile.in ($(LIBG2C)): Fix -rpath argument to libtool. + + * Makefile.in (AR, RANLIB): Add, for substitutions. + (all-unilib, $(LIBG2C)): Depend on object lists, not + convenience libraries. + (s-libe77): Renamed from libE77.la; build object list. + (install): Do not move libraries to libdir. + (mostlyclean, clean): Adjust. + * libF77/Makefile.in (RANLIB): Add. + (LINK): Remove. + (../s-libf77): Renamed from ../libF77.la; build object list. + (../libfrtbegin.a): Remove target first. Don't use $<. + (all, clean, distclean): Adjust. + * libF77/configure.in: Substitute RANLIB. + * libF77/configure: Rebuilt. + * libI77/Makefile.in (LINK): Delete. + (../s-libi77): Renamed from ../libI77.la; build object list. + (all, clean, distclean): Adjust. + * libU77/Makefile.in: Likewise. + +2001-12-02 Toon Moene + + PR fortran/4885 + * endfile.c (t_runc): After ftruncate, seek to end-of-file. + +2001-11-25 Toon Moene + + * libF77/Makefile.in: Fix non-portable use of `$<' in z_log.c's rule. + +2001-11-23 Toon Moene + + PR libf2c/4930 + * libF77/Makefile.in: Compile z_log.c with -ffloat-store. + +2001-11-16 John David Anglin + + * Makefile.in: Add MAKEOVERRIDES= to suppress exporting + environment to (sub)shells. + +2001-11-13 Toon Moene + + * Makefile.in: Change dependencies on stamp files + into dependencies on the generated .la files. + Get rid of objlist. Update comment. + * libF77/Makefile.in: Ditto. + * libI77/Makefile.in: Ditto. + * libU77/Makefile.in: Ditto. + +2001-10-20 Hans-Peter Nilsson + + * configure.in: Fake AC_EXEEXT invocation. + * configure: Regenerate. + +2001-10-20 David Edelsohn + + * Makefile.in: Do not include SUBDIRS in objlist. Create + libg2c.so from F2CEXT and SUBDIRS archives. + * libF77/Makefile.in: Create archive. + * libI77/Makefile.in: Same. + * libU77/Makefile.in: Same. + +2001-10-05 Toon Moene + + * Makefile.in: Move libg2c.so and libg2c.{l}a to + the same directory at install. + +2001-10-03 Toon Moene + + * Makefile.in: Add "AR" reference, change + from frtbegin.o to libfrtbegin.a. + * libF77/Makefile.in: Ditto. + +2001-10-02 Toon Moene + + * libF77/Makefile.in: Make .lo the target of compilation. + * libI77/Makefile.in: Ditto. + * libU77/Makefile.in: Ditto. + +2001-10-01 Toon Moene + + * Makefile.in: Set major:minor:sub version number + of shared libf2c to 0:0:0. + +2001-09-29 Juergen Pfeifer + Toon Moene + + Make libf2c a shared library. + + * aclocal.m4: Get definition of libtool. + * Makefile.in: Use libtool. + * configure.in: Use libtool. + * configure: Regenerated. + * libF77/Makefile.in: Use libtool; treat main program contained in + libF77/main.c specially. + * libF77/configure.in: Use libtool. + * libF77/configure: Regenerated. + * libI77/Makefile.in: Use libtool. + * libI77/configure.in: Use libtool. + * libI77/configure: Regenerated. + * libU77/Makefile.in: Use libtool. + * libU77/configure.in: Use libtool. + * libU77/configure: Regenerated. + * libU77/date_.c: Adapt for -fPIC compiling. + * libU77/vxtidate_.c: Ditto. + +2001-09-22 Richard Earnshaw + + * libI77/configure.in (__EXTENSIONS__): Define. + * libI77/config.h.in, libI77/conifgure: regenerate. + * libU77/configure.in (__EXTENSIONS__): Likewise. + +2001-07-18 Toon Moene + + * libI77/configure.in (_XOPEN_SOURCE, _FILE_OFFSET_BITS): Move + these defines before tests which might be affected by them. + (_XOPEN_SOURCE_EXTENDED): Define. + * libI77/configure, libI77/config.h.in: Regenerate. + +Wed Jul 18 11:14:33 2001 Kaveh R. Ghazi + + * libU77/configure.in (_XOPEN_SOURCE, _FILE_OFFSET_BITS): Move + these defines before tests which might be affected by them. + (_XOPEN_SOURCE_EXTENDED): Define. + + * libU77/configure, libU77/config.hin: Regenerate. + +2001-07-10 Toon Moene + + * libI77/fio.h: Revert type of url from off_t to int. + * libI77/dfe.c (c_dfe): Cast offset expression in FSEEK to off_t. + * libI77/due.c (c_due): Ditto. (e_rdue): Ditto. + * libI77/ftell_.c (G77_ftell_0): Cast result of FTELL to integer. + (G77_fseek_0): Cast offset argument of FSEEK to off_t. + +2001-07-07 Toon Moene + + * libI77/Makefile.in: Update config.h dependencies. + * libI77/configure.in: Define _XOPEN_SOURCE and + _FILE_OFFSET_BITS unconditionally. + * libI77/configure: Rebuilt. + * libI77/config.h.in: Rebuilt. + * libI77/endfile.c (t_runc): Replace rewind by FSEEK. + * libI77/err.c (f__nowwriting): The type of `loc' is off_t. + * libI77/open.c (f_open): Replace rewind by FSEEK. + * libI77/rewind.c: Include config.h. (f_rew): Replace + rewind by FSEEK. + * libI77/sfe.c: Include config.h. + * libI77/wsfe.c: Ditto. + * libU77/configure.in: Define _XOPEN_SOURCE and + _FILE_OFFSET_BITS unconditionally. + * libU77/configure: Rebuilt. + * libU77/config.hin: Rebuilt. + +2001-07-07 Toon Moene + + * libI77/Makefile.in: Add necessary dependencies on config.h. + +2001-07-06 Toon Moene + Pedro Vazquez + + * 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. + * 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 + + * Makefile.in: Take PICFLAG and RUNTESTFLAGS out of FLAGS_TO_PASS. + +2001-07-01 Toon Moene + + * libI77/fio.h: Include for off_t. + +2001-07-01 Toon Moene + Pedro Vazquez + + * libI77/fio.h: Use off_t when appropriate. + * libI77/backspace.c (f_back): Ditto. + * libI77/endfile.c (t_runc): Ditto. + * libI77/err.c (f__nowreading): Ditto. + * libI77/ftell_.c (unit_chk): Ditto. + * libI77/sue.c (global f__recloc, s_wsue): Ditto. + 2001-06-13 Toon Moene * libI77/inquire.c: Include "config.h". @@ -147,7 +700,7 @@ 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