aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-20re PR libfortran/37754 (READ I/O Performance regression from 4.3 to 4.4/4.5)Jerry DeLisle2-5/+9
2009-05-07re PR libfortran/22423 (Warnings when building libgfortran)François-Xavier Coudert3-47/+56
2009-04-30Fix PR libfortran/39667Janne Blomqvist3-19/+22
2009-04-18re PR fortran/39782 (IO depends on uninitialised value)Janne Blomqvist2-6/+6
2009-04-17io.h (is_preconnected): Remove prototype.Janne Blomqvist3-14/+5
2009-04-17configure.ac: Test for -ffunction-sections -fdata-sections and set SECTION_FL...Ulrich Weigand5-24/+129
2009-04-15Fix PR number for r146134Janne Blomqvist1-1/+1
2009-04-15re PR libfortran/38668 (advance="no": no buffering, truncate and seek)Janne Blomqvist2-1/+5
2009-04-15write.c (itoa): Rename back to gfc_itoa.Danny Smith2-4/+15
2009-04-10io.h (move_pos_offset): Remove prototype.Janne Blomqvist4-30/+9
2009-04-10PR libfortran/39665 libfortran/39702 libfortran/39709Janne Blomqvist3-15/+38
2009-04-09re PR libfortran/39665 (Fortran IO using unaligned accesses to read/write dou...Janne Blomqvist3-6/+15
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek621-9278/+6830
2009-04-08open.c (already_open): Test for POSIX close return value.Janne Blomqvist4-3/+9
2009-04-08string.c (compare0): Use gfc_charlen_type.Janne Blomqvist12-127/+147
2009-04-06re PR libfortran/39664 (Revision 145571 breaks stdio)H.J. Lu2-18/+29
2009-04-06io.h (struct stream): Rename truncate to trunc.David Edelsohn3-5/+14
2009-04-05[multiple changes]Jerry DeLisle13-1752/+2143
2009-03-28re PR libfortran/33595 (FAIL: gfortran.dg/nint_2.f90 -O0 execution test)John David Anglin2-12/+19
2009-03-28string_intrinsics.c: #include <assert.h>Daniel Kraft3-12/+56
2009-03-24re PR fortran/39528 (repeated entries are not read when using list-directed i...Jerry DeLisle2-4/+10
2009-03-22Revert part of patch accidentally committed to trunk rather than fortran-dev ...Janne Blomqvist4-530/+440
2009-03-22PR libfortran/25561 libfortran/37754Janne Blomqvist4-440/+530
2009-03-09Fix PR number reference in ChangeLog from 39409 to 39402.Jerry DeLisle1-1/+1
2009-03-09re PR libfortran/39402 (gfortran 20090306: internal write of 0.0 with F0.3 g...Jerry DeLisle2-1/+7
2009-03-01backport: Support GNU/kOpenSolaris.Ralf Wildenhues2-7/+11
2009-01-21re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array...Daniel Kraft16-45/+65