aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-04re PR fortran/17283 (UNPACK issues)Tobias Schlüter3-14/+290
2004-10-04re PR libfortran/17706 (reading a value of 0.0 gives a value of -0.0)Paul Brook2-2/+16
2004-10-04re PR libfortran/17706 (reading a value of 0.0 gives a value of -0.0)Paul Brook1-0/+9
2004-10-03abort.c ("libgfortran.h"): Move.Aaron W. LaFramboise4-5/+10
2004-09-26re PR libfortran/16137 (Fortran compiler unable to produce executables as lib...Tobias Schlüter5-83/+249
2004-09-24* intrinsics/etime.c (etime_): New function.Tobias Schlüter2-0/+23
2004-09-21libgfortran.h: define gfc_alloca()Steven G. Kargl3-4/+13
2004-09-21re PR libfortran/17286 (namelist containing more than one value cannot contai...Bud Davis2-0/+10
2004-09-18config.h.in: Regenerate.Aaron W. LaFramboise5-0/+172
2004-09-15check.c (gfc_check_getcwd_sub): New function.Steven G. Kargl1-0/+6
2004-09-15check.c (gfc_check_getcwd_sub): New function.Steven G. Kargl3-2/+84
2004-09-15Fix typo.Paul Brook1-1/+1
2004-09-15env.c (getenv, [...]): Remove trailing white space.Steven G. Kargl2-13/+30
2004-09-14re PR libfortran/17090 (Runtime I/O error)Bud Davis2-1/+13
2004-09-06Put ChangeLog entry in the right place.Paul Brook1-0/+5
2004-09-06[multiple changes]Paul Brook1-5/+2
2004-09-03cshift0.c (DEF_COPY_LOOP, [...]): New.Richard Henderson2-19/+92
2004-09-02format.c (parse_format_list): Set repeat count for P descriptors.Paul Brook3-3/+19
2004-09-01mk-sik-inc.sh: Use a temporary string instead of 'echo -n'.Eric Botcazou3-6/+13
2004-08-31error.c (generate_error): Set both iostat and library_return.Paul Brook2-6/+12
2004-08-31re PR libfortran/16805 (Runtime failure using list directed read from string)Paul Brook3-5/+17
2004-08-31unit.c: Separate copyright years by ','.Tobias Schlüter2-11/+9
2004-08-31* io/unit.c (get_unit): Remove superfluous if.Paul Brook2-3/+5
2004-08-31transfer.c (read_sf): Rename uinty to readlen.Paul Brook3-13/+28
2004-08-31list_read.c (eat_separator): Set at_eo when a '/' is seen.Paul Brook2-0/+5
2004-08-31trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter6-16/+23
2004-08-30trans-types.h: Add comments.Paul Brook2-0/+8
2004-08-30Makefile.am (gfor_helper_src): Split selected_kind.f90.Richard Henderson7-45/+159
2004-08-29bessel.c: New file.Steven G. Kargl2-0/+111
2004-08-29check.c (gfc_check_besn, [...]): New functions.Steven G. Kargl6-8/+1243
2004-08-28gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_GET?ID.Steven G. Kargl7-121/+369
2004-08-28re PR libfortran/17195 (Infinite loop in output_float in libgfortran/io/write.c)Paul Brook4-250/+324
2004-08-27Comment typo.Paul Brook1-1/+1
2004-08-27rewind.c (st_rewind): Reset unit to read mode.Paul Brook2-0/+9
2004-08-27re PR libfortran/16597 (gfortran: bug in unformatted I/O on scratch files)Bud Davis4-4/+22
2004-08-26io.h, [...]: Fix formatting issues, update copyright years.Tobias Schlüter1-0/+5
2004-08-25re PR libfortran/17143 (2**63 prints garbage)Bud Davis2-4/+12
2004-08-25re PR libfortran/17164 (index function not working properly)Bud Davis2-0/+9
2004-08-24Makefile.am (libgfortran_la_LDFLAGS): Add -lm.David Edelsohn3-2/+7
2004-08-23ignore autom4te.cacheR. Kelley Cook1-0/+1
2004-08-23io.h, [...]: Fix formatting issues, update copyright years.Tobias Schlüter5-349/+346
2004-08-21Fix typo.Paul Brook1-1/+1
2004-08-21re PR libfortran/16908 (Segfault in libgfortran/io/transfer.c)Bud Davis2-4/+18
2004-08-18re PR fortran/13278 (derived type namelist I/O support missing, causes ICE)Victor Leikehman4-14/+40