aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2009-04-15re PR libfortran/38668 (advance="no": no buffering, truncate and seek)Janne Blomqvist1-1/+0
2009-04-15write.c (itoa): Rename back to gfc_itoa.Danny Smith1-4/+9
2009-04-10io.h (move_pos_offset): Remove prototype.Janne Blomqvist3-30/+2
2009-04-10PR libfortran/39665 libfortran/39702 libfortran/39709Janne Blomqvist2-15/+29
2009-04-09re PR libfortran/39665 (Fortran IO using unaligned accesses to read/write dou...Janne Blomqvist2-6/+9
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek17-248/+165
2009-04-08open.c (already_open): Test for POSIX close return value.Janne Blomqvist3-3/+3
2009-04-08string.c (compare0): Use gfc_charlen_type.Janne Blomqvist5-64/+90
2009-04-06re PR libfortran/39664 (Revision 145571 breaks stdio)H.J. Lu1-1/+6
2009-04-06io.h (struct stream): Rename truncate to trunc.David Edelsohn2-5/+6
2009-04-05[multiple changes]Jerry DeLisle12-1752/+1942
2009-03-24re PR fortran/39528 (repeated entries are not read when using list-directed i...Jerry DeLisle1-4/+4
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-09re PR libfortran/39402 (gfortran 20090306: internal write of 0.0 with F0.3 g...Jerry DeLisle1-1/+1
2009-01-13re PR libfortran/38772 (r143102 reveals missed error checking on floating poi...Jerry DeLisle1-2/+2
2009-01-05re PR libfortran/38735 ([4.4 Regresssion] Default BLANK= mode for internal un...Jerry DeLisle1-1/+1
2008-12-22re PR fortran/37472 (bad output on default-format write of double in common b...Jerry DeLisle1-2/+2
2008-12-21re PR fortran/38398 (g0.w edit descriptor: Update for F2008 Tokyo meeting cha...Jerry DeLisle4-23/+28
2008-12-14re PR fortran/38504 (double minus sign when printing integer?)Jerry DeLisle1-1/+8
2008-12-09re PR fortran/38430 (gfortran.dg/streamio_1.f90, 10, 14, 2, 6 now fails)Jerry DeLisle1-12/+13
2008-12-06re PR fortran/38291 (Rejects I/O with POS= if FMT=*)Jerry DeLisle1-2/+14
2008-12-06re PR fortran/38291 (Rejects I/O with POS= if FMT=*)Jerry DeLisle1-24/+68
2008-12-05re PR fortran/38285 (Wrong I/O output: Interaction between F and P for output)Jerry DeLisle1-1/+2
2008-11-22re PR libfortran/37839 (st_parameter_dt has unwanted padding, is out of sync ...Jakub Jelinek4-192/+108
2008-11-21re PR fortran/37472 (bad output on default-format write of double in common b...Jerry DeLisle1-1/+4
2008-11-16re PR libfortran/38097 (I/O with blanks in exponent fails; blank="NULL", BN e...Jerry DeLisle3-11/+6
2008-11-15re PR libfortran/37294 (Namelist I/O to array character internal units)Jerry DeLisle1-1/+30
2008-10-23re PR libfortran/37707 (Namelist read of array of derived type incorrect)Jerry DeLisle2-59/+3
2008-10-19re PR fortran/37834 (write(*,'(f0.0)') 0.0 prints "." instead of "0.")Jerry DeLisle1-0/+16
2008-10-18re PR fortran/37863 (Display of a value close but less to 1 shows 2 with '(F3...Jerry DeLisle2-2/+2
2008-10-16file_pos.c (unformatted_backspace): Normal case is GFC_CONVERT_NATIVE.Thomas Koenig2-40/+47
2008-10-14re PR fortran/37083 (Formatted read of line without trailing new-line fails)Jerry DeLisle1-8/+10
2008-10-09re PR libfortran/37753 (Convert="BIG_ENDIAN" reverses character)Thomas Koenig1-4/+4
2008-10-09re PR libfortran/37707 (Namelist read of array of derived type incorrect)Jerry DeLisle1-0/+3
2008-09-26re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle7-266/+208
2008-09-23re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle7-236/+407
2008-09-02re PR fortran/37228 (F2008: Support g0.<d> edit descriptor)Jerry DeLisle4-23/+66
2008-08-31re PR fortran/36895 (Namelist writting to internal files: Control characters...Jerry DeLisle1-16/+24
2008-08-19re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Tobias Burnus1-0/+1
2008-08-16re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle2-107/+385
2008-07-23re PR fortran/36582 (Namelist I/O error: Bogus "Cannot match namelist object")Jerry DeLisle1-1/+1
2008-07-22re PR fortran/29835 (Error message of unknown edit descriptor needs improvement)Daniel Kraft1-3/+7
2008-07-22re PR fortran/36890 (libgfortran/io/file_pos.c:55: warning: comparison betwee...Thomas Koenig1-1/+1
2008-07-21re PR libfortran/36857 (Non-English locale breaks gfortran float formatting (...Jerry DeLisle1-25/+28
2008-07-02re PR fortran/36676 (Namelist Comments Problems)Jerry DeLisle1-2/+2
2008-06-28re PR libfortran/36657 (Namelist reading bug with string constant immediately...Jerry DeLisle1-3/+4
2008-06-17re PR libfortran/36546 (Namelist error with tab following a comma and newline)Jerry DeLisle1-1/+1
2008-06-15re PR fortran/36515 (Integer read from stdin yields a value overflow for a va...Jerry DeLisle1-2/+2
2008-06-14re PR libfortran/36538 (namelist failure with tabs preceding object name)Jerry DeLisle1-0/+2