aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2006-02-28re PR libfortran/26464 (Runtime I/O error/invald argument on READ)Jerry DeLisle3-3/+13
2006-02-24re PR libfortran/26423 (Error on binary I/O for large array)Jerry DeLisle2-6/+17
2006-02-19re PR libfortran/21303 (L edit descriptor without a width)François-Xavier Coudert4-4/+42
2006-02-19* io/open.c (edit_modes): Correct abusive copy-pasting.Francois-Xavier Coudert2-1/+5
2006-02-16re PR libfortran/24903 (dotprod should use __builtin_conj)Francois-Xavier Coudert6-15/+16
2006-02-12re PR libfortran/25949 (Unbounded I/O buffer memory usage for formatted IO)Janne Blomqvist4-86/+139
2006-02-08re PR libfortran/25425 ([4.1 only] F95 and F2003 differ on list-directed outp...François-Xavier Coudert5-6/+24
2006-02-08re PR libfortran/25577 (gfortran routine mvbits returns wrong answer.)Tobias Schlüter2-2/+7
2006-02-07c99_functions.c: Work around incompatible declarations of cabs{,f,l} on pre-C...Rainer Emrich2-0/+19
2006-02-06re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig6-29/+521
2006-02-05re PR libfortran/24685 (real(16) formatted input is broken for huge values (g...Francois-Xavier Coudert2-2/+8
2006-01-29ChangeLog: Remove garbage text from one entry.Jerry DeLisle1-1/+0
2006-01-25re PR libfortran/25835 (Segfault or Bad Address error on unformatted sequenti...Jerry DeLisle2-0/+6
2006-01-18re PR libfortran/25697 (libfortran - Segmentation fault/ Bad Address on unfor...Jerry DeLisle2-2/+14
2006-01-18re PR libfortran/25631 (tl format specifier not working correctly)Jerry DeLisle2-1/+21
2006-01-16configure.ac (CFLAGS): Update to include -std=gnu99 so that the configure tes...Roger Sayle3-259/+521
2006-01-12c99_functions.c: Add function prototypes to avoid warnings from -Wstrict-prot...Roger Sayle2-0/+34
2006-01-07configure.ac: Remove check for sys/mman.h.Janne Blomqvist6-516/+286
2006-01-07Fix date.Jerry DeLisle1-1/+1
2006-01-06Fix previous ChangeLog entryTobias Schlüter1-4/+0
2006-01-06re PR libfortran/25598 (gfortran - Fortran runtime error: Invalid argument)Jerry DeLisle3-3/+22
2006-01-02re PR libgomp/25259 (bootstrap failures on non-C99 platforms (no stdint.h))Paolo Bonzini5-245/+3529
2006-01-01* Split the ChangeLog into years.Steven G. Kargl5-4623/+4627
2006-01-01re PR libfortran/25594 (LAPACK regression in schkbl.f)Jerry DeLisle2-1/+17
2005-12-28re PR libfortran/25139 ("Invalid argument" error on I/O)Jerry DeLisle6-4/+27
2005-12-28re PR libfortran/25550 (file data corrupted after reading end of file)Jerry DeLisle2-0/+7
2005-12-28re PR libfortran/25419 (gfortran read does not take comma for default on one ...Jerry DeLisle2-4/+7
2005-12-22re PR libfortran/25307 (internal read with end=label aborts)Jerry DeLisle2-13/+58
2005-12-19re PR libfortran/25463 (T edit descriptor and ADVANCE="no")Jerry DeLisle2-1/+7
2005-12-16re PR fortran/25264 (write to internal unit from the string itself gives wron...Jerry DeLisle3-13/+67
2005-12-13re PR libfortran/24991 (gfortran build fails with - error:gthr-default.h: No ...Jakub Jelinek1-0/+17
2005-12-13Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.Richard Sandiford13-96/+766
2005-12-11Forgot ChangeLog for 108359Janne Blomqvist1-0/+7
2005-12-10Makefile.am: Enable loop unrolling for matmul.Janne Blomqvist4-442/+224
2005-12-10re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig6-14/+213
2005-12-09re PR libfortran/24991 (gfortran build fails with - error:gthr-default.h: No ...Jakub Jelinek6-45/+94
2005-12-09re PR libfortran/25039 ([4.1 only] comma short-circuit field width)Jerry DeLisle4-1/+36
2005-12-04format.c: Removing unused code.Francois-Xavier Coudert3-544/+20
2005-12-02Add forgotten ChangeLog entry:Janne Blomqvist1-0/+20
2005-12-02re PR libfortran/25116 ([4.0] namelist read from non-opened file)Francois-Xavier Coudert2-1/+10
2005-11-30libgfortran.h (ILP32 typedefs): Define _UINT8_T, _UINT32_T and _UINT64_T on S...Eric Botcazou2-0/+20
2005-11-29re PR fortran/25149 (Compiler dies on -std=f95)Steven G. Kargl2-15/+16
2005-11-28acinclude.m4 (LIBGFOR_CHECK_PRAGMA_WEAK): Rename to...Jakub Jelinek6-12/+37
2005-11-28ftell.c (ftell, FTELL_SUB): Add unlock_unit call.Jakub Jelinek4-4/+21
2005-11-28re PR fortran/25109 (formatted reads with embedded blanks in input fields)Jerry DeLisle2-3/+11
2005-11-27random.c: Include config.hDavid Edelsohn4-5/+9
2005-11-27libgfortran ChangeLog:Janne Blomqvist186-1838/+2734
2005-11-27* io/write.c (namelist_write): Correct type in previous commit.Francois-Xavier Coudert2-1/+6
2005-11-27re PR libfortran/24919 ([4.0] CRLF support in libgfortran)Francois-Xavier Coudert6-12/+104
2005-11-26list_read.c (nml_parse_qualifier): Use ssize_t instead of int in dtp->u.p.value.Richard Henderson2-5/+10