aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2013-10-01re PR fortran/55469 (memory leak on read with istat.ne.0)Tobias Burnus2-4/+35
2013-09-20libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2-5/+15
2013-07-23fpu-387.h (get_fpu_rounding_mode): Read rounding mode from SSE mxcsr register...Uros Bizjak2-12/+32
2013-07-21trans-decl.c: Fix comment typos.Ondřej Bílka2-3/+7
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus2-3/+9
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus14-88/+452
2013-06-24configure.ac (AC_CHECK_FUNCS_ONCE): Put into if statement.Steve Ellcey2-15/+63
2013-06-24configure.ac: Check for fp_except and fp_except_t.Tobias Burnus5-0/+41
2013-06-21* config/fpu-sysv.h (get_fpu_except_flags): Fix typo.Eric Botcazou2-2/+6
2013-06-20* ChangeLog: Add some missing lines.Uros Bizjak1-0/+2
2013-06-20fpu-387.h (_FPU_MASK_ALL): New.Uros Bizjak2-30/+39
2013-06-20re PR fortran/57633 (I/O: Problem with formatted read: reading CR-LF files (\...Tobias Burnus2-2/+6
2013-06-19fpu-387.h: Use __asm__ and __volatile__ consistently.Uros Bizjak2-23/+19
2013-06-17gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus12-13/+255
2013-06-03re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-t...Tobias Burnus2-20/+56
2013-05-24Use -z ignore instead of --as-needed on SolarisRainer Orth3-10/+67
2013-05-05libcaf.h (_gfortran_caf_critical): Add a prototype.David Edelsohn2-0/+8
2013-05-04environ.c: Include unistd.h.David Edelsohn7-0/+30
2013-04-29Simplify SYSTEM_CLOCK implementation.Janne Blomqvist2-57/+41
2013-04-29PR 56981 Improve unbuffered performance on special files.Janne Blomqvist4-21/+64
2013-04-28Fix sign error in SYSTEM_CLOCK kind=4 Windows version.Janne Blomqvist2-2/+7
2013-04-15list_read.c (finish_separator): Initialize variable.Tobias Burnus2-2/+7
2013-04-15PR 56919 Improve SYSTEM_CLOCK intrinsic on Windows.Janne Blomqvist3-7/+68
2013-04-04re PR libfortran/56810 (record-repeat fails kind check on complex read)Tobias Burnus2-3/+11
2013-04-01re PR fortran/56660 (Fails to read NAMELIST with certain form array syntax)Jerry DeLisle2-8/+16
2013-03-31re PR libfortran/56786 (Namelist read fails with designators containing embed...Jerry DeLisle3-18/+48
2013-03-29re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith stri...Tobias Burnus2-12/+12
2013-03-29re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith stri...Tobias Burnus2-2/+25
2013-03-29re PR fortran/56735 (Namelist Read Error with question marks)Tobias Burnus1-7/+9
2013-03-25re PR fortran/52512 (Cannot match namelist object name)Tilo Schwarz2-6/+14
2013-03-24re PR libfortran/56696 (Formatted (list-directed) input fails to signal end ...Tobias Burnus2-1/+5
2013-03-20re PR fortran/51825 (Fortran runtime error: Cannot match namelist object name)Tilo Schwarz2-7/+16
2013-03-20re PR libfortran/48618 (Negative unit number in OPEN(...) is sometimes allowed)Tilo Schwarz2-5/+15
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist10-78/+87
2013-03-11transfer.c (read_block_direct): Correct condition.Tobias Burnus3-1/+9
2013-02-21Fix regression when writing formatted sequential to a pipe.Janne Blomqvist3-12/+18
2013-02-19re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 exec...John David Anglin6-42/+10
2013-02-06re PR fortran/55978 (class_optional_2.f90 -Os fails)Janus Weil2-0/+9
2013-01-23Improve performance of byte-swapped I/O.Janne Blomqvist4-68/+178
2013-01-14Update copyright years in libgfortran.Richard Sandiford669-729/+672
2013-01-06re PR fortran/54678 (second call to get_environment_variable gives valgrind w...Tobias Burnus2-1/+8
2013-01-03ChangeLog rotation.Jakub Jelinek2-1272/+1277
2013-01-02re PR fortran/55818 (Reading a REAL from a file which doesn't end in a new li...Jerry DeLisle2-15/+34
2012-12-27re PR fortran/48976 (INQUIRE with STREAM= not supported)Jerry DeLisle3-0/+35
2012-12-26re PR libfortran/48960 (OPEN statement modifies NEWUNIT variable on error)Jerry DeLisle2-5/+12
2012-12-26PR fortran/55539 Fix regression in -fno-sign-zero.Janne Blomqvist2-3/+12
2012-12-21re PR libfortran/30162 (Document when sequential I/O with named pipes works)Thomas Koenig2-1/+15
2012-12-20re PR libfortran/36044 (user-requested backtrace)Janus Weil6-7/+21
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas2-0/+13
2012-12-03re PR fortran/55548 (SYSTEM_CLOCK with integer(8) provides nanosecond resolut...Janus Weil2-15/+25