Age | Commit message (Expand) | Author | Files | Lines |
2005-08-06 | * io/unix.c: Add O_RDWR to open() call. | Francois-Xavier Coudert | 1 | -0/+4 |
2005-08-04 | transfer.c (data_transfer_init): Truncate file in sequential WRITE when last_... | Paul Thomas | 1 | -0/+6 |
2005-08-03 | libgfortran.h: When isfinite is not provided by the system... | Francois-Xavier Coudert | 1 | -0/+6 |
2005-08-01 | re PR libfortran/23178 (Undefined symbol: __gfortran_flush_i8) | François-Xavier Coudert | 1 | -0/+6 |
2005-07-31 | re PR libfortran/21787 (flush I/O before calling abort()) | Francois-Xavier Coudert | 1 | -0/+6 |
2005-07-30 | re PR libfortran/22436 (print *,tiny(1._10) yields asterisks) | Francois-Xavier Coudert | 1 | -0/+6 |
2005-07-30 | PR fortran/22570 and related issues. | Paul Thomas | 1 | -0/+10 |
2005-07-24 | whitespace fixes for my scripts | Steven Bosscher | 1 | -27/+27 |
2005-07-24 | write.c (write_float): Revise output of IEEE exceptional values to comply wit... | Jerry DeLisle | 1 | -0/+5 |
2005-07-22 | re PR libfortran/22570 (Null Characters instead of blanks in text output.) | Jerry DeLisle | 1 | -0/+6 |
2005-07-22 | [multiple changes] | Paul Thomas | 1 | -0/+22 |
2005-07-17 | ChangeLog: Fix date on last commit. | Jerry DeLisle | 1 | -1/+1 |
2005-07-17 | write.c (write_float): Fix field width checks for printing 'Infinity' or 'Inf'. | Jerry DeLisle | 1 | -0/+6 |
2005-07-14 | [multiple changes] | Paul Thomas | 1 | -0/+12 |
2005-07-13 | [multiple changes] | Paul Thomas | 1 | -0/+8 |
2005-07-12 | re PR libfortran/21593 ([4.0 only] FAIL: gfortran.dg/dev_null.f90) | Thomas Koenig | 1 | -0/+1 |
2005-07-12 | io/unix.c: Add member special_file to type unix_stream. | Thomas Koenig | 1 | -0/+7 |
2005-07-11 | re PR libfortran/22412 ([4.0 only] Fortran B edit descriptor error) | David Edelsohn | 1 | -0/+6 |
2005-07-09 | PR libfortran/21875 (FM111.f) | Jerry DeLisle | 1 | -0/+11 |
2005-07-09 | [multiple changes] | Thomas Koenig | 1 | -0/+10 |
2005-07-08 | libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by 'size_t offset'. | Tobias Schlüter | 1 | -0/+52 |
2005-07-07 | re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution... | Thomas Koenig | 1 | -0/+13 |
2005-07-07 | For the 60th anniversary of Chinese people��s Anti-Japan war victory. | Feng Wang | 1 | -0/+6 |
2005-07-01 | unpack_generic.c: Remove const from parameter. | Andreas Jaeger | 1 | -2/+8 |
2005-06-28 | re PR libfortran/22142 ([4.0 only] eoshift: boundary not filled in correctly) | Thomas Koenig | 1 | -0/+8 |
2005-06-28 | re PR libfortran/22142 ([4.0 only] eoshift: boundary not filled in correctly) | Thomas Koenig | 1 | -0/+8 |
2005-06-28 | re PR libfortran/22170 ([4.0 only] Handle format slash error) | Francois-Xavier Coudert | 1 | -0/+7 |
2005-06-27 | 2005-06-24 Jerry DeLisle <jvdelisle@verizon.net> | Jerry DeLisle | 1 | -9/+9 |
2005-06-25 | [multiple changes] | Thomas Koenig | 1 | -0/+14 |
2005-06-24 | re PR fortran/21915 ([4.0 only] Would like atanh etc. as intrinsics) | Jerry DeLisle | 1 | -0/+13 |
2005-06-23 | c99_functions.c (log10l): New log10l function for systems where this is not a... | Francois-Xavier Coudert | 1 | -0/+45 |
2005-06-18 | unix.c (stream_at_bof): Don't assume that all non-mmapped files are non-seeka... | Janne Blomqvist | 1 | -0/+6 |
2005-06-17 | re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ... | Francois-Xavier Coudert | 1 | -0/+6 |
2005-06-16 | re PR libfortran/19216 (list directed read with leading slash (NIST FM923)) | Francois-Xavier Coudert | 1 | -0/+6 |
2005-06-16 | * io/transfer.c (formatted_transfer): Fix typo in error message. | Francois-Xavier Coudert | 1 | -0/+4 |
2005-06-16 | re PR libfortran/16436 (gfortran TL edit descriptor failure - test f77-edit-t... | Francois-Xavier Coudert | 1 | -0/+9 |
2005-06-15 | re PR libfortran/21950 (All gfortran execution tests fail on Tru64 UNIX V4.0F... | François-Xavier Coudert | 1 | -4/+14 |
2005-06-14 | eoshift0.c: Removed prototype for eoshift0. | Thomas Koenig | 1 | -0/+5 |
2005-06-14 | re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h) | Tom Tromey | 1 | -0/+5 |
2005-06-13 | re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution... | Thomas Koenig | 1 | -0/+6 |
2005-06-12 | PR libfortran/PR21797 | Steven G. Kargl | 1 | -0/+8 |
2005-06-12 | re PR libfortran/21333 ([4.0 only] in_pack / in_unpack alignment issues) | Thomas Koenig | 1 | -0/+33 |
2005-06-12 | re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ... | Francois-Xavier Coudert | 1 | -0/+5 |
2005-06-09 | re PR fortran/21480 ([4.0 only] trivial reshape operation gives erroneous res... | Thomas Koenig | 1 | -0/+10 |
2005-06-07 | re PR libfortran/21926 ([4.0 only] matmul does not deal with non-packed result) | Thomas Koenig | 1 | -0/+12 |
2005-05-30 | * libgfortran/ChangeLog: fix date for previous commit. | François-Xavier Coudert | 1 | -1/+1 |
2005-05-30 | re PR libfortran/20179 (cannot mix C and Fortran I/O) | Francois-Xavier Coudert | 1 | -0/+6 |
2005-05-29 | re PR libfortran/20006 ($ format extension doesn't work) | Francois-Xavier Coudert | 1 | -0/+10 |
2005-05-27 | in_pack_generic.c: Adjust copyright years. | Thomas Koenig | 1 | -0/+9 |
2005-05-26 | re PR fortran/17283 (UNPACK issues) | Thomas Koenig | 1 | -0/+9 |