aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-13re PR libfortran/38772 (r143102 reveals missed error checking on floating poi...Jerry DeLisle2-2/+8
2009-01-05re PR libfortran/38735 ([4.4 Regresssion] Default BLANK= mode for internal un...Jerry DeLisle2-1/+7
2008-12-29re PR fortran/31832 (FAIL: gfortran.dg/integer_exponentiation_2.f90 at -O1 an...John David Anglin6-0/+55
2008-12-22re PR fortran/37472 (bad output on default-format write of double in common b...Jerry DeLisle2-2/+8
2008-12-21re PR fortran/38398 (g0.w edit descriptor: Update for F2008 Tokyo meeting cha...Jerry DeLisle5-23/+42
2008-12-18Backport from upstream Libtool:Ralf Wildenhues2-84/+118
2008-12-14re PR fortran/38504 (double minus sign when printing integer?)Jerry DeLisle2-1/+14
2008-12-09re PR fortran/38430 (gfortran.dg/streamio_1.f90, 10, 14, 2, 6 now fails)Jerry DeLisle2-12/+22
2008-12-06re PR fortran/38291 (Rejects I/O with POS= if FMT=*)Jerry DeLisle2-2/+21
2008-12-06* runtime/main.c (store_exe_path): Don't crash if argv0 is NULL.Adam Nemet2-1/+6
2008-12-06re PR fortran/38291 (Rejects I/O with POS= if FMT=*)Jerry DeLisle2-24/+75
2008-12-05re PR fortran/38285 (Wrong I/O output: Interaction between F and P for output)Jerry DeLisle2-1/+8
2008-11-23re PR libfortran/38234 (In Reshape, SOURCE can be bigger than result)Thomas Koenig14-416/+434
2008-11-23nessage.txtDanny Smith2-1/+7
2008-11-22re PR libfortran/38225 (RESHAPE bounds with multi-dimensional SOURCE)Thomas Koenig14-13/+122
2008-11-22re PR libfortran/37839 (st_parameter_dt has unwanted padding, is out of sync ...Jakub Jelinek5-192/+131
2008-11-21re PR fortran/37472 (bad output on default-format write of double in common b...Jerry DeLisle2-1/+10
2008-11-18re PR fortran/38135 (RESHAPE gives wrong result)Thomas Koenig14-52/+70
2008-11-16re PR libfortran/38097 (I/O with blanks in exponent fails; blank="NULL", BN e...Jerry DeLisle4-11/+14
2008-11-15re PR libfortran/37294 (Namelist I/O to array character internal units)Jerry DeLisle2-1/+37
2008-11-01re PR fortran/37159 (RANDOM_SEED: GET= check array size at compile time and...Dennis Wassel2-10/+18
2008-10-23Fix typo.Jerry DeLisle1-1/+1
2008-10-23re PR libfortran/37707 (Namelist read of array of derived type incorrect)Jerry DeLisle3-59/+11
2008-10-21re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig14-0/+304