aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2009-09-13re PR fortran/41328 (bad iostat when reading DOS file in a character array (n...Jerry DeLisle2-10/+21
2009-09-12re PR fortran/41219 (libgfortran build warnings)Jerry DeLisle2-1/+6
2009-09-11Override all per-target *_LINK variables correctly.Ralf Wildenhues3-3/+7
2009-09-09stdint.m4 (GCC_HEADER_STDINT): Revert changes to this macro in the previous t...Paolo Bonzini2-428/+771
2009-09-09stdint.m4: Store temporary file in $tmp/_GCC_STDINT_H.Paolo Bonzini2-767/+432
2009-09-08re PR fortran/41192 (NAMELIST input with just a comment ("&NAME ! comment \")...Jerry DeLisle2-8/+18
2009-09-04re PR fortran/41219 (libgfortran build warnings)Tobias Burnus2-0/+8
2009-09-03re PR fortran/41219 (libgfortran build warnings)Tobias Burnus2-2/+8
2009-08-30pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica...Thomas Koenig17-852/+95
2009-08-25re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig4-9/+136
2009-08-25re PR libfortran/41157 (dtime not consistent in times reported)Steven G. Kargl3-7/+23
2009-08-24Update AC_PREREQ entries to 2.64Ralf Wildenhues2-1/+5
2009-08-23cshift0.c: Update license to GPL3+exception.Steven G. Kargl3-15/+40
2009-08-22Cleanups after the update to Autoconf 2.64, Automake 1.11.Ralf Wildenhues3-10/+7
2009-08-22Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues5-20977/+10884
2009-08-22LIBTOOLFLAGS, and *_LINK fixes for Automake 1.11Ralf Wildenhues3-2/+7
2009-08-20re PR fortran/40962 (Conversion problem for f-allocatable -> cptr -> fptr ->...Thomas Koenig2-1/+7
2009-08-20Makefile.am (libgomp_la_LDFLAGS): Add -bindir flag.Dave Korn3-2/+7
2009-08-17re PR fortran/41075 ([F2008] Implement unlimited format item)Jerry DeLisle3-2/+46
2009-08-14re PR libfortran/32784 ([win32] Using 'CONOUT$', 'CONIN$', or 'CONERR$' as as...Jerry DeLisle1-0/+21
2009-08-14string_intrinsics_inc.c (string_len_trim): Use __INTPTR_TYPE__ to cast from p...Kai Tietz2-1/+11
2009-08-14Add comment saying file is deprecatedJanne Blomqvist2-0/+7
2009-08-14PR libfortran/40863 Fix r150107 moving new symbols to C99_1.1 nodeJanne Blomqvist2-7/+12
2009-08-09re PR libfortran/40549 (Building libgfortran as a DLL)Francois-Xavier Coudert4-9/+12
2009-08-02re PR fortran/40853 (I/O: Namelist read error)Jerry DeLisle2-1/+7
2009-07-31Makefile.am: Don't set SECTION_FLAGS with @SECTION_FLAGS@.Kaz Kojima3-6/+10
2009-07-30configure.host: Define ieee_flags and set it to -mieee for sh.Kaz Kojima6-2/+34
2009-07-30extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or ...Ralf Wildenhues2-1/+5
2009-07-27re PR libfortran/40863 (Build failure in libgfortran)Tobias Burnus3-101/+332
2009-07-25re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus3-0/+314
2009-07-24re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1)Jakub Jelinek163-13494/+20787
2009-07-23re PR libfortran/32784 ([win32] Using 'CONOUT$', 'CONIN$', or 'CONERR$' as as...Jerry DeLisle2-0/+27
2009-07-19[multiple changes]Thomas Koenig174-7023/+1792
2009-07-17When finalizing I/O transfer, set current_record to 0 before returning.Janne Blomqvist2-1/+12
2009-07-13re PR fortran/40588 (Small bug in match_charkind_name)Tobias Burnus3-12/+29
2009-07-10c99_functions.c (ccoshf, [...]): Fix errant minus.Steven G. Kargl2-8/+13
2009-07-09re PR libfortran/40330 (incorrect IO)Jerry DeLisle4-29/+54
2009-06-30re PR fortran/40576 (Endless loop in internal write)Jerry DeLisle2-1/+6
2009-06-23Delete bad entry.Jerry DeLisle1-7/+1
2009-06-23re PR fortran/40508 (memory leak in internal write of gfortran)Jerry DeLisle2-1/+15
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig336-9583/+9238
2009-06-14fmain.c (main): Don't PREFIX set_args.Francois-Xavier Coudert4-2/+9
2009-06-07re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement)Jerry DeLisle6-18/+68
2009-06-07re PR libfortran/40334 (changed BACKSPACE behaviour at end of file.)Jerry DeLisle2-0/+11
2009-06-04re PR libfortran/40330 (incorrect IO)Janne Blomqvist2-2/+17
2009-05-29re PR fortran/40019 (LEADZ and TRAILZ give wrong results)Francois-Xavier Coudert5-6/+169
2009-05-29Fix PR40190; use localtime_r, gmtime_r, add fallback implementationsJanne Blomqvist5-8/+165
2009-05-27Revert part of r147883 that breaks ABIJanne Blomqvist3-1/+10
2009-05-27re PR libfortran/40187 (c_f_pointer with stride in SHAPE)Thomas Koenig2-27/+41
2009-05-26re PR fortran/39178 (Generate main() rather than using a main in libgfortran/...Tobias Burnus4-28/+38