summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* gcc:Richard Henderson2011-06-032-4/+11
* PR 48931 Use async-signal-safe execve instead of execvpJanne Blomqvist2011-05-295-2/+75
* PR 49214 fd_gets should return NULL if nothing was readJanne Blomqvist2011-05-292-0/+7
* PR 19155 Check for strtod failure via endptrJanne Blomqvist2011-05-292-15/+30
* stop.c (stop_string,error_stop_string): Minor cleanup.Tobias Burnus2011-05-222-25/+27
* PR 48931 Make backtrace async-signal-safe, reformat outputJanne Blomqvist2011-05-226-172/+177
* PR 48977 Denormal exception on glibc targetsJanne Blomqvist2011-05-202-7/+13
* Clarify FP exception documentation and messagesJanne Blomqvist2011-05-206-16/+27
* lang.opt (fdump-core): Re-add as ignored option for backward compatibility.Tobias Burnus2011-05-142-64/+66
* PR 48915 Abort handlingJanne Blomqvist2011-05-148-120/+168
* Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist2011-05-1412-188/+263
* re PR libfortran/48961 (EXECUTE_COMMAND_LINE(WAIT=.false.) fails on MinGW)Tobias Burnus2011-05-142-10/+22
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-05-064-41/+81
* re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing)Jerry DeLisle2011-05-052-12/+24
* re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing)Jerry DeLisle2011-05-012-19/+29
* Whitespace fixesJanne Blomqvist2011-04-291-2/+2
* Fix path handlingJanne Blomqvist2011-04-292-16/+41
* PR 48488 TypoJanne Blomqvist2011-04-291-1/+1
* PR 48488 Fix commentsJanne Blomqvist2011-04-291-8/+11
* PR 48488 Fix commentsJanne Blomqvist2011-04-292-4/+16
* re PR libfortran/48488 (Wrong default format for real numbers)Jerry DeLisle2011-04-293-57/+63
* remove useless if-before-free testsJim Meyering2011-04-207-16/+18
* re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...Jerry DeLisle2011-04-202-2/+10
* re PR libfortran/48602 (Invalid F conversion of G descriptor for values close...Jerry DeLisle2011-04-182-5/+31
* Replace sprintf with snprintfJanne Blomqvist2011-04-1612-118/+134
* re PR libfortran/48589 (Invalid G0/G0.d editing for NaN/infinity)Jerry DeLisle2011-04-152-2/+8
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-04-153-20/+91
* PR 47571 Fix bootstrap regression on alpha-dec-osfJanne Blomqvist2011-04-156-21/+40
* Cleanup memsize typesJanne Blomqvist2011-04-1223-116/+176
* Remove _GNU_SOURCE from AM_CPPFLAGSJanne Blomqvist2011-04-123-2/+7
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-04-062-10/+16
* unix.c: Adapt stat DEFINEs since MinGW64 supports LFS.Tobias Burnus2011-04-032-13/+21
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-03-274-0/+378
* re PR libfortran/48030 (Implement read_x using fbuf_getc)Jerry DeLisle2011-03-242-36/+22
* re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found wit...Rainer Orth2011-03-213-32/+56
* re PR libfortran/35667 (HP-UX 10 has broken strtod)John David Anglin2011-03-194-4/+101
* re PR libfortran/47439 (Fun with scratch files on Windows MKTEMP only allows...Francois-Xavier Coudert2011-03-192-5/+38
* re PR libfortran/47883 (libgfortran configuration should use AC_LINK_IFELSE i...Francois-Xavier Coudert2011-03-164-28/+39
* re PR fortran/48066 (Segfault with SUM of zero-sized array)Thomas Koenig2011-03-121-1/+1
* re PR fortran/48066 (Segfault with SUM of zero-sized array)Thomas Koenig2011-03-12116-115/+234
* re PR libfortran/48047 (Incorrect output rounding of double precision numbers)Jerry DeLisle2011-03-122-1/+6
* PR 47802 Use builtins to check localtime_r return typeJanne Blomqvist2011-03-042-3/+14
* PR 47802 Hack to work around draft POSIX localtime_rJanne Blomqvist2011-03-042-3/+13
* re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2011-03-012-14/+25
* re PR fortran/47778 (reading two arrays of structures from namelist fails)Jerry DeLisle2011-02-272-0/+17
* re PR libfortran/45165 (unix.c:fallback_access() leaks file descriptors)Francois-Xavier Coudert2011-02-262-2/+11
* acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable tested in configur...Francois-Xavier Coudert2011-02-253-0/+8
* PR 47802 Use strftime for CTIME and FDATE intrinsicsJanne Blomqvist2011-02-247-127/+91
* re PR fortran/47878 (187.facerec miscompares)Jakub Jelinek2011-02-242-6/+13
* PR 47802 Test for POSIX getpwuid_rJanne Blomqvist2011-02-245-2/+84