summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/19363 (List directed write of Infinity and NaN has regressed)Paul Thomas2005-02-012-2/+13
* re PR libfortran/19647 (inquire(delim=) returns garbage)Bud Davis2005-01-302-1/+7
* re PR libfortran/19595 ([4.0 only] eor does not work)Thomas Koenig2005-01-292-1/+6
* re PR libfortran/19524 (5 times uninitialized var in libgfortran)Tobias Schlüter2005-01-252-2/+5
* Update Copyright.Paul Brook2005-01-231-1/+1
* re PR fortran/19294 (intrinsic_transpose.f90 runtime crash)James A. Morrison2005-01-239-44/+312
* re PR libfortran/19451 (Read after a write with a read only file)Thomas Koenig2005-01-232-0/+9
* re PR libfortran/19052 (unit 0 not preconnected to standard error)David Edelsohn2005-01-227-5/+59
* re PR libfortran/18982 (open(status="new") does not generate an error if the ...Thomas Koenig2005-01-222-30/+54
* re PR fortran/19194 (Missing RECL parameter in OPEN statement)Tobias Schlüter2005-01-222-55/+47
* re PR libfortran/19314 (inquire(position=) segfaults at runtime)Bud Davis2005-01-224-6/+34
* re PR libfortran/18778 (ENDFILE is not functionnal)Bud Davis2005-01-162-0/+9
* re PR libfortran/18983 (can't open /dev/null as an output file)Bud Davis2005-01-152-3/+13
* re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene2005-01-12280-1817/+4573
* re PR libfortran/18398 (Formatted I/O problems)Bud Davis2005-01-072-1/+8
* Fix typo in ChangeLogTobias Schlüter2004-12-271-1/+1
* trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to logicalshift.Tobias Schlüter2004-12-274-4/+31
* re PR libfortran/19071 (complex formatted output has too many items)Bud Davis2004-12-242-8/+14
* libgfortran.h (itoa): Rename to gfc_itoa.Aaron W. LaFramboise2004-12-195-8/+16
* re PR libfortran/17597 (list directed read has error)Bud Davis2004-12-152-1/+8
* Fix date on ChangeLogTobias Schlüter2004-12-141-1/+1
* transfer.c (us_read): Use memcpy/memset instead of assignment to fill unalign...Steve Ellcey2004-12-142-8/+17
* re PR libfortran/18966 (cshift etc. not implemented for kind=1 and kind=2 act...Steven G. Kargl2004-12-145-0/+98
* * io/transfer.c (read_sf): Change bitwise "and" to logical "and".David Edelsohn2004-12-132-1/+5
* iresolve.c (gfc_resolve_all, [...]): Use PREFIX.Richard Henderson2004-12-12110-614/+680
* acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson2004-12-12181-756/+2040
* re PR bootstrap/18895 (libgfortran AM_MAKEFLAGS arg list + environment too la...David Edelsohn2004-12-093-85/+7
* Makefile.am (AM_MAKEFLAGS): New.Steve Ellcey2004-12-083-0/+92
* io.h (open_external): Change prototype.Steve Ellcey2004-12-084-30/+70
* configure.ac: Check for ieeefp.h.Eric Botcazou2004-12-077-2/+235
* cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc.Richard Henderson2004-12-0665-121/+220
* c99_functions.c, [...]: Whitespace fixes.Richard Henderson2004-12-0637-342/+156
* Makefile.am: Generate all m4 output under $(srcdir).Richard Henderson2004-12-063-69/+73
* re PR libfortran/18710 (img part of complex number not written to direct acce...Tobias Schlüter2004-12-022-3/+21
* Introduce and use config/gcc-version.m4.Richard Sandiford2004-12-025-103/+203
* re PR libfortran/18284 (BACKSPACE broken)Bud Davis2004-12-023-0/+10
* flush.c: New file.Steven G. Kargl2004-12-023-0/+564
* inquire.c (inquire_via_unit): do not allow a direct access file to be opened ...Bud Davis2004-12-022-2/+12
* flush.c: New file.Steven G. Kargl2004-12-028-171/+483
* Makefile.am (AM_CPPFLAGS): Use -iquote instead of -I.Aaron W. LaFramboise2004-12-023-2/+8
* Correct my erronous ChangeLog entries.R. Kelley Cook2004-11-291-4/+0
* direct_io_2.f90: New test.Bud Davis2004-11-282-1/+7
* re PR libfortran/18364 (endfile does not truncate file)Bud Davis2004-11-272-0/+6
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.Kelley Cook2004-11-251-0/+4
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool ...Kelley Cook2004-11-242-10/+7
* re PR libfortran/15960 (missing function 'finite' on HP-UX 11.11)Steven Bosscher2004-11-237-5/+118
* * io/write.c (write_float, list_formatted_write): Fix indentation.Roger Sayle2004-11-212-57/+60
* re PR libfortran/16135 (libfortran doesn't build, use of C99 types)Eric Botcazou2004-11-208-2/+160
* Really regenerate Makefile.in.Paul Brook2004-11-201-7/+18
* check.c (gfc_check_getcwd_sub): Fix seg fault.Steven G. Kargl2004-11-205-13/+233