aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2005-02-01re PR libfortran/19363 (List directed write of Infinity and NaN has regressed)Paul Thomas2-2/+13
2005-01-30re PR libfortran/19647 (inquire(delim=) returns garbage)Bud Davis2-1/+7
2005-01-29re PR libfortran/19595 ([4.0 only] eor does not work)Thomas Koenig2-1/+6
2005-01-25re PR libfortran/19524 (5 times uninitialized var in libgfortran)Tobias Schlüter2-2/+5
2005-01-23Update Copyright.Paul Brook1-1/+1
2005-01-23re PR fortran/19294 (intrinsic_transpose.f90 runtime crash)James A. Morrison9-44/+312
2005-01-23re PR libfortran/19451 (Read after a write with a read only file)Thomas Koenig2-0/+9
2005-01-22re PR libfortran/19052 (unit 0 not preconnected to standard error)David Edelsohn7-5/+59
2005-01-22re PR libfortran/18982 (open(status="new") does not generate an error if the ...Thomas Koenig2-30/+54
2005-01-22re PR fortran/19194 (Missing RECL parameter in OPEN statement)Tobias Schlüter2-55/+47
2005-01-22re PR libfortran/19314 (inquire(position=) segfaults at runtime)Bud Davis4-6/+34
2005-01-16re PR libfortran/18778 (ENDFILE is not functionnal)Bud Davis2-0/+9
2005-01-15re PR libfortran/18983 (can't open /dev/null as an output file)Bud Davis2-3/+13
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene280-1817/+4573
2005-01-07re PR libfortran/18398 (Formatted I/O problems)Bud Davis2-1/+8
2004-12-27Fix typo in ChangeLogTobias Schlüter1-1/+1
2004-12-27trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to logicalshift.Tobias Schlüter4-4/+31
2004-12-24re PR libfortran/19071 (complex formatted output has too many items)Bud Davis2-8/+14
2004-12-19libgfortran.h (itoa): Rename to gfc_itoa.Aaron W. LaFramboise5-8/+16
2004-12-15re PR libfortran/17597 (list directed read has error)Bud Davis2-1/+8
2004-12-14Fix date on ChangeLogTobias Schlüter1-1/+1
2004-12-14transfer.c (us_read): Use memcpy/memset instead of assignment to fill unalign...Steve Ellcey2-8/+17
2004-12-14re PR libfortran/18966 (cshift etc. not implemented for kind=1 and kind=2 act...Steven G. Kargl5-0/+98
2004-12-13* io/transfer.c (read_sf): Change bitwise "and" to logical "and".David Edelsohn2-1/+5
2004-12-12iresolve.c (gfc_resolve_all, [...]): Use PREFIX.Richard Henderson110-614/+680
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson181-756/+2040
2004-12-09re PR bootstrap/18895 (libgfortran AM_MAKEFLAGS arg list + environment too la...David Edelsohn3-85/+7
2004-12-08Makefile.am (AM_MAKEFLAGS): New.Steve Ellcey3-0/+92
2004-12-08io.h (open_external): Change prototype.Steve Ellcey4-30/+70
2004-12-07configure.ac: Check for ieeefp.h.Eric Botcazou7-2/+235
2004-12-06cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc.Richard Henderson65-121/+220
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson37-342/+156
2004-12-06Makefile.am: Generate all m4 output under $(srcdir).Richard Henderson3-69/+73
2004-12-02re PR libfortran/18710 (img part of complex number not written to direct acce...Tobias Schlüter2-3/+21
2004-12-02Introduce and use config/gcc-version.m4.Richard Sandiford5-103/+203
2004-12-02re PR libfortran/18284 (BACKSPACE broken)Bud Davis3-0/+10
2004-12-02flush.c: New file.Steven G. Kargl3-0/+564
2004-12-02inquire.c (inquire_via_unit): do not allow a direct access file to be opened ...Bud Davis2-2/+12
2004-12-02flush.c: New file.Steven G. Kargl8-171/+483
2004-12-02Makefile.am (AM_CPPFLAGS): Use -iquote instead of -I.Aaron W. LaFramboise3-2/+8
2004-11-29Correct my erronous ChangeLog entries.R. Kelley Cook1-4/+0
2004-11-28direct_io_2.f90: New test.Bud Davis2-1/+7
2004-11-27re PR libfortran/18364 (endfile does not truncate file)Bud Davis2-0/+6
2004-11-25libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.Kelley Cook1-0/+4
2004-11-24libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool ...Kelley Cook2-10/+7
2004-11-23re PR libfortran/15960 (missing function 'finite' on HP-UX 11.11)Steven Bosscher7-5/+118
2004-11-21* io/write.c (write_float, list_formatted_write): Fix indentation.Roger Sayle2-57/+60
2004-11-20re PR libfortran/16135 (libfortran doesn't build, use of C99 types)Eric Botcazou8-2/+160
2004-11-20Really regenerate Makefile.in.Paul Brook1-7/+18
2004-11-20check.c (gfc_check_getcwd_sub): Fix seg fault.Steven G. Kargl5-13/+233