diff options
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 46 |
1 files changed, 27 insertions, 19 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index b18aa05fcb1..9f37130d56e 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,11 @@ +2005-03-21 Zack Weinberg <zack@codesourcery.com> + + * configure.ac: Do not invoke TL_AC_GCC_VERSION. + In all substitutions, leave gcc_version to be expanded by the Makefile. + * aclocal.m4, configure: Regenerate. + * Makefile.am: Set gcc_version. + * Makefile.in: Regenerate. + 2005-03-16 Francois-Xavier Coudert <coudert@clipper.ens.fr> PR libfortran/20257 @@ -37,11 +45,11 @@ * io/write.c (output_float): Fix typo in condition. 2005-02-25 Peter O'Gorman <peter@pogma.com> - Toon Moene <toon@moene.indiv.nluug.nl> + Toon Moene <toon@moene.indiv.nluug.nl> PR libgfortran/17748 * runtime/environ.c: Remove references to environ. - (show_variables): remove GFORTRAN_UNBUFFERED_* and + (show_variables): remove GFORTRAN_UNBUFFERED_* and GFORTRAN_NAME_* because they require environ. (pattern_scan): Remove function. @@ -69,8 +77,8 @@ 2005-02-20 Steven G. Kargl <kargls@comcast.net> - PR 20085 - * intrinsic/args.c (iargc): Off by 1. + PR 20085 + * intrinsic/args.c (iargc): Off by 1. 2005-02-19 Steven G. Kargl <kargls@comcast.net> @@ -129,7 +137,7 @@ PR libfortran/18982 * io/unix.c (regular_file): No need to change flags->action - if an error occurs. Document this. + if an error occurs. Document this. No need to call stat() for STATUS_OLD, open() will fail anyway. For ACTION_UNSPECIFIED, try open for read-write, then for @@ -139,16 +147,16 @@ regular_file. 2005-01-22 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de> - + PR fortran/19194 * io/io.h (st_parameter): Use 'GFC_INTEGER_4' instead of 'int', use CHARACTER macro for definition of string valued paramters. - + 2005-01-22 Bud Davis <bdavis9659@comcast.net> PR fortran/19314 * io/inquire.c(inquire_via_unit): implement POSITION=. - * io/transfer.c(next_record): update position for + * io/transfer.c(next_record): update position for INQUIRE. * io/rewind.c(st_rewind): update position for INQUIRE. @@ -460,7 +468,7 @@ 2004-12-27 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> - * libgfortran/libgfortran.h (GFC_UINTEGER_1, GFC_UINTEGER_2): + * libgfortran/libgfortran.h (GFC_UINTEGER_1, GFC_UINTEGER_2): Define. * intrinsics/ishftc.c: Update copyright years. (ishftc8): Change 'shift' and 'size' to GFC_INTEGER_4. @@ -470,7 +478,7 @@ 2004-12-23 Bud Davis <bdavis9659@comcast.net> PR fortran/19071 - * io/tranfer.c (formatted_transfer): moved check for + * io/tranfer.c (formatted_transfer): moved check for format reversion inside the processing loop. 2004-12-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com> @@ -482,7 +490,7 @@ * runtime/error.c (itoa): Same. 2004-12-15 Bud Davis <bdavis9659@comcast.net> - Steven G. Kargl <kargls@comcast.net> + Steven G. Kargl <kargls@comcast.net> PR fortran/17597 * io/list_read.c (read_real): do not push back a comma when @@ -714,7 +722,7 @@ * m4/matmul.m4: Loops reordered to improve cache behavior. * generated/matmul_??.c: Regenerated. - + 2004-11-10 Paul Brook <paul@codesourcery.com> PR fortran/18218 @@ -831,7 +839,7 @@ 2004-09-21 Bud Davis <bdavis9659@comcast.net> PR fortran/17286 - * io/list_read.c (namelist_read): ignore spaces after + * io/list_read.c (namelist_read): ignore spaces after the '=' for namelist reads. 2004-09-15 Aaron W. LaFramboise <aaronavay62@aaronwl.com> @@ -983,7 +991,7 @@ 2004-08-24 Bud Davis <bdavis9659@comcast.net> - PR fortran/17143 + PR fortran/17143 * runtime/error.c (itoa): keep from overflowing during mod operation by using unsigned variable. @@ -1084,7 +1092,7 @@ 2004-07-18 Bud Davis <bdavis9659@comcast.net> - * configure.ac: Add check for LFS support. + * configure.ac: Add check for LFS support. * configure: Regenerate 2004-07-11 Paul Brook <paul@codesourcery.com> @@ -1105,7 +1113,7 @@ PR fortran/15472 * io/transfer.c(us_write): set recl for seq unform writes to max size. * io/transfer.c(data_transfer_init): handle un-opened seq unform unit. - * io/unix.c(fd_alloc_w_at): handle requests at start, fd_flush at + * io/unix.c(fd_alloc_w_at): handle requests at start, fd_flush at right time. * io/unix.c(is_seekable): set based upon the file/device, not the method being used to access it (fd or mmap). @@ -1202,16 +1210,16 @@ 2004-06-13 Steven G. Kargl <kargls@comcast.net> Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> - * random.c: Fix several spelling and formatting mistakes in + * random.c: Fix several spelling and formatting mistakes in comments. (random_r8): Fix loop to make random numbers range in [0,1(. - + 2004-06-13 Steven G. Kargl <kargls@comcast.net> * random.c (random_r4): Burn a random number. (random_r8): fix infinite loop. - + 2004-06-12 Bud Davis <bdavis9659@comcast.net> Steve Kargl <sgk@troutmask.apl.washington.edu> |