aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2011-11-21Additional fixes for FreeBSD-10 build:Andreas Tobler1-0/+4
2011-11-11PR 51090 Check that getenv result != NULL before proceeding.Janne Blomqvist1-0/+5
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist1-0/+17
2011-11-09Simplify time() usage.Janne Blomqvist1-0/+4
2011-11-09Configure cleanup.Janne Blomqvist1-0/+43
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 Blomqvist1-0/+5
2011-11-09configure.ac: Make more cross-compile friendly.Tobias Burnus1-9/+17
2011-11-09PR 46686 Implement backtrace with _Unwind_Backtrace from libgcc.Janne Blomqvist1-0/+20
2011-11-09PR 50016 Slow I/O on MingW due to _commitJanne Blomqvist1-0/+6
2011-11-08re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int...Francois-Xavier Coudert1-0/+5
2011-11-08re PR libfortran/47970 (c99_functions.c:611:5: warning: implicit declaration ...Francois-Xavier Coudert1-0/+5
2011-11-07Revert previous fix for PR 45723.Janne Blomqvist1-0/+6
2011-11-02Move gthr to toplevel libgccRainer Orth1-0/+10
2011-11-01Cleanup NEWUNIT allocation.Janne Blomqvist1-0/+8
2011-10-31Update file position for inquire lazily.Janne Blomqvist1-0/+10
2011-10-31Introduce a size member function to struct stream.Janne Blomqvist1-0/+19
2011-10-31Simplify handling of special files.Janne Blomqvist1-0/+20
2011-09-10re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig1-0/+104
2011-09-01bessel_r4.c: Regenerated.Thomas Koenig1-0/+7
2011-08-29trans-decl.c (generate_coarray_sym_init): Use GFC_CAF_COARRAY_STATIC for stat...Tobias Burnus1-0/+10
2011-08-29re PR libfortran/50192 (Wrong character comparision with wide strings)Thomas Koenig1-0/+9
2011-08-28re PR fortran/48066 (Segfault with SUM of zero-sized array)Thomas Koenig1-0/+165
2011-08-18re PR fortran/50109 (Formatted namelist read with multiple "!" fails with: Ca...Tobias Burnus1-0/+5
2011-07-23ctime.c: Include <stdlib.h>.Andreas Schwab1-0/+6
2011-07-23re PR libfortran/49791 (Formatted namelist reads fails with: Cannot match nam...Tobias Burnus1-0/+6
2011-07-15mpi.c (caf_runtime_error): Change fprintf to vfprintf.Daniel Carrera1-0/+5
2011-07-14Remove error parameter from caf_runtime_error. Add caf_runtime_error to singl...Daniel Carrera1-0/+13
2011-07-13PR 49296 List read, EOF without preceding separatorJanne Blomqvist1-0/+7
2011-07-09error.c (sys_abort): Change argument list from "()" to "(void)".Tobias Burnus1-0/+5
2011-07-09mpi.c (runtime_error): New function.Tobias Burnus1-0/+9
2011-07-07trans.c (gfc_allocate_with_status): Call _gfortran_caf_register with NULL arg...Tobias Burnus1-0/+10
2011-07-05memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig1-0/+50
2011-06-28re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig1-0/+18
2011-06-18PR 49296 List directed read of string ending in EOF.Janne Blomqvist1-0/+6
2011-06-17single.c (_gfortran_caf_register): Store the address of all static coarrays i...Daniel Carrera1-0/+15
2011-06-11Return error when trying to seek a non-seekable buffered fileJanne Blomqvist1-0/+5
2011-06-11Figure out whether a file is seekable with lseek()Janne Blomqvist1-0/+5
2011-06-10trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...Daniel Carrera1-9/+21
2011-06-03gcc:Richard Henderson1-0/+7
2011-05-29PR 48931 Use async-signal-safe execve instead of execvpJanne Blomqvist1-0/+12
2011-05-29PR 49214 fd_gets should return NULL if nothing was readJanne Blomqvist1-0/+5
2011-05-29PR 19155 Check for strtod failure via endptrJanne Blomqvist1-0/+7
2011-05-22stop.c (stop_string,error_stop_string): Minor cleanup.Tobias Burnus1-21/+25
2011-05-22PR 48931 Make backtrace async-signal-safe, reformat outputJanne Blomqvist1-0/+17
2011-05-20PR 48977 Denormal exception on glibc targetsJanne Blomqvist1-1/+7
2011-05-20Clarify FP exception documentation and messagesJanne Blomqvist1-0/+11
2011-05-14lang.opt (fdump-core): Re-add as ignored option for backward compatibility.Tobias Burnus1-60/+65
2011-05-14PR 48915 Abort handlingJanne Blomqvist1-0/+36
2011-05-14Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist1-0/+35