summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle2014-03-212-1/+8
* configure.ac: Check for presence of fcntl.Ulrich Weigand2014-03-185-4/+17
* Fix PR Number in logJerry DeLisle2014-03-181-1/+1
* re PR libfortran/46800 (Handle CTRL-D correctly with STDIN)Jerry DeLisle2014-03-182-8/+29
* re PR fortran/58324 (Bogus END-of-line error with list-directed I/O of file w...Jerry DeLisle2014-03-152-5/+19
* re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle2014-03-134-26/+75
* re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle2014-03-091-1/+1
* re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle2014-03-092-4/+53
* libgfortran.h (unlikely, likely): Add usage comment.Tobias Burnus2014-03-082-0/+14
* re PR fortran/60128 (Wrong ouput using en edit descriptor)Dominique d'Humieres2014-03-082-22/+38
* re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle2014-03-047-68/+129
* re PR fortran/60286 (INQUIRE reports STDOUT as not writable)Tobias Burnus2014-02-212-26/+27
* write_float.def (output_float): Remove inadvertent test code from previous pa...Jerry DeLisle2014-01-212-2/+8
* re PR libfortran/59771 (Cleanup handling of Gw.0 and Gw.0Ee format)Jerry DeLisle2014-01-192-9/+23
* re PR fortran/59700 (Misleading/buggy runtime error message: Bad integer for ...Jerry DeLisle2014-01-113-23/+43
* Update copyright years in libgfortran/Richard Sandiford2014-01-02669-669/+673
* read.c (read_f): Convert assert to runtime error.Steven G. Kargl2013-12-182-1/+7
* unix.c (tempfile_open): Only use the needed flag O_CLOEXEC.Andreas Tobler2013-12-172-1/+5
* re PR libfortran/59419 (Failing OPEN with FILE='xxx' and IOSTAT creates the f...Jerry DeLisle2013-12-174-38/+63
* fpu-387.h (sigill_hdlr, [...]): EmitTobias Burnus2013-12-112-3/+8
* Provide _M_2_SQRTPI if missing.Rainer Orth2013-12-062-0/+7
* re PR libfortran/59313 (gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC)Uros Bizjak2013-12-013-12/+36
* Remove wrong PR linkAndreas Schwab2013-11-211-1/+0
* re PR libfortran/59227 (FAIL: gfortran.dg/erf_3.F90 -O0 execution test)Francois-Xavier Coudert2013-11-212-2/+10
* re PR libfortran/49024 (REAL*16 ERFC_SCALED inaccuracy)Francois-Xavier Coudert2013-11-203-6/+59
* re PR libfortran/51828 (libgfortran build warnings)Francois-Xavier Coudert2013-11-182-0/+9
* When file status is unknown, don't set O_CREAT when opening read-only.Janne Blomqvist2013-11-162-7/+21
* configure.ac: Do not define HAVE_STRTOLD.Steve Ellcey2013-11-153-4/+21
* Set close-on-exec flag when opening files.Janne Blomqvist2013-11-107-60/+142
* re PR fortran/55469 (memory leak on read with istat.ne.0)Tobias Burnus2013-10-012-4/+35
* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2013-09-202-5/+15
* fpu-387.h (get_fpu_rounding_mode): Read rounding mode from SSE mxcsr register...Uros Bizjak2013-07-232-12/+32
* trans-decl.c: Fix comment typos.Ondřej Bílka2013-07-212-3/+7
* re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus2013-07-212-3/+9
* re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus2013-07-2114-88/+452
* configure.ac (AC_CHECK_FUNCS_ONCE): Put into if statement.Steve Ellcey2013-06-242-15/+63
* configure.ac: Check for fp_except and fp_except_t.Tobias Burnus2013-06-245-0/+41
* * config/fpu-sysv.h (get_fpu_except_flags): Fix typo.Eric Botcazou2013-06-212-2/+6
* * ChangeLog: Add some missing lines.Uros Bizjak2013-06-201-0/+2
* fpu-387.h (_FPU_MASK_ALL): New.Uros Bizjak2013-06-202-30/+39
* re PR fortran/57633 (I/O: Problem with formatted read: reading CR-LF files (\...Tobias Burnus2013-06-202-2/+6
* fpu-387.h: Use __asm__ and __volatile__ consistently.Uros Bizjak2013-06-192-23/+19
* gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus2013-06-1712-13/+255
* re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-t...Tobias Burnus2013-06-032-20/+56
* Use -z ignore instead of --as-needed on SolarisRainer Orth2013-05-243-10/+67
* libcaf.h (_gfortran_caf_critical): Add a prototype.David Edelsohn2013-05-052-0/+8
* environ.c: Include unistd.h.David Edelsohn2013-05-047-0/+30
* Simplify SYSTEM_CLOCK implementation.Janne Blomqvist2013-04-292-57/+41
* PR 56981 Improve unbuffered performance on special files.Janne Blomqvist2013-04-294-21/+64
* Fix sign error in SYSTEM_CLOCK kind=4 Windows version.Janne Blomqvist2013-04-282-2/+7