aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2014-05-26Introduce xrealloc, use it.Janne Blomqvist5-14/+30
2014-05-26PR 61310 Rewrite implementation of CTIME and FDATE intrinsics.Janne Blomqvist2-28/+54
2014-05-26[multiple changes]Jerry DeLisle2-0/+47
2014-05-24re PR libfortran/61173 (Erroneous "end of file" with internal read)Jerry DeLisle2-7/+17
2014-05-23configure.ac [...] (HAVE_STRNLEN, [...]): Define.Hans-Peter Nilsson3-0/+13
2014-05-23PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist2-0/+6
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist12-135/+238
2014-05-18re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle3-142/+195
2014-05-16PR 61187 Fix use of uninitialized memory.Janne Blomqvist2-2/+18
2014-05-12Fix stack overflow crash in getcwd intrinsic.Janne Blomqvist2-11/+32
2014-05-12Use -std=gnu11 instead of -std=gnu99 for libgfortran C code.Janne Blomqvist3-8/+16
2014-05-11trans-intrinsic.c (gfc_build_builtin_function_decls): Change type of second a...Tobias Burnus4-3/+10
2014-05-08check.c (check_co_minmaxsum, [...]): New.Tobias Burnus3-0/+59
2014-05-07re PR libfortran/61049 (NIST test FM906 fails)Jerry DeLisle2-14/+8
2014-04-30gfortran.h (gfc_init_coarray_decl): Remove.Tobias Burnus4-31/+80
2014-04-26re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle3-53/+223
2014-04-24Fix warning in libgfortran configure scriptKyrylo Tkachov3-2/+7
2014-04-22Remove obsolete Solaris 9 supportRainer Orth2-46/+5
2014-04-12re PR fortran/60810 (list directed io from array results in end of file)Jerry DeLisle2-3/+6
2014-03-21re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle2-1/+8
2014-03-18configure.ac: Check for presence of fcntl.Ulrich Weigand5-4/+17
2014-03-18Fix PR Number in logJerry DeLisle1-1/+1
2014-03-18re PR libfortran/46800 (Handle CTRL-D correctly with STDIN)Jerry DeLisle2-8/+29
2014-03-15re PR fortran/58324 (Bogus END-of-line error with list-directed I/O of file w...Jerry DeLisle2-5/+19
2014-03-13re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle4-26/+75
2014-03-09re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle1-1/+1
2014-03-09re PR libfortran/38199 (missed optimization: I/O performance)Jerry DeLisle2-4/+53
2014-03-08libgfortran.h (unlikely, likely): Add usage comment.Tobias Burnus2-0/+14
2014-03-08re PR fortran/60128 (Wrong ouput using en edit descriptor)Dominique d'Humieres2-22/+38
2014-03-04re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle7-68/+129
2014-02-21re PR fortran/60286 (INQUIRE reports STDOUT as not writable)Tobias Burnus2-26/+27
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