aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-18Modified Files:Victor Leikehman8-420/+663
2004-11-10Committed wrong version of previous patch.Paul Brook1-1/+1
2004-11-10re PR fortran/18218 (Miscompare in sixtrack benchmark caused by loss of preci...Paul Brook5-156/+101
2004-11-05configure.ac: Use AC_PROG_FC, FC and FCFLAGS instead of AC_PROG_F77, F77 and ...Andreas Schwab5-84/+92
2004-11-05acinclude.m4: Properly quote AC_CACHE_CHECK.Kelley Cook6-1560/+583
2004-10-30config.h.in: Regenerate.Aaron W. LaFramboise5-6/+52
2004-10-30Missing bit of previous patch.Aaron W. LaFramboise1-0/+1
2004-10-30system.c ("libgfortran.h"): Move after system headers.Aaron W. LaFramboise2-1/+6
2004-10-30check.c (gfc_check_rand): Allow missing optional argument.Canqun Yang2-1/+9
2004-10-07transfer.c (finalize_transfer): Free internal streams.Paul Brook3-1/+11
2004-10-07string_intrinsics.c (string_verify): Fix off by one error.Paul Brook2-3/+7
2004-10-06re PR libfortran/17709 (NULL I/O list and Format error.)Paul Brook2-0/+6
2004-10-04mvbits.c: Commit the file.Andrew Pinski2-0/+67
2004-10-04re PR fortran/17776 (no subroutine system)Tobias Schlüter4-5/+84
2004-10-04re PR libfortran/17631 (libfortran: intrinsic subroutine MVBITS not implemented)Tobias Schlüter3-13/+28