aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-19re PR libfortran/35667 (HP-UX 10 has broken strtod)John David Anglin4-4/+101
2011-03-19re PR libfortran/47439 (Fun with scratch files on Windows MKTEMP only allows...Francois-Xavier Coudert2-5/+38
2011-03-16re PR libfortran/47883 (libgfortran configuration should use AC_LINK_IFELSE i...Francois-Xavier Coudert4-28/+39
2011-03-12re PR fortran/48066 (Segfault with SUM of zero-sized array)Thomas Koenig1-1/+1
2011-03-12re PR fortran/48066 (Segfault with SUM of zero-sized array)Thomas Koenig116-115/+234
2011-03-12re PR libfortran/48047 (Incorrect output rounding of double precision numbers)Jerry DeLisle2-1/+6
2011-03-04PR 47802 Use builtins to check localtime_r return typeJanne Blomqvist2-3/+14
2011-03-04PR 47802 Hack to work around draft POSIX localtime_rJanne Blomqvist2-3/+13
2011-03-01re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2-14/+25
2011-02-27re PR fortran/47778 (reading two arrays of structures from namelist fails)Jerry DeLisle2-0/+17
2011-02-26re PR libfortran/45165 (unix.c:fallback_access() leaks file descriptors)Francois-Xavier Coudert2-2/+11
2011-02-25acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable tested in configur...Francois-Xavier Coudert3-0/+8
2011-02-24PR 47802 Use strftime for CTIME and FDATE intrinsicsJanne Blomqvist7-127/+91
2011-02-24re PR fortran/47878 (187.facerec miscompares)Jakub Jelinek2-6/+13
2011-02-24PR 47802 Test for POSIX getpwuid_rJanne Blomqvist5-2/+84
2011-02-24re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2-19/+6