summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* main.c (please_free_exe_path_when_done): New variable.Francois-Xavier Coudert2007-04-192-0/+14
* * ChangeLog: Forgot to include Tobias in the authors.François-Xavier Coudert2007-04-181-0/+1
* re PR libfortran/31286 (cshift uses uninitialized variables)François-Xavier Coudert2007-04-186-95/+107
* open.c (test_endfile): Revert changes for 31052, restoring this function.Jerry DeLisle2007-04-152-1/+29
* Makefile.am: Add -I ..Steve Ellcey2007-04-143-3/+10
* configure: Regenerate.Kai Tietz2007-04-122-0/+43
* cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert2007-04-06182-307/+194
* re PR fortran/31395 ([4.2 Only] Colon edit descriptor is ignored unless prece...Jerry DeLisle2007-04-062-5/+7
* re PR fortran/31304 (REPEAT argument NCOPIES is not converted as it should)Francois-Xavier Coudert2007-04-032-20/+5
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-04-014-29/+13
* re PR fortran/31366 ([4.2 only] Last record truncated for read after short wr...Jerry DeLisle2007-04-013-1/+36
* re PR libfortran/31335 (Calls lstat(), stat() and fstat() in libgfortran shou...Francois-Xavier Coudert2007-03-315-5/+41
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-03-282-4/+11
* Fix date in entry.Jerry DeLisle2007-03-261-4/+1
* re PR fortran/31199 (write with "t1" + nonadvancing transfer format gives wro...Jerry DeLisle2007-03-264-2/+27
* re PR fortran/31196 ([4.1 only] wrong code generated with RESHAPE/TRANSPOSE)Thomas Koenig2007-03-252-1/+7
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-03-236-5/+48
* configure.ac: Add missing check for gettimeofday.Francois-Xavier Coudert2007-03-204-0/+117
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-03-186-37/+43
* * runtime/main.c: Include "config.h" first.David Edelsohn2007-03-162-1/+5
* re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle2007-03-162-1/+5
* gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert2007-03-1513-12/+671
* re PR fortran/31051 ([4.2 Only] gfortran bug with x and t format descriptors.)Jerry DeLisle2007-03-152-3/+14
* re PR libfortran/30690 ([4.2, 4.1 only] Clean up m4 files)Thomas Koenig2007-03-1422-239/+267
* unix.c (regular_file): For ACTION_UNSPECIFIED retry with O_RDONLY even if err...Jakub Jelinek2007-03-142-3/+8
* re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle2007-03-093-4/+16
* re PR fortran/30947 (intrinsic: ALARM)Daniel Franke2007-03-082-2/+8
* re PR fortran/30981 ([4.1 only] a ** exp fails for integer exponents if exp i...Thomas Koenig2007-03-0435-93/+267
* re PR libfortran/31001 ([4.1 only] PACK crashes on zero-sized arrays)Francois-Xavier Coudert2007-03-032-0/+12
* Makefile.am: Add dummy install-pdf target.Brooks Moses2007-03-013-4/+11
* re PR libfortran/30918 (Failure to skip commented out NAMELIST)Jerry DeLisle2007-02-252-0/+9
* re PR fortran/30910 ([Regression 4.2, 4.3] Gfortran: ES format not quite righ...Jerry DeLisle2007-02-232-1/+7
* re PR libfortran/30533 ([4.1 only] minval, maxval missing for kind=1 and kind=2)Thomas Koenig2007-02-1938-2097/+15431
* * runtime/memory.c (deallocate): Correct comment.Francois-Xavier Coudert2007-02-162-1/+5
* Makefile.am: Use $(M4) instead of m4.Thomas Koenig2007-02-103-2/+7
* Makefile.am: Remove $(srcdir) from assorted targets in maintainer mode.Thomas Koenig2007-02-103-56/+62
* re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, ...Tobias Burnus2007-02-0923-52/+79
* re PR fortran/30611 ([4.1 only] Confusing error message for negative ncopies ...Francois-Xavier Coudert2007-02-042-8/+8
* re PR libfortran/30007 (libgfortran doesn't build for sh-elf)Francois-Xavier Coudert2007-02-042-4/+10
* re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads)Paul Thomas2007-02-022-2/+10
* * runtime/error.c: Include sys/time.h before sys/resource.h.François-Xavier Coudert2007-01-212-5/+11
* re PR libfortran/30525 ([4.2, 4.1 only] character comparisons with padding)Thomas Koenig2007-01-212-3/+9
* re PR libfortran/30015 ([4.1 only] Intrinsic date_and_time can go back in time)Tobias Burnus2007-01-216-494/+98
* gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.Francois-Xavier Coudert2007-01-20147-511/+670
* re PR libfortran/26893 ([4.1 only] kinds.h not generated, causing failure)Francois-Xavier Coudert2007-01-195-3/+97
* re PR libfortran/29649 (Force core dump on runtime library errors)Francois-Xavier Coudert2007-01-188-16/+91
* re PR libfortran/27107 (Make dependency on io/io.h broken)Tom Tromey2007-01-175-354/+2602
* re PR libfortran/27107 (Make dependency on io/io.h broken)Francois-Xavier Coudert2007-01-1717-580/+462
* re PR fortran/30435 (Slash at end of input not recognized according to standard)Jerry DeLisle2007-01-122-6/+15
* re PR libfortran/30162 (Document when sequential I/O with named pipes works)Jerry DeLisle2007-01-062-11/+39