Age | Commit message (Expand) | Author | Files | Lines |
2013-07-21 | re PR libfortran/35862 ([F2003] Implement new rounding modes for run time) | Tobias Burnus | 1 | -2/+8 |
2013-01-23 | Improve performance of byte-swapped I/O. | Janne Blomqvist | 1 | -3/+0 |
2013-01-14 | Update copyright years in libgfortran. | Richard Sandiford | 1 | -3/+1 |
2012-12-27 | re PR fortran/48976 (INQUIRE with STREAM= not supported) | Jerry DeLisle | 1 | -0/+2 |
2012-05-30 | decl.c: Fix comment typos. | Tobias Burnus | 1 | -4/+4 |
2012-05-14 | PR 52428 Range checking when reading integer values. | Janne Blomqvist | 1 | -2/+2 |
2011-11-10 | Let the compiler decide whether to inline. | Janne Blomqvist | 1 | -0/+9 |
2011-11-01 | Copyright years and whitespace fix for r180734 | Janne Blomqvist | 1 | -1/+2 |
2011-11-01 | Cleanup NEWUNIT allocation. | Janne Blomqvist | 1 | -4/+0 |
2011-10-31 | Update file position for inquire lazily. | Janne Blomqvist | 1 | -3/+0 |
2011-04-12 | Cleanup memsize types | Janne Blomqvist | 1 | -6/+5 |
2011-03-19 | re PR libfortran/35667 (HP-UX 10 has broken strtod) | John David Anglin | 1 | -0/+3 |
2010-11-02 | PR 45629 Remove usage of setjmp/longjmp | Janne Blomqvist | 1 | -3/+4 |
2010-10-19 | io.h: Remove definition of the BT enumerator. | Jerry DeLisle | 1 | -10/+2 |
2010-07-16 | re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4) | Jerry DeLisle | 1 | -0/+3 |
2010-07-13 | re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4) | Jerry DeLisle | 1 | -0/+2 |
2010-04-01 | transfer.c: Update copyright. | Paul Thomas | 1 | -1/+1 |
2010-03-22 | re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.) | Jerry DeLisle | 1 | -1/+1 |
2010-03-18 | re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file) | Jerry DeLisle | 1 | -3/+0 |
2010-03-09 | re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file) | Jerry DeLisle | 1 | -1/+1 |
2009-11-02 | Split up io/io.h | Janne Blomqvist | 1 | -281/+7 |
2009-09-29 | re PR libfortran/35862 ([F2003] Implement new rounding modes for run time) | Jerry DeLisle | 1 | -1/+2 |
2009-08-17 | re PR fortran/41075 ([F2008] Implement unlimited format item) | Jerry DeLisle | 1 | -1/+1 |
2009-07-13 | re PR fortran/40588 (Small bug in match_charkind_name) | Tobias Burnus | 1 | -1/+1 |
2009-07-09 | re PR libfortran/40330 (incorrect IO) | Jerry DeLisle | 1 | -1/+3 |
2009-06-07 | re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement) | Jerry DeLisle | 1 | -0/+8 |
2009-04-17 | io.h (is_preconnected): Remove prototype. | Janne Blomqvist | 1 | -3/+0 |
2009-04-10 | io.h (move_pos_offset): Remove prototype. | Janne Blomqvist | 1 | -3/+0 |
2009-04-10 | PR libfortran/39665 libfortran/39702 libfortran/39709 | Janne Blomqvist | 1 | -3/+2 |
2009-04-09 | re PR libfortran/39665 (Fortran IO using unaligned accesses to read/write dou... | Janne Blomqvist | 1 | -4/+5 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 1 | -13/+10 |
2009-04-06 | io.h (struct stream): Rename truncate to trunc. | David Edelsohn | 1 | -2/+3 |
2009-04-05 | [multiple changes] | Jerry DeLisle | 1 | -47/+106 |
2009-03-22 | Revert part of patch accidentally committed to trunk rather than fortran-dev ... | Janne Blomqvist | 1 | -81/+45 |
2009-03-22 | PR libfortran/25561 libfortran/37754 | Janne Blomqvist | 1 | -45/+81 |
2008-12-21 | re PR fortran/38398 (g0.w edit descriptor: Update for F2008 Tokyo meeting cha... | Jerry DeLisle | 1 | -1/+3 |
2008-11-22 | re PR libfortran/37839 (st_parameter_dt has unwanted padding, is out of sync ... | Jakub Jelinek | 1 | -175/+93 |
2008-10-18 | re PR fortran/37863 (Display of a value close but less to 1 shows 2 with '(F3... | Jerry DeLisle | 1 | -1/+1 |
2008-09-26 | re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken) | Jerry DeLisle | 1 | -3/+3 |
2008-09-23 | re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken) | Jerry DeLisle | 1 | -93/+180 |
2008-09-02 | re PR fortran/37228 (F2008: Support g0.<d> edit descriptor) | Jerry DeLisle | 1 | -0/+3 |
2008-06-13 | re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8") | Jerry DeLisle | 1 | -0/+6 |
2008-06-07 | re PR fortran/36420 (Fortran 2008: g0 edit descriptor) | Jerry DeLisle | 1 | -0/+3 |
2008-05-16 | Part 1.1 of PR25561. | Janne Blomqvist | 1 | -1/+1 |
2008-05-15 | Part 1 of PR 25561. | Janne Blomqvist | 1 | -9/+45 |
2008-04-07 | PR fortran/25829 28655 | Jerry DeLisle | 1 | -5/+7 |
2008-04-05 | PR fortran/25829 28655 | Jerry DeLisle | 1 | -4/+92 |
2008-01-03 | re PR fortran/34565 (internal write to string array fails) | Thomas Koenig | 1 | -3/+5 |
2007-12-13 | re PR libfortran/34370 (file positioning after nonadvancing i/o) | Thomas Koenig | 1 | -1/+5 |
2007-09-12 | * io/io.h: Include libgfortran.h first. | Francois-Xavier Coudert | 1 | -1/+1 |