aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert1-0/+15
2007-05-10re PR libfortran/31880 ([4.2 only] silent data corruption in gfortran read st...Jerry DeLisle1-0/+5
2007-05-07re PR libfortran/31607 (CALL SYSTEM produces garbled output when writing to a...Francois-Xavier Coudert1-0/+7
2007-05-06re PR fortran/31201 (Too large unit number generates wrong code)Jerry DeLisle1-0/+14
2007-05-04Fix typo in PR numbers 22539 <> 22359.Daniel Franke1-1/+1
2007-05-04re PR target/22539 (Internal compiler error with maximum sized array)Daniel Franke1-0/+8
2007-05-04re PR libfortran/31210 (I/O of string with (non-constant) zero length)Francois-Xavier Coudert1-0/+7
2007-04-28re PR libfortran/31501 (libgfortran internal unit I/O performance issues)Jerry DeLisle1-0/+11
2007-04-28re PR libfortran/31532 (INQUIRE(...,POSITION=...) not standard conforming)Jerry DeLisle1-0/+13
2007-04-25re PR libfortran/31299 (Use getpwuid(geteuid()) instead of getlogin() for GET...François-Xavier Coudert1-1/+10
2007-04-25configure: Regenerate using autoconf 2.59.Janne Blomqvist1-0/+6
2007-04-24re PR libfortran/27740 (libgfortran should use versioned symbols)Janne Blomqvist1-0/+12
2007-04-23re PR fortran/31618 ([4.2, 4.1 only] backspace intrinsic is not working on an...Thomas Koenig1-0/+9
2007-04-19main.c (please_free_exe_path_when_done): New variable.Francois-Xavier Coudert1-0/+7
2007-04-18* ChangeLog: Forgot to include Tobias in the authors.François-Xavier Coudert1-0/+1
2007-04-18re PR libfortran/31286 (cshift uses uninitialized variables)François-Xavier Coudert1-17/+25
2007-04-15open.c (test_endfile): Revert changes for 31052, restoring this function.Jerry DeLisle1-1/+6
2007-04-14Makefile.am: Add -I ..Steve Ellcey1-0/+5
2007-04-12configure: Regenerate.Kai Tietz1-0/+4
2007-04-06cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert1-0/+187
2007-04-06re PR fortran/31395 ([4.2 Only] Colon edit descriptor is ignored unless prece...Jerry DeLisle1-0/+5
2007-04-03re PR fortran/31304 (REPEAT argument NCOPIES is not converted as it should)Francois-Xavier Coudert1-0/+5
2007-04-01re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-0/+10
2007-04-01re PR fortran/31366 ([4.2 only] Last record truncated for read after short wr...Jerry DeLisle1-0/+12
2007-03-31re PR libfortran/31335 (Calls lstat(), stat() and fstat() in libgfortran shou...Francois-Xavier Coudert1-0/+10
2007-03-28re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-3/+9
2007-03-26Fix date in entry.Jerry DeLisle1-4/+1
2007-03-26re PR fortran/31199 (write with "t1" + nonadvancing transfer format gives wro...Jerry DeLisle1-0/+13
2007-03-25re PR fortran/31196 ([4.1 only] wrong code generated with RESHAPE/TRANSPOSE)Thomas Koenig1-0/+6
2007-03-23re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-0/+12
2007-03-20configure.ac: Add missing check for gettimeofday.Francois-Xavier Coudert1-0/+6
2007-03-18re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-0/+12
2007-03-16* runtime/main.c: Include "config.h" first.David Edelsohn1-0/+4
2007-03-16re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle1-0/+5
2007-03-15gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert1-0/+19
2007-03-15re PR fortran/31051 ([4.2 Only] gfortran bug with x and t format descriptors.)Jerry DeLisle1-0/+6
2007-03-14re PR libfortran/30690 ([4.2, 4.1 only] Clean up m4 files)Thomas Koenig1-0/+25
2007-03-14unix.c (regular_file): For ACTION_UNSPECIFIED retry with O_RDONLY even if err...Jakub Jelinek1-0/+5
2007-03-09re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle1-0/+9
2007-03-08re PR fortran/30947 (intrinsic: ALARM)Daniel Franke1-0/+6
2007-03-04re PR fortran/30981 ([4.1 only] a ** exp fails for integer exponents if exp i...Thomas Koenig1-0/+38
2007-03-03re PR libfortran/31001 ([4.1 only] PACK crashes on zero-sized arrays)Francois-Xavier Coudert1-0/+6
2007-03-01Makefile.am: Add dummy install-pdf target.Brooks Moses1-0/+5
2007-02-25re PR libfortran/30918 (Failure to skip commented out NAMELIST)Jerry DeLisle1-0/+5
2007-02-23re PR fortran/30910 ([Regression 4.2, 4.3] Gfortran: ES format not quite righ...Jerry DeLisle1-0/+6
2007-02-19re PR libfortran/30533 ([4.1 only] minval, maxval missing for kind=1 and kind=2)Thomas Koenig1-0/+62
2007-02-16* runtime/memory.c (deallocate): Correct comment.Francois-Xavier Coudert1-0/+4
2007-02-10Makefile.am: Use $(M4) instead of m4.Thomas Koenig1-0/+5
2007-02-10Makefile.am: Remove $(srcdir) from assorted targets in maintainer mode.Thomas Koenig1-0/+6
2007-02-09re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, ...Tobias Burnus1-0/+27