summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/21324 (#undef GFC_CLEAR_MEMORY causes testsuite failures)Thomas Koenig2005-05-125-1/+20
* re PR libfortran/19478 (reading back from /dev/null)Bud Davis2005-05-112-2/+10
* re PR libfortran/21471 ('POSITION = "APPEND"' doesn't seem to work)Francois-Xavier Coudert2005-05-112-0/+13
* re PR fortran/20178 (COMPLEX function returns incompatible with g77)Tobias Schlüter2005-05-115-12/+209
* re PR libfortran/20788 (Loading libgfortran.so clobbers C redirection of stdi...Francois-Xavier Coudert2005-05-102-2/+15
* * configure: Regenerate.Mike Stump2005-05-102-1/+5
* re PR libfortran/19155 ([4.0 only] blanks not treated as zeros in 'E' format ...Francois-Xavier Coudert2005-05-092-6/+15
* re PR libfortran/21354 ([4.0 only] Rank 7 not handled correctly)Thomas Koenig2005-05-0483-465/+848
* re PR libfortran/18958 ([4.0 only] eoshift segfaults when shifting off the en...Thomas Koenig2005-04-302-1/+7
* Fix matmul PR18857 and supply testcasePaul Thomas2005-04-3017-128/+222
* configure.ac: Check for ftruncate and chsize.Francois-Xavier Coudert2005-04-295-188/+123
* * intrinsics/rename.c: Add missing #includes.Tobias Schlüter2005-04-292-0/+6
* * AUTHORS, COPYING, INSTALL, NEWS, README: Remove.Tobias Schlüter2005-04-286-522/+4
* Add PR to ChangeLog.David Edelsohn2005-04-261-0/+1
* rewind.c (st_rewind): Flush the stream when resetting the mode from WRITING t...David Edelsohn2005-04-262-5/+14
* Fix bug that causes testsuite failure in namelist_13.f90 on some systems.Paul Thomas2005-04-233-3/+14
* 05-04-22 Thomas Koenig <Thomas.Koenig@online.de>Thomas Koenig2005-04-225-27/+124
* correct memory leaks in namelist code for derived typesPaul Thomas2005-04-182-4/+17
* re PR libfortran/20950 ([4.0 only] segfault in INQUIRE asking for SEQUENTIAL ...Francois-Xavier Coudert2005-04-182-7/+16
* 005-04-17 Thomas Koenig <Thomas.Koenig@online.de>Thomas Koenig2005-04-175-36/+46
* re PR fortran/17472 ([4.0 only] namelist does not handle arrays)Paul Thomas2005-04-176-258/+1396
* re PR libfortran/18495 ([4.0 only] Intrinisc function SPREAD is broken)Thomas Koenig2005-04-152-23/+92
* * configure: Regenerate.Mike Stump2005-04-132-2/+67
* re PR libfortran/19106 ([4.0 only] segfault in executable for print *,sum(a,d...Thomas Koenig2005-04-1255-1/+238
* * runtime/environ.c: Correct previous commit for obvious typo.François-Xavier Coudert2005-04-101-1/+1
* re PR libfortran/20788 (Loading libgfortran.so clobbers C redirection of stdi...Francois-Xavier Coudert2005-04-102-2/+38
* 2005-05-10 Thomas Koenig <Thomas Koenig>Thomas Koenig2005-04-101-1/+0
* [multiple changes]Thomas Koenig2005-04-102-8/+62
* re PR libfortran/19872 ([4.0 only] closed and re-opened file not overwriten)Bud Davis2005-04-102-0/+14
* re PR libfortran/19106 ([4.0 only] segfault in executable for print *,sum(a,d...Thomas Koenig2005-04-0963-512/+2344
* re PR libfortran/20163 ([4.0 only] gfortran - error opening direct access file)Thomas Koenig2005-04-092-10/+10
* re PR fortran/13257 ([4.0 only] Error instead of warning for missing comma in...Andrew Pinski2005-04-092-2/+9
* backspace.c (unformatted_backspace): Do not dereference the pointer to the st...Eric Botcazou2005-04-082-9/+17
* re PR libfortran/20766 ([darwin] - run time error when calling fortran subrou...Andrew Pinski2005-04-075-101/+218
* re PR libfortran/20755 (gfortran - prints the same number with 1p4G12.3 two d...Francois-Xavier Coudert2005-04-052-1/+9
* re PR libfortran/20068 (Backspace problems)Dale Ranta2005-04-032-4/+22
* re PR libfortran/20660 (INQUIRE incorrectly reports the existence of UNITS)Francois-Xavier Coudert2005-03-313-1/+19
* re PR libfortran/20163 ([4.0 only] gfortran - error opening direct access file)François-Xavier Coudert2005-03-292-0/+10
* re PR libfortran/19678 (DOS files don't work for list directed input)Francois-Xavier Coudert2005-03-253-4/+21
* re PR libfortran/15332 (colon edit descriptor not handled correctly)Francois-Xavier Coudert2005-03-252-0/+7
* * config.h.in: Regenerate.Francois-Xavier Coudert2005-03-242-0/+37
* * libgfortran/io/write.c (output_float): fix typo in last commit.François-Xavier Coudert2005-03-231-1/+1
* * libgfortran/Changelog: last commit had wrong date in ChangelogFrançois-Xavier Coudert2005-03-231-1/+1
* re PR libfortran/18025 (libgfortran: format, incompatible "minimum width" edi...Francois-Xavier Coudert2005-03-232-1/+7
* Makefile.am: Added new files.François-Xavier Coudert2005-03-2218-518/+1545
* configure.ac: Do not invoke TL_AC_GCC_VERSION.Zack Weinberg2005-03-216-53/+38
* * io.h: Setting higher default record length.François-Xavier Coudert2005-03-161-3/+4
* open.c (new_unit): set record length to max_offset rather than using a hard-c...Francois-Xavier Coudert2005-03-162-1/+7
* write.c (output_float): special check when writing 0.0 with EN and ES formats.Francois-Xavier Coudert2005-03-162-2/+10
* [multiple changes]Francois-Xavier Coudert2005-03-112-1/+25