aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Mark ChangeLogRichard Biener1-0/+4
2014-05-26PR 61310 Rewrite implementation of CTIME and FDATE intrinsics.Janne Blomqvist2-27/+54
2014-05-16PR 61187 Fix use of uninitialized data.Janne Blomqvist2-2/+19
2014-05-04PR 56919 Check _POSIX_MONOTONIC_CLOCK.Janne Blomqvist2-2/+10
2014-04-13backport: re PR fortran/60810 (list directed io from array results in end of ...Jerry DeLisle2-3/+7
2014-03-15backport: re PR fortran/58324 (Bogus END-of-line error with list-directed I/O...Jerry DeLisle6-9/+101
2014-02-15backport: re PR libfortran/59771 (Cleanup handling of Gw.0 and Gw.0Ee format)Jerry DeLisle2-10/+33
2013-07-03backport: fpu-387.h (_FPU_MASK_ALL): New.Uros Bizjak2-22/+38
2013-04-29backport: re PR fortran/51825 (Fortran runtime error: Cannot match namelist o...Jerry DeLisle2-7/+19
2013-04-28backport: re PR libfortran/56786 (Namelist read fails with designators contai...Jerry DeLisle3-17/+50
2013-04-28backport: re PR fortran/52512 (Cannot match namelist object name)Jerry DeLisle2-6/+17
2013-04-11Mark ChangeLogRichard Biener1-0/+4
2013-04-03backport: re PR libfortran/56737 (Wrong I/O result with format cache for Holl...Tobias Burnus2-14/+33
2013-04-03backport: re PR fortran/56735 (Namelist Read Error with question marks)Tobias Burnus2-10/+22
2013-02-21Fix regression when writing formatted sequential to a pipe.Janne Blomqvist3-17/+20
2012-12-22re PR libfortran/30162 (Document when sequential I/O with named pipes works)Thomas Koenig2-1/+16
2012-10-12re PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes malloc error on several ...Thomas Koenig1-1/+1
2012-10-12re PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes malloc error on several ...Thomas Koenig2-14/+36
2012-09-20Mark ChangeLogGCC Administrator1-0/+4
2012-09-05fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.Uros Bizjak2-4/+3
2012-09-05fpu-387.h (set_fpu): Use __builtin_ia32_stmxcsr and __builtin_ia32_ldmxcsr in...Uros Bizjak2-2/+7
2012-08-06Revert delta 190174Nick Clifton2-6/+10
2012-08-06Latest updates from FSF 4.7 branchNick Clifton2-10/+6
2012-06-14Mark ChangeLogRichard Biener1-0/+4
2012-05-31re PR bootstrap/52700 (lib* configure fails on --enable-symvers=gnu-versioned...Benjamin Kosnik3-2/+8
2012-05-12re PR fortran/53310 (EOSHIFT leaks memory)Tobias Burnus2-4/+10
2012-03-30re PR libfortran/52758 (libgfortran/intrinsics/chmod.c: Array index out of bo...Uros Bizjak2-1/+6
2012-03-22Mark ChangeLogRichard Biener1-0/+4
2012-01-20re PR libfortran/51899 (libgfortran's chmod.c fails to build on MinGW)Tobias Burnus5-4/+66
2012-01-12re PR libfortran/36755 (Avoid fork/exec in chmod intrinsic)Tobias Burnus2-36/+398
2012-01-12Remove configure check for unused fdopen.Janne Blomqvist5-13/+14
2012-01-12PR 51803 Avoid malloc if getcwd fails or is not available.Janne Blomqvist2-3/+16
2012-01-11main.c (store_exe_path): Fix absolute path detection for Windows.Tobias Burnus2-5/+18
2012-01-11PR 51803 Handle getcwd failure and lack of the function better.Janne Blomqvist2-1/+9
2012-01-10re PR fortran/51197 (Backtrace information less useful)Tobias Burnus2-13/+54
2012-01-09re PR fortran/51197 (Backtrace information less useful)Harald Anlauf3-3/+60
2012-01-09Link libgfortran with -shared-libgccRainer Orth3-2/+12
2012-01-092012-01-09 Richard Guenther <rguenther@suse.de>Richard Biener2-1481/+1486
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus4-21/+30
2011-12-22PR 51646 Use POSIX mode flags in open() argument.Janne Blomqvist4-6/+16
2011-12-08re PR fortran/50815 (ICE on allocation of deferred length character scalar du...Tobias Burnus1-0/+37
2011-11-21Additional fixes for FreeBSD-10 build:Andreas Tobler2-6/+10
2011-11-11PR 51090 Fix r181288 to conform to GNU styleJanne Blomqvist1-1/+1
2011-11-11PR 51090 Check that getenv result != NULL before proceeding.Janne Blomqvist2-0/+7
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist10-37/+38
2011-11-09Simplify time() usage.Janne Blomqvist2-3/+6
2011-11-09Configure cleanup.Janne Blomqvist25-737/+265
2011-11-09re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int...Francois-Xavier Coudert1-0/+5
2011-11-09PR 46686 Fix incorrect comment.Janne Blomqvist2-1/+6
2011-11-09configure.ac: Make more cross-compile friendly.Tobias Burnus6-11/+206