aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2014-01-21write_float.def (output_float): Remove inadvertent test code from previous pa...Jerry DeLisle2-2/+8
2014-01-19re PR libfortran/59771 (Cleanup handling of Gw.0 and Gw.0Ee format)Jerry DeLisle2-9/+23
2014-01-11re PR fortran/59700 (Misleading/buggy runtime error message: Bad integer for ...Jerry DeLisle3-23/+43
2014-01-02Update copyright years in libgfortran/Richard Sandiford669-669/+673
2013-12-18read.c (read_f): Convert assert to runtime error.Steven G. Kargl2-1/+7
2013-12-17unix.c (tempfile_open): Only use the needed flag O_CLOEXEC.Andreas Tobler2-1/+5
2013-12-17re PR libfortran/59419 (Failing OPEN with FILE='xxx' and IOSTAT creates the f...Jerry DeLisle4-38/+63
2013-12-11fpu-387.h (sigill_hdlr, [...]): EmitTobias Burnus2-3/+8
2013-12-06Provide _M_2_SQRTPI if missing.Rainer Orth2-0/+7
2013-12-01re PR libfortran/59313 (gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC)Uros Bizjak3-12/+36
2013-11-21Remove wrong PR linkAndreas Schwab1-1/+0
2013-11-21re PR libfortran/59227 (FAIL: gfortran.dg/erf_3.F90 -O0 execution test)Francois-Xavier Coudert2-2/+10
2013-11-20re PR libfortran/49024 (REAL*16 ERFC_SCALED inaccuracy)Francois-Xavier Coudert3-6/+59
2013-11-18re PR libfortran/51828 (libgfortran build warnings)Francois-Xavier Coudert2-0/+9
2013-11-16When file status is unknown, don't set O_CREAT when opening read-only.Janne Blomqvist2-7/+21
2013-11-15configure.ac: Do not define HAVE_STRTOLD.Steve Ellcey3-4/+21
2013-11-10Set close-on-exec flag when opening files.Janne Blomqvist7-60/+142
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