aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-29ctime.c (ctime_r): Improve implementation.Kai Tietz2-1/+11
2011-01-27Pr 47431 CTIME/FDATE thread-safety using ctime_r()Janne Blomqvist5-8/+42
2011-01-27PR 47432 Use ttyname_r() if availableJanne Blomqvist8-32/+72
2011-01-27PR 47491 getpwuid_r() bootstrap regression on SolarisJanne Blomqvist4-643/+1420
2011-01-27re PR libfortran/47285 (G format outputs wrong number of characters when deci...Jerry DeLisle2-15/+28
2011-01-26getlog.c (getlog): Fix label/statement issue.Kai Tietz2-0/+6
2011-01-25PR 47375 getlog thread safetyJanne Blomqvist5-12/+40
2011-01-22PR 46267 strerror thread safetyJanne Blomqvist8-29/+74
2011-01-17PR47296 Segfault when running out of file descriptorsJanne Blomqvist2-8/+10
2011-01-16re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 ...Jakub Jelinek4-19/+22
2011-01-15re PR fortran/47296 (I/O Segfault when running out of file descriptors)Jerry DeLisle2-0/+8
2011-01-05re PR libfortran/47154 (END= does not work in namelist read)Jerry DeLisle2-12/+14
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek52-52/+59
2011-01-02Rotate ChangeLogs.H.J. Lu2-1008/+1014
2010-12-10re PR fortran/46540 (libquadmath: Implement --disable-libquadmath)Tobias Burnus4-7/+63
2010-12-06re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch...Dave Korn6-13/+51
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert40-111/+891
2010-11-09Cache stat values, reduce syscallsJanne Blomqvist2-18/+44
2010-11-09re PR libfortran/46373 (fflush called when reading from a string)Jerry DeLisle2-1/+8
2010-11-04PR 44931 Move struct unix_stream to unix.cJanne Blomqvist4-25/+38
2010-11-04Remove prot from unix_streamJanne Blomqvist3-34/+16
2010-11-03Remove unused empty_internal_buffer functionJanne Blomqvist3-12/+5
2010-11-03re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs)Jerry DeLisle4-2/+40
2010-11-02PR 45629 Remove usage of setjmp/longjmpJanne Blomqvist4-179/+274
2010-10-26re PR fortran/46010 (I/O: Namelist-reading bug)Jerry DeLisle3-5/+14
2010-10-21re PR fortran/46007 (wrong code for SHAPE in a scalarized loop)Thomas Koenig5-4/+53
2010-10-21re PR fortran/46079 (ABI for empty stop statement broken)Jerry DeLisle3-1/+29
2010-10-19io.h: Remove definition of the BT enumerator.Jerry DeLisle9-126/+95
2010-10-16re PR tree-optimization/20165 (Pointer does not really escape with write)Thomas Koenig3-0/+89
2010-09-23re PR fortran/45710 (Adjust format and padding for WRITE of NAMELIST group to...Jerry DeLisle2-0/+20
2010-09-22re PR libfortran/45723 (opening /dev/null for appending writes)Jerry DeLisle2-2/+9
2010-09-14re PR fortran/45532 (gfortran namelist read error)Jerry DeLisle2-1/+8
2010-09-12pack_generic.c (pack): Add missing return and fix whitespace.Francois-Xavier Coudert4-6/+17
2010-09-10string.c (compare0): Remove.Francois-Xavier Coudert2-19/+9