aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2013-04-04backport: re PR libfortran/56737 (Wrong I/O result with format cache for Holl...Tobias Burnus2-14/+33
2013-04-04backport: re PR fortran/56735 (Namelist Read Error with question marks)Tobias Burnus2-7/+19
2012-10-21re PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes malloc error on several ...Thomas Koenig2-14/+36
2012-05-12re PR fortran/53310 (EOSHIFT leaks memory)Tobias Burnus2-6/+12
2012-03-01Mark ChangeLogGCC Administrator1-0/+4
2011-11-20Additional fixes for FreeBSD-10 build:Andreas Tobler2-6/+10
2011-10-26Mark ChangeLogGCC Administrator1-0/+4
2011-10-19re PR libfortran/50016 (Drastic I/O performance regression on Windows)Janne Blomqvist5-31/+38
2011-10-18re PR libfortran/50016 (Drastic I/O performance regression on Windows)Tobias Burnus5-6/+42
2011-09-11backport: re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig100-198/+204
2011-08-29backport: re PR libfortran/50192 (Wrong character comparision with wide strings)Thomas Koenig4-1/+36
2011-08-19re PR fortran/50109 (Formatted namelist read with multiple "!" fails with: Ca...Tobias Burnus2-10/+6
2011-07-27backport: re PR libfortran/49791 (Formatted namelist reads fails with: Cannot...Tobias Burnus2-4/+12
2011-07-13PR 49296 List read, EOF before separator, backport from trunkJanne Blomqvist2-8/+16
2011-07-06Partial backport from trunk: PR fortran/49479Thomas Koenig10-10/+16
2011-07-03PR 48296 Accept EOF as separator when reading string with list format.Janne Blomqvist2-8/+15
2011-06-27Mark ChangeLogGCC Administrator1-0/+4
2011-04-30backport: re PR libfortran/48030 (Implement read_x using fbuf_getc)Jerry DeLisle2-36/+23
2011-04-18PR 47571 Fix weakref trickery breakage on alpha-dec-osfJanne Blomqvist6-27/+39
2011-03-28backport: re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not...Rainer Orth3-32/+59
2011-03-25Mark ChangeLogGCC Administrator1-0/+4
2011-03-17re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Rainer Orth2-0/+13
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
2011-02-23PR 47694 Read from named pipe failsJanne Blomqvist3-20/+30
2011-02-22re PR libfortran/47830 (errors in intrinsics/c99_functions.c)Tobias Burnus2-1/+8
2011-02-19re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2-2/+8
2011-02-17re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2-11/+36
2011-02-16re PR libfortran/47757 (Unintentionally? not exported _gfortran_* symbols in ...Jakub Jelinek2-0/+40
2011-02-15re PR libfortran/47716 (libgfortran quadmath_weak.h not found on NetBSD 5.1)Tobias Burnus3-34/+108
2011-02-14re PR fortran/47642 (real(kind=16) - libquadmath - segfault on amd64 FreeBSD)Jakub Jelinek3-5/+15
2011-02-13Remove freebsd1 from libtool.m4 macros and config.rpath.Ralf Wildenhues4-28/+17
2011-02-05re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2-7/+14
2011-02-05PR 47571 Fix HPUX bootstrap regression, cleanupJanne Blomqvist4-62/+98
2011-02-02PR 47571 Weakref trickery for clock_gettime()Janne Blomqvist4-13/+42
2011-02-01Include errno.h needed by fallbacksJanne Blomqvist2-0/+6
2011-01-31Fix GF_CLOCK_MONOTONIC from r169449Janne Blomqvist2-1/+5
2011-01-31Use clock_gettime in libgfortran timing intrinsics, cleanupJanne Blomqvist10-174/+257
2011-01-29re PR libfortran/47434 (Wrong field width for NaN with (F0.n) formatting)Jerry DeLisle2-14/+44