Age | Commit message (Expand) | Author | Files | Lines |
2005-08-06 | * io/unix.c: Add O_RDWR to open() call. | Francois-Xavier Coudert | 1 | -1/+1 |
2005-08-04 | transfer.c (data_transfer_init): Truncate file in sequential WRITE when last_... | Paul Thomas | 1 | -1/+1 |
2005-07-30 | re PR libfortran/22436 (print *,tiny(1._10) yields asterisks) | Francois-Xavier Coudert | 1 | -5/+20 |
2005-07-30 | PR fortran/22570 and related issues. | Paul Thomas | 1 | -17/+25 |
2005-07-24 | write.c (write_float): Revise output of IEEE exceptional values to comply wit... | Jerry DeLisle | 1 | -4/+34 |
2005-07-22 | re PR libfortran/22570 (Null Characters instead of blanks in text output.) | Jerry DeLisle | 1 | -3/+3 |
2005-07-22 | [multiple changes] | Paul Thomas | 2 | -26/+56 |
2005-07-17 | write.c (write_float): Fix field width checks for printing 'Infinity' or 'Inf'. | Jerry DeLisle | 1 | -3/+3 |
2005-07-14 | [multiple changes] | Paul Thomas | 3 | -117/+163 |
2005-07-13 | [multiple changes] | Paul Thomas | 2 | -2/+20 |
2005-07-12 | io/unix.c: Add member special_file to type unix_stream. | Thomas Koenig | 1 | -4/+8 |
2005-07-11 | re PR libfortran/22412 ([4.0 only] Fortran B edit descriptor error) | David Edelsohn | 1 | -3/+3 |
2005-07-09 | PR libfortran/21875 (FM111.f) | Jerry DeLisle | 1 | -19/+39 |
2005-07-09 | [multiple changes] | Thomas Koenig | 1 | -1/+35 |
2005-07-07 | For the 60th anniversary of Chinese people��s Anti-Japan war victory. | Feng Wang | 1 | -2/+0 |
2005-07-01 | unpack_generic.c: Remove const from parameter. | Andreas Jaeger | 1 | -1/+1 |
2005-06-28 | re PR libfortran/22170 ([4.0 only] Handle format slash error) | Francois-Xavier Coudert | 1 | -3/+1 |
2005-06-23 | c99_functions.c (log10l): New log10l function for systems where this is not a... | Francois-Xavier Coudert | 4 | -67/+136 |
2005-06-18 | unix.c (stream_at_bof): Don't assume that all non-mmapped files are non-seeka... | Janne Blomqvist | 1 | -6/+6 |
2005-06-17 | re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ... | Francois-Xavier Coudert | 1 | -1/+1 |
2005-06-16 | re PR libfortran/19216 (list directed read with leading slash (NIST FM923)) | Francois-Xavier Coudert | 1 | -5/+0 |
2005-06-16 | * io/transfer.c (formatted_transfer): Fix typo in error message. | Francois-Xavier Coudert | 1 | -1/+1 |
2005-06-16 | re PR libfortran/16436 (gfortran TL edit descriptor failure - test f77-edit-t... | Francois-Xavier Coudert | 2 | -24/+18 |
2005-06-12 | re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ... | Francois-Xavier Coudert | 1 | -20/+22 |
2005-05-30 | re PR libfortran/20179 (cannot mix C and Fortran I/O) | Francois-Xavier Coudert | 1 | -2/+5 |
2005-05-29 | re PR libfortran/20006 ($ format extension doesn't work) | Francois-Xavier Coudert | 2 | -3/+5 |
2005-05-22 | re PR libfortran/21376 (libfortran "E" output format causes FPE) | Peter Wainwright | 1 | -2/+5 |
2005-05-17 | unit.c (get_unit): Mark argument as unused. | Andreas Jaeger | 1 | -3/+3 |
2005-05-17 | configure.ac: Add additional warning flags. | Andreas Jaeger | 6 | -33/+42 |
2005-05-15 | eoshift1.m4: Initialize variables to avoid warnings. | Andreas Jaeger | 1 | -2/+2 |
2005-05-15 | system_clock.c (system_clock_4, [...]): Add missing returns, reformat a bit. | Andreas Jaeger | 1 | -1/+1 |
2005-05-15 | unit.c (is_internal_unit): Add void as parameter list. | Andreas Jaeger | 2 | -9/+9 |
2005-05-15 | Remove extra whitespace. | Andreas Jaeger | 4 | -37/+35 |
2005-05-15 | normalize.c (almostone_r4, [...]): Fix parameter list. | Andreas Jaeger | 6 | -13/+13 |
2005-05-15 | chdir.c, [...]: Include <string.h> for prototypes. | Andreas Jaeger | 1 | -2/+1 |
2005-05-12 | re PR libfortran/21324 (#undef GFC_CLEAR_MEMORY causes testsuite failures) | Thomas Koenig | 3 | -0/+6 |
2005-05-11 | re PR libfortran/19478 (reading back from /dev/null) | Bud Davis | 1 | -2/+4 |
2005-05-11 | re PR libfortran/21471 ('POSITION = "APPEND"' doesn't seem to work) | Francois-Xavier Coudert | 1 | -0/+7 |
2005-05-10 | re PR libfortran/20788 (Loading libgfortran.so clobbers C redirection of stdi... | Francois-Xavier Coudert | 1 | -2/+4 |
2005-05-09 | re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ... | Francois-Xavier Coudert | 1 | -6/+9 |
2005-04-29 | configure.ac: Check for ftruncate and chsize. | Francois-Xavier Coudert | 1 | -0/+7 |
2005-04-26 | rewind.c (st_rewind): Flush the stream when resetting the mode from WRITING t... | David Edelsohn | 1 | -3/+7 |
2005-04-23 | Fix bug that causes testsuite failure in namelist_13.f90 on some systems. | Paul Thomas | 2 | -3/+5 |
2005-04-18 | correct memory leaks in namelist code for derived types | Paul Thomas | 1 | -2/+10 |
2005-04-18 | re PR libfortran/20950 ([4.0 only] segfault in INQUIRE asking for SEQUENTIAL ... | Francois-Xavier Coudert | 1 | -7/+10 |
2005-04-17 | re PR fortran/17472 ([4.0 only] namelist does not handle arrays) | Paul Thomas | 5 | -258/+1356 |
2005-04-10 | [multiple changes] | Thomas Koenig | 1 | -8/+37 |
2005-04-10 | re PR libfortran/19872 ([4.0 only] closed and re-opened file not overwriten) | Bud Davis | 1 | -0/+7 |
2005-04-09 | re PR fortran/13257 ([4.0 only] Error instead of warning for missing comma in... | Andrew Pinski | 1 | -2/+3 |
2005-04-08 | backspace.c (unformatted_backspace): Do not dereference the pointer to the st... | Eric Botcazou | 1 | -4/+7 |