aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-17single.c (_gfortran_caf_register): Store the address of all static coarrays i...Daniel Carrera4-20/+97
2011-06-11Return error when trying to seek a non-seekable buffered fileJanne Blomqvist2-1/+11
2011-06-11Figure out whether a file is seekable with lseek()Janne Blomqvist2-6/+11
2011-06-10trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...Daniel Carrera4-46/+78
2011-06-03gcc:Richard Henderson2-4/+11
2011-05-29PR 48931 Use async-signal-safe execve instead of execvpJanne Blomqvist5-2/+75
2011-05-29PR 49214 fd_gets should return NULL if nothing was readJanne Blomqvist2-0/+7
2011-05-29PR 19155 Check for strtod failure via endptrJanne Blomqvist2-15/+30
2011-05-22stop.c (stop_string,error_stop_string): Minor cleanup.Tobias Burnus2-25/+27
2011-05-22PR 48931 Make backtrace async-signal-safe, reformat outputJanne Blomqvist6-172/+177
2011-05-20PR 48977 Denormal exception on glibc targetsJanne Blomqvist2-7/+13
2011-05-20Clarify FP exception documentation and messagesJanne Blomqvist6-16/+27
2011-05-14lang.opt (fdump-core): Re-add as ignored option for backward compatibility.Tobias Burnus2-64/+66
2011-05-14PR 48915 Abort handlingJanne Blomqvist8-120/+168
2011-05-14Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist12-188/+263
2011-05-14re PR libfortran/48961 (EXECUTE_COMMAND_LINE(WAIT=.false.) fails on MinGW)Tobias Burnus2-10/+22
2011-05-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus4-41/+81
2011-05-05re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing)Jerry DeLisle2-12/+24
2011-05-01re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing)Jerry DeLisle2-19/+29
2011-04-29Whitespace fixesJanne Blomqvist1-2/+2
2011-04-29Fix path handlingJanne Blomqvist2-16/+41
2011-04-29PR 48488 TypoJanne Blomqvist1-1/+1
2011-04-29PR 48488 Fix commentsJanne Blomqvist1-8/+11
2011-04-29PR 48488 Fix commentsJanne Blomqvist2-4/+16
2011-04-29re PR libfortran/48488 (Wrong default format for real numbers)Jerry DeLisle3-57/+63
2011-04-20remove useless if-before-free testsJim Meyering7-16/+18
2011-04-20re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...Jerry DeLisle2-2/+10
2011-04-18re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...Jerry DeLisle2-5/+31
2011-04-16Replace sprintf with snprintfJanne Blomqvist12-118/+134
2011-04-15re PR libfortran/48589 (Invalid G0/G0.d editing for NaN/infinity)Jerry DeLisle2-2/+8
2011-04-15re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus3-20/+91
2011-04-15PR 47571 Fix bootstrap regression on alpha-dec-osfJanne Blomqvist6-21/+40
2011-04-12Cleanup memsize typesJanne Blomqvist23-116/+176
2011-04-12Remove _GNU_SOURCE from AM_CPPFLAGSJanne Blomqvist3-2/+7
2011-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2-10/+16
2011-04-03unix.c: Adapt stat DEFINEs since MinGW64 supports LFS.Tobias Burnus2-13/+21
2011-03-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus4-0/+378
2011-03-24re PR libfortran/48030 (Implement read_x using fbuf_getc)Jerry DeLisle2-36/+22
2011-03-21re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found wit...Rainer Orth3-32/+56