| Commit message (Expand) | Author | Age | Files | Lines |
* | * io/write.c (namelist_write): Correct type in previous commit. | Francois-Xavier Coudert | 2005-11-27 | 1 | -1/+1 |
* | re PR libfortran/24919 ([4.0] CRLF support in libgfortran) | Francois-Xavier Coudert | 2005-11-27 | 5 | -12/+86 |
* | list_read.c (nml_parse_qualifier): Use ssize_t instead of int in dtp->u.p.value. | Richard Henderson | 2005-11-26 | 1 | -5/+5 |
* | libgfortran ChangeLog: | Janne Blomqvist | 2005-11-26 | 1 | -2/+3 |
* | list_read.c (nml_parse_qualifier): Use memcpy to extract values from dtp->u.p... | Richard Henderson | 2005-11-25 | 2 | -45/+42 |
* | open.c (new_unit): Use the right unit number when checking for stdin, stdout,... | Alan Modra | 2005-11-23 | 1 | -3/+3 |
* | re PR libfortran/24794 (problem with namelist input of character array) | Jerry DeLisle | 2005-11-23 | 1 | -0/+5 |
* | io.h (_LARGE_FILES): Undefine for AIX. | David Edelsohn | 2005-11-22 | 1 | -0/+6 |
* | re PR fortran/14943 (read/write code generation is not thread safe) | Jakub Jelinek | 2005-11-21 | 14 | -2137/+2658 |
* | re PR libfortran/24892 (ACCESS argument to the OPEN statement) | Francois-Xavier Coudert | 2005-11-17 | 2 | -1/+15 |
* | fget.c: New file. | Francois-Xavier Coudert | 2005-11-13 | 2 | -0/+9 |
* | PR libgfortran/24699, 24700, 24719, 24785 | Jerry DeLisle | 2005-11-11 | 1 | -5/+22 |
* | gfortran ChangeLog | Janne Blomqvist | 2005-11-06 | 5 | -106/+193 |
* | re PR libfortran/24584 (Segfault when reading empty string in namelist file) | Jerry DeLisle | 2005-10-31 | 1 | -0/+1 |
* | re PR libfortran/20179 (cannot mix C and Fortran I/O) | Francois-Xavier Coudert | 2005-10-30 | 3 | -0/+23 |
* | re PR libfortran/24224 (Generalized internal array IO not implemented.) | Jerry DeLisle | 2005-10-25 | 4 | -76/+149 |
* | re PR libfortran/24416 (Wrong reading following namelist reading) | Paul Thomas | 2005-10-24 | 1 | -1/+2 |
* | re PR libfortran/24489 (read_block wrong execution order) | Jerry DeLisle | 2005-10-24 | 1 | -13/+13 |
* | re PR libfortran/23272 ([mingw32] inquire via filename fails) | Francois-Xavier Coudert | 2005-10-23 | 3 | -6/+21 |
* | re PR libfortran/24383 (mingw doesn't have SSIZE_MAX) | Francois-Xavier Coudert | 2005-10-21 | 1 | -0/+4 |
* | unix.c (fd_alloc_r_at): Use read() instead of do_read() only in case of speci... | Thomas Koenig | 2005-10-13 | 1 | -6/+24 |
* | unix.c: Remove parts of patch of 2005/10/07 that cause input from the termina... | Janne Blomqvist | 2005-10-12 | 1 | -3/+3 |
* | re PR libfortran/16339 (Unformatted i/o on large arrays inefficient) | Janne Blomqvist | 2005-10-07 | 3 | -71/+345 |
* | transfer.c (write_block): Add test for end-of-file condition, removed from me... | Jerry DeLisle | 2005-10-07 | 3 | -9/+22 |
* | libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define. | Jakub Jelinek | 2005-10-01 | 3 | -32/+33 |
* | re PR libfortran/24112 (Reopening file with STATUS='OLD' doesn't work) | Janne Blomqvist | 2005-09-30 | 1 | -1/+1 |
* | string.c (find_option): Change 3rd argument to const st_option *. | Jakub Jelinek | 2005-09-29 | 6 | -13/+13 |
* | re PR target/23552 (FAIL: gfortran.dg/large_real_kind_1.f90) | Steve Ellcey | 2005-09-27 | 1 | -3/+0 |
* | [multiple changes] | Janne Blomqvist | 2005-09-26 | 4 | -28/+209 |
* | PR fortran/21875 Internal Unit Array I/O, NIST | Jerry DeLisle | 2005-09-14 | 4 | -33/+103 |
* | re PR libfortran/20179 (cannot mix C and Fortran I/O) | Francois-Xavier Coudert | 2005-09-11 | 3 | -1/+15 |
* | unix.c: Remove mmap code. | Janne Blomqvist | 2005-09-10 | 1 | -209/+6 |
* | re PR libfortran/23784 (close doesn't reset ioparm on error exit) | Francois-Xavier Coudert | 2005-09-09 | 1 | -0/+3 |
* | gfortran.h: Add iomsg to gfc_open, gfc_close, gfc_filepos, gfc_inquire and gf... | Thomas Koenig | 2005-09-09 | 1 | -0/+3 |
* | re PR libfortran/23262 ([mingw32] rewind truncates file) | Francois-Xavier Coudert | 2005-09-07 | 2 | -1/+21 |
* | re PR libfortran/23419 (unformatted complex I/O with kind=10) | Steve Ellcey | 2005-09-07 | 1 | -14/+70 |
* | list_read.c: Adjust size of of value to 32 (to hold kind=16 complex values). | Thomas Koenig | 2005-09-05 | 1 | -1/+1 |
* | re PR libfortran/23321 (Direct unformatted read beyond EOF cores) | Thomas Koenig | 2005-09-04 | 1 | -1/+14 |
* | read.c (read_x): Take int argument instead of fnode * and digging the N from ... | Jakub Jelinek | 2005-09-03 | 3 | -11/+4 |
* | unix.c (stream_ttyname): Protect use of ttyname by HAVE_TTYNAME macro. | Francois-Xavier Coudert | 2005-09-02 | 1 | -0/+4 |
* | libgfortran.h: Add prototype for init_compile_options. | Andreas Jaeger | 2005-09-02 | 1 | -0/+4 |
* | * io/read.c (set_integer): Use memcpy to fill buffer. | Steve Ellcey | 2005-08-31 | 1 | -5/+20 |
* | re PR target/23556 (FAIL: gfortran.dg/pr18122.f90) | Steve Ellcey | 2005-08-31 | 1 | -6/+18 |
* | [multiple changes] | Thomas Koenig | 2005-08-29 | 1 | -1/+1 |
* | acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can... | Francois-Xavier Coudert | 2005-08-27 | 3 | -2/+30 |
* | All files: Update FSF address. | Kelley Cook | 2005-08-17 | 13 | -26/+26 |
* | re PR libfortran/23428 (inquire(iolength= ) for complex give incorrect value) | Thomas Koenig | 2005-08-16 | 1 | -3/+7 |
* | re PR libfortran/20006 ($ format extension doesn't work) | Francois-Xavier Coudert | 2005-08-11 | 1 | -0/+1 |
* | check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics... | François-Xavier Coudert | 2005-08-09 | 2 | -0/+18 |
* | re PR libfortran/23154 (Currupt string and segfault in formatted read.) | Jerry DeLisle | 2005-08-09 | 1 | -1/+3 |