| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR libfortran/27360 (Memory leaks when reading logicals) | Jerry DeLisle | 2006-04-30 | 2 | -3/+12 |
* | re PR fortran/27304 (gfortran: Warn/abort when format in write does not fit p... | Jerry DeLisle | 2006-04-28 | 3 | -2/+15 |
* | re PR libfortran/20257 (Fortran runtime error: End of record occurs when writ... | Jerry DeLisle | 2006-04-23 | 5 | -30/+111 |
* | re PR fortran/26769 (Implement transpose() and reshape() for real instead of ... | Jakub Jelinek | 2006-04-22 | 5 | -4/+395 |
* | re PR fortran/27138 (gfortran: read(*,*) myInt advances only one character on... | Jerry DeLisle | 2006-04-17 | 2 | -8/+44 |
* | re PR fortran/26766 ([F2003] Recursive I/O still (again) broken) | Jerry DeLisle | 2006-04-13 | 4 | -49/+106 |
* | io.h (st_parameter_dt): Revert 2005-12-10 change to u.pad, fix comment. | Jakub Jelinek | 2006-04-11 | 2 | -3/+15 |
* | re PR libfortran/24685 (real(16) formatted input is broken for huge values (g... | Jakub Jelinek | 2006-04-10 | 2 | -14/+32 |
* | re PR libfortran/26890 (SIZE parameter interacts with same variable in IO lis... | Jerry DeLisle | 2006-04-07 | 2 | -1/+9 |
* | write.c (output_float): Update condition to not error when decimal precision ... | Jerry DeLisle | 2006-04-04 | 2 | -1/+6 |
* | fpu-387.h: Use previously added SSE code in all cases, as it really is the ri... | Francois-Xavier Coudert | 2006-04-01 | 2 | -10/+5 |
* | re PR libfortran/26890 (SIZE parameter interacts with same variable in IO lis... | Jerry DeLisle | 2006-03-31 | 3 | -11/+24 |
* | re PR libfortran/26712 (gfortran on mac intel runtime floating point exceptio... | Francois-Xavier Coudert | 2006-03-30 | 2 | -0/+18 |
* | re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.) | Thomas Koenig | 2006-03-30 | 2 | -3/+21 |
* | re PR libfortran/26880 (Can't read after non-advancing write with rewind) | Jerry DeLisle | 2006-03-27 | 2 | -0/+6 |
* | re PR libfortran/26661 (Sequential formatted read goes too far) | Jerry DeLisle | 2006-03-26 | 4 | -5/+22 |
* | re PR libfortran/26735 ([4.1 only] -fconvert=swap and implied open) | Thomas Koenig | 2006-03-25 | 2 | -0/+38 |
* | re PR fortran/26769 (Implement transpose() and reshape() for real instead of ... | Thomas Koenig | 2006-03-25 | 7 | -105/+677 |
* | [multiple changes] | Thomas Koenig | 2006-03-22 | 6 | -25/+250 |
* | re PR fortran/20935 (failed assertion for maxloc(n, mask=.true.)) | Thomas Koenig | 2006-03-20 | 131 | -0/+6651 |
* | re PR fortran/26509 (incorrect behaviour of error-handler for direct access w... | Jerry DeLisle | 2006-03-18 | 4 | -1/+17 |
* | Re-add ChangeLog entry that somehow managed to get itself missing in action. | Janne Blomqvist | 2006-03-14 | 1 | -4/+16 |
* | re PR libfortran/25378 ([Fortran 2003] maxloc for all-false mask) | Paul Thomas | 2006-03-13 | 90 | -358/+361 |
* | re PR libfortran/26499 (gfortran - End of File incorrectly positioned after b... | Jerry DeLisle | 2006-03-10 | 4 | -18/+25 |
* | re PR fortran/26554 ([gfortran] incorrect behaviour when reading a logical va... | Jerry DeLisle | 2006-03-05 | 2 | -7/+22 |
* | re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.) | Thomas Koenig | 2006-03-03 | 3 | -1/+55 |
* | re PR libfortran/26136 (List directed input with underfilled (logicals) arra... | Jerry DeLisle | 2006-03-01 | 3 | -20/+134 |
* | re PR libfortran/26464 (Runtime I/O error/invald argument on READ) | Jerry DeLisle | 2006-02-28 | 3 | -3/+13 |
* | re PR libfortran/26423 (Error on binary I/O for large array) | Jerry DeLisle | 2006-02-24 | 2 | -6/+17 |
* | re PR libfortran/21303 (L edit descriptor without a width) | François-Xavier Coudert | 2006-02-19 | 4 | -4/+42 |
* | * io/open.c (edit_modes): Correct abusive copy-pasting. | Francois-Xavier Coudert | 2006-02-19 | 2 | -1/+5 |
* | re PR libfortran/24903 (dotprod should use __builtin_conj) | Francois-Xavier Coudert | 2006-02-16 | 6 | -15/+16 |
* | re PR libfortran/25949 (Unbounded I/O buffer memory usage for formatted IO) | Janne Blomqvist | 2006-02-12 | 4 | -86/+139 |
* | re PR libfortran/25425 ([4.1 only] F95 and F2003 differ on list-directed outp... | François-Xavier Coudert | 2006-02-08 | 5 | -6/+24 |
* | re PR libfortran/25577 (gfortran routine mvbits returns wrong answer.) | Tobias Schlüter | 2006-02-08 | 2 | -2/+7 |
* | c99_functions.c: Work around incompatible declarations of cabs{,f,l} on pre-C... | Rainer Emrich | 2006-02-07 | 2 | -0/+19 |
* | re PR fortran/23815 (Add -byteswapio flag) | Thomas Koenig | 2006-02-06 | 6 | -29/+521 |
* | re PR libfortran/24685 (real(16) formatted input is broken for huge values (g... | Francois-Xavier Coudert | 2006-02-05 | 2 | -2/+8 |
* | ChangeLog: Remove garbage text from one entry. | Jerry DeLisle | 2006-01-29 | 1 | -1/+0 |
* | re PR libfortran/25835 (Segfault or Bad Address error on unformatted sequenti... | Jerry DeLisle | 2006-01-25 | 2 | -0/+6 |
* | re PR libfortran/25697 (libfortran - Segmentation fault/ Bad Address on unfor... | Jerry DeLisle | 2006-01-18 | 2 | -2/+14 |
* | re PR libfortran/25631 (tl format specifier not working correctly) | Jerry DeLisle | 2006-01-18 | 2 | -1/+21 |
* | configure.ac (CFLAGS): Update to include -std=gnu99 so that the configure tes... | Roger Sayle | 2006-01-16 | 3 | -259/+521 |
* | c99_functions.c: Add function prototypes to avoid warnings from -Wstrict-prot... | Roger Sayle | 2006-01-12 | 2 | -0/+34 |
* | configure.ac: Remove check for sys/mman.h. | Janne Blomqvist | 2006-01-07 | 6 | -516/+286 |
* | Fix date. | Jerry DeLisle | 2006-01-07 | 1 | -1/+1 |
* | Fix previous ChangeLog entry | Tobias Schlüter | 2006-01-06 | 1 | -4/+0 |
* | re PR libfortran/25598 (gfortran - Fortran runtime error: Invalid argument) | Jerry DeLisle | 2006-01-06 | 3 | -3/+22 |
* | re PR libgomp/25259 (bootstrap failures on non-C99 platforms (no stdint.h)) | Paolo Bonzini | 2006-01-02 | 5 | -245/+3529 |
* | * Split the ChangeLog into years. | Steven G. Kargl | 2006-01-01 | 5 | -4623/+4627 |