summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
...
* re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle2014-05-183-142/+195
* PR 61187 Fix use of uninitialized memory.Janne Blomqvist2014-05-162-2/+18
* Fix stack overflow crash in getcwd intrinsic.Janne Blomqvist2014-05-122-11/+32
* Use -std=gnu11 instead of -std=gnu99 for libgfortran C code.Janne Blomqvist2014-05-123-8/+16
* trans-intrinsic.c (gfc_build_builtin_function_decls): Change type of second a...Tobias Burnus2014-05-114-3/+10
* check.c (check_co_minmaxsum, [...]): New.Tobias Burnus2014-05-083-0/+59
* re PR libfortran/61049 (NIST test FM906 fails)Jerry DeLisle2014-05-072-14/+8
* gfortran.h (gfc_init_coarray_decl): Remove.Tobias Burnus2014-04-304-31/+80
* re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle2014-04-263-53/+223
* Fix warning in libgfortran configure scriptKyrylo Tkachov2014-04-243-2/+7
* Remove obsolete Solaris 9 supportRainer Orth2014-04-222-46/+5
* re PR fortran/60810 (list directed io from array results in end of file)Jerry DeLisle2014-04-122-3/+6
* 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