summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2011-02-242-19/+6
* PR 47694 Read from named pipe failsJanne Blomqvist2011-02-233-20/+30
* re PR libfortran/47830 (errors in intrinsics/c99_functions.c)Tobias Burnus2011-02-222-1/+8
* re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2011-02-192-2/+8
* re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2011-02-172-11/+36
* re PR libfortran/47757 (Unintentionally? not exported _gfortran_* symbols in ...Jakub Jelinek2011-02-162-0/+40
* re PR libfortran/47716 (libgfortran quadmath_weak.h not found on NetBSD 5.1)Tobias Burnus2011-02-153-34/+108
* re PR fortran/47642 (real(kind=16) - libquadmath - segfault on amd64 FreeBSD)Jakub Jelinek2011-02-143-5/+15
* Remove freebsd1 from libtool.m4 macros and config.rpath.Ralf Wildenhues2011-02-134-28/+17
* re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2011-02-052-7/+14
* PR 47571 Fix HPUX bootstrap regression, cleanupJanne Blomqvist2011-02-054-62/+98
* PR 47571 Weakref trickery for clock_gettime()Janne Blomqvist2011-02-024-13/+42
* Include errno.h needed by fallbacksJanne Blomqvist2011-02-012-0/+6
* Fix GF_CLOCK_MONOTONIC from r169449Janne Blomqvist2011-01-312-1/+5
* Use clock_gettime in libgfortran timing intrinsics, cleanupJanne Blomqvist2011-01-3110-174/+257
* re PR libfortran/47434 (Wrong field width for NaN with (F0.n) formatting)Jerry DeLisle2011-01-292-14/+44
* ctime.c (ctime_r): Improve implementation.Kai Tietz2011-01-292-1/+11
* Pr 47431 CTIME/FDATE thread-safety using ctime_r()Janne Blomqvist2011-01-275-8/+42
* PR 47432 Use ttyname_r() if availableJanne Blomqvist2011-01-278-32/+72
* PR 47491 getpwuid_r() bootstrap regression on SolarisJanne Blomqvist2011-01-274-643/+1420
* re PR libfortran/47285 (G format outputs wrong number of characters when deci...Jerry DeLisle2011-01-272-15/+28