summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/41328 (bad iostat when reading DOS file in a character array (n...Jerry DeLisle2009-09-131-10/+15
* re PR fortran/41219 (libgfortran build warnings)Jerry DeLisle2009-09-121-1/+1
* re PR fortran/41192 (NAMELIST input with just a comment ("&NAME ! comment \")...Jerry DeLisle2009-09-081-8/+8
* re PR fortran/41075 ([F2008] Implement unlimited format item)Jerry DeLisle2009-08-172-2/+36
* re PR libfortran/32784 ([win32] Using 'CONOUT$', 'CONIN$', or 'CONERR$' as as...Jerry DeLisle2009-08-141-0/+21
* re PR fortran/40853 (I/O: Namelist read error)Jerry DeLisle2009-08-021-1/+1
* re PR libfortran/32784 ([win32] Using 'CONOUT$', 'CONIN$', or 'CONERR$' as as...Jerry DeLisle2009-07-231-0/+20
* When finalizing I/O transfer, set current_record to 0 before returning.Janne Blomqvist2009-07-171-1/+5
* re PR fortran/40588 (Small bug in match_charkind_name)Tobias Burnus2009-07-131-1/+1
* re PR libfortran/40330 (incorrect IO)Jerry DeLisle2009-07-093-29/+35
* re PR fortran/40576 (Endless loop in internal write)Jerry DeLisle2009-06-301-1/+1
* re PR fortran/40508 (memory leak in internal write of gfortran)Jerry DeLisle2009-06-231-1/+4
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2009-06-213-38/+36
* re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement)Jerry DeLisle2009-06-074-18/+51
* re PR libfortran/40334 (changed BACKSPACE behaviour at end of file.)Jerry DeLisle2009-06-071-0/+5
* re PR libfortran/40330 (incorrect IO)Janne Blomqvist2009-06-041-2/+11
* re PR libfortran/37754 (READ I/O Performance regression from 4.3 to 4.4/4.5)Jerry DeLisle2009-05-201-5/+4
* re PR libfortran/22423 (Warnings when building libgfortran)François-Xavier Coudert2009-05-071-1/+1
* Fix PR libfortran/39667Janne Blomqvist2009-04-302-19/+15
* re PR fortran/39782 (IO depends on uninitialised value)Janne Blomqvist2009-04-181-6/+0
* io.h (is_preconnected): Remove prototype.Janne Blomqvist2009-04-172-14/+0
* re PR libfortran/38668 (advance="no": no buffering, truncate and seek)Janne Blomqvist2009-04-151-1/+0
* write.c (itoa): Rename back to gfc_itoa.Danny Smith2009-04-151-4/+9
* io.h (move_pos_offset): Remove prototype.Janne Blomqvist2009-04-103-30/+2
* PR libfortran/39665 libfortran/39702 libfortran/39709Janne Blomqvist2009-04-102-15/+29
* re PR libfortran/39665 (Fortran IO using unaligned accesses to read/write dou...Janne Blomqvist2009-04-092-6/+9
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-0917-248/+165
* open.c (already_open): Test for POSIX close return value.Janne Blomqvist2009-04-083-3/+3
* string.c (compare0): Use gfc_charlen_type.Janne Blomqvist2009-04-085-64/+90
* re PR libfortran/39664 (Revision 145571 breaks stdio)H.J. Lu2009-04-061-1/+6
* io.h (struct stream): Rename truncate to trunc.David Edelsohn2009-04-062-5/+6
* [multiple changes]Jerry DeLisle2009-04-0512-1752/+1942
* re PR fortran/39528 (repeated entries are not read when using list-directed i...Jerry DeLisle2009-03-241-4/+4
* Revert part of patch accidentally committed to trunk rather than fortran-dev ...Janne Blomqvist2009-03-224-530/+440
* PR libfortran/25561 libfortran/37754Janne Blomqvist2009-03-224-440/+530
* re PR libfortran/39402 (gfortran 20090306: internal write of 0.0 with F0.3 g...Jerry DeLisle2009-03-091-1/+1
* re PR libfortran/38772 (r143102 reveals missed error checking on floating poi...Jerry DeLisle2009-01-131-2/+2
* re PR libfortran/38735 ([4.4 Regresssion] Default BLANK= mode for internal un...Jerry DeLisle2009-01-051-1/+1
* re PR fortran/37472 (bad output on default-format write of double in common b...Jerry DeLisle2008-12-221-2/+2
* re PR fortran/38398 (g0.w edit descriptor: Update for F2008 Tokyo meeting cha...Jerry DeLisle2008-12-214-23/+28
* re PR fortran/38504 (double minus sign when printing integer?)Jerry DeLisle2008-12-141-1/+8
* re PR fortran/38430 (gfortran.dg/streamio_1.f90, 10, 14, 2, 6 now fails)Jerry DeLisle2008-12-091-12/+13
* re PR fortran/38291 (Rejects I/O with POS= if FMT=*)Jerry DeLisle2008-12-061-2/+14
* re PR fortran/38291 (Rejects I/O with POS= if FMT=*)Jerry DeLisle2008-12-061-24/+68
* re PR fortran/38285 (Wrong I/O output: Interaction between F and P for output)Jerry DeLisle2008-12-051-1/+2
* re PR libfortran/37839 (st_parameter_dt has unwanted padding, is out of sync ...Jakub Jelinek2008-11-224-192/+108
* re PR fortran/37472 (bad output on default-format write of double in common b...Jerry DeLisle2008-11-211-1/+4
* re PR libfortran/38097 (I/O with blanks in exponent fails; blank="NULL", BN e...Jerry DeLisle2008-11-163-11/+6
* re PR libfortran/37294 (Namelist I/O to array character internal units)Jerry DeLisle2008-11-151-1/+30
* re PR libfortran/37707 (Namelist read of array of derived type incorrect)Jerry DeLisle2008-10-232-59/+3