aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-09PR 46686 Implement backtrace with _Unwind_Backtrace from libgcc.Janne Blomqvist7-189/+189
2011-11-09PR 50016 Slow I/O on MingW due to _commitJanne Blomqvist3-5/+10
2011-11-08re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int...Francois-Xavier Coudert2-13/+12
2011-11-08re PR libfortran/47970 (c99_functions.c:611:5: warning: implicit declaration ...Francois-Xavier Coudert2-30/+36
2011-11-07Revert previous fix for PR 45723.Janne Blomqvist2-1/+7
2011-11-02Move gthr to toplevel libgccRainer Orth7-38/+16
2011-11-01Copyright years and whitespace fix for r180734Janne Blomqvist2-3/+4
2011-11-01Cleanup NEWUNIT allocation.Janne Blomqvist3-10/+16
2011-10-31Update file position for inquire lazily.Janne Blomqvist5-43/+43
2011-10-31Introduce a size member function to struct stream.Janne Blomqvist7-24/+56
2011-10-31Simplify handling of special files.Janne Blomqvist7-117/+63
2011-09-10re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig100-198/+203
2011-09-01bessel_r4.c: Regenerated.Thomas Koenig5-8/+7
2011-08-29trans-decl.c (generate_coarray_sym_init): Use GFC_CAF_COARRAY_STATIC for stat...Tobias Burnus4-12/+62
2011-08-29re PR libfortran/50192 (Wrong character comparision with wide strings)Thomas Koenig4-1/+35
2011-08-28re PR fortran/48066 (Segfault with SUM of zero-sized array)Thomas Koenig162-169/+326
2011-08-18re PR fortran/50109 (Formatted namelist read with multiple "!" fails with: Ca...Tobias Burnus2-10/+6
2011-07-23ctime.c: Include <stdlib.h>.Andreas Schwab4-0/+9
2011-07-23re PR libfortran/49791 (Formatted namelist reads fails with: Cannot match nam...Tobias Burnus2-1/+6
2011-07-15mpi.c (caf_runtime_error): Change fprintf to vfprintf.Daniel Carrera3-2/+7
2011-07-14Remove error parameter from caf_runtime_error. Add caf_runtime_error to singl...Daniel Carrera3-12/+39
2011-07-13PR 49296 List read, EOF without preceding separatorJanne Blomqvist2-6/+13
2011-07-09error.c (sys_abort): Change argument list from "()" to "(void)".Tobias Burnus2-1/+6
2011-07-09mpi.c (runtime_error): New function.Tobias Burnus2-46/+83
2011-07-07trans.c (gfc_allocate_with_status): Call _gfortran_caf_register with NULL arg...Tobias Burnus4-8/+105
2011-07-05memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig43-267/+225
2011-06-28re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig14-13/+136
2011-06-18PR 49296 List directed read of string ending in EOF.Janne Blomqvist2-9/+15