aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)Author
2013-05-31Mark ChangeLogGCC Administrator
2013-04-29backport: re PR fortran/51825 (Fortran runtime error: Cannot match namelist o...Jerry DeLisle
2013-04-28backport: re PR libfortran/56786 (Namelist read fails with designators contai...Jerry DeLisle
2013-04-28backport: re PR fortran/52512 (Cannot match namelist object name)Jerry DeLisle
2013-04-02backport: re PR fortran/56735 (Namelist Read Error with question marks)Tobias Burnus
2013-04-02backport: re PR libfortran/56737 (Wrong I/O result with format cache for Holl...Tobias Burnus
2013-03-24re PR libfortran/56696 (Formatted (list-directed) input fails to signal end ...Tobias Burnus
2013-03-22Mark ChangeLogGCC Administrator
2013-03-11transfer.c (read_block_direct): Correct condition.Tobias Burnus
2013-02-21Fix regression when writing formatted sequential to a pipe.Janne Blomqvist
2013-02-19re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 exec...John David Anglin
2013-02-06re PR fortran/55978 (class_optional_2.f90 -Os fails)Janus Weil
2013-01-23Improve performance of byte-swapped I/O.Janne Blomqvist
2013-01-14Update copyright years in libgfortran.Richard Sandiford
2013-01-06re PR fortran/54678 (second call to get_environment_variable gives valgrind w...Tobias Burnus
2013-01-03ChangeLog rotation.Jakub Jelinek
2013-01-02re PR fortran/55818 (Reading a REAL from a file which doesn't end in a new li...Jerry DeLisle
2012-12-27re PR fortran/48976 (INQUIRE with STREAM= not supported)Jerry DeLisle
2012-12-26re PR libfortran/48960 (OPEN statement modifies NEWUNIT variable on error)Jerry DeLisle
2012-12-26PR fortran/55539 Fix regression in -fno-sign-zero.Janne Blomqvist
2012-12-21re PR libfortran/30162 (Document when sequential I/O with named pipes works)Thomas Koenig
2012-12-20re PR libfortran/36044 (user-requested backtrace)Janus Weil
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas
2012-12-03re PR fortran/55548 (SYSTEM_CLOCK with integer(8) provides nanosecond resolut...Janus Weil
2012-10-28bessel.m4: Remove useless statement.Tobias Burnus
2012-10-10re PR fortran/54878 (libgfortran issues found by the Coverity scanner)Tobias Burnus
2012-10-06Fix usage of secure_getenv with glibc 2.17. Janne Blomqvist
2012-10-06re PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes malloc error on several ...Thomas Koenig
2012-09-29re PR fortran/52724 (Internal read with character(kind=4) data)Thomas Koenig
2012-09-14* configure: Regenerated.David Edelsohn
2012-09-05fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.Uros Bizjak
2012-09-05* ChangeLog: Fix date of my last commit.Uros Bizjak
2012-09-05fpu-387.h (set_fpu): Use __builtin_ia32_stmxcsr and __builtin_ia32_ldmxcsr in...Uros Bizjak
2012-07-25list_read.c (list_formatted_read_scalar): Fix copying real value back to temp...Andreas Schwab
2012-06-21PR 39654 FTELL intrinsic function return type.Janne Blomqvist
2012-06-04PR 53456 Fix incorrect ChangeLog entry.Robert Mason
2012-06-04PR 53456 Fix typo in gf_cputime.Robert Mason
2012-06-01chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus
2012-05-31re PR target/51007 (Quadmath I/O doesn't work on MinGW)Benjamin Kosnik
2012-05-31revert: unix.c (tempfile_open): Pass mode to "open" for O_CREAT.Tobias Burnus
2012-05-30decl.c: Fix comment typos.Tobias Burnus
2012-05-27Minor timing cleanups.Janne Blomqvist
2012-05-24PR 53456 CPU timing fallback using clock_gettime.Janne Blomqvist
2012-05-23PR 53456 clock_gettime fallback for gf_gettimeJanne Blomqvist
2012-05-23re PR libfortran/53445 (No sticky bit on VxWorks - fix chmod.c)Robert Mason
2012-05-23re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.)Tobias Burnus
2012-05-16Regenerate configure files for libtool.m4 changeH.J. Lu
2012-05-16unix.c (tempfile_open): Pass mode to "open" for O_CREAT.Tobias Burnus
2012-05-14PR 52428 Range checking when reading integer values.Janne Blomqvist
2012-05-11re PR fortran/53310 (EOSHIFT leaks memory)Tobias Burnus