aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2010-08-02Don't update the position flag for non-seekable files, check for stell() error.Janne Blomqvist2-6/+18
2010-08-01Use access(2) instead of stat(2) to test file existence.Janne Blomqvist2-36/+48
2010-07-31* io/inquire.c: Include io.h before string.h.David Edelsohn2-1/+5
2010-07-29re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle4-23/+54
2010-07-19re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test)Jerry DeLisle6-62/+158
2010-07-16re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle6-29/+160
2010-07-15Fix ChangeLog to mention last commit to transfer.cJerry DeLisle1-0/+1
2010-07-15re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer")Jerry DeLisle3-53/+65
2010-07-13re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle9-99/+545
2010-07-12config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to pentiumpro on So...Rainer Orth2-1/+55
2010-07-11re PR fortran/44698 (I/O: FLUSH does not actually flush the buffer?)Kai Tietz2-0/+9
2010-07-02re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Tobias Burnus3-8/+10
2010-07-02configure.ac (gfortran_use_symver): Only check for Sun-style symbol versionin...Rainer Orth3-12/+26
2010-07-02configure.ac: Check for Sun symbol versioning.Rainer Orth5-11/+128
2010-06-30re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Jerry DeLisle2-0/+66
2010-06-28re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Tobias Burnus2-0/+34
2010-06-25intrinsic.h (gfc_check_selected_real_kind, [...]): Update prototypes.Tobias Burnus4-14/+56
2010-06-25decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.Tobias Burnus4-11/+19
2010-06-19re PR fortran/44477 (Sequential I/O with END FILE: File position should be at...Jerry DeLisle3-11/+80
2010-06-10selected_char_kind.c (selected_char_kind): Fix return value for ISO_10646.François-Xavier Coudert2-26/+31
2010-06-09mk-kinds-h.sh: Define GFC_REAL_*_LITERAL_SUFFIX and GFC_REAL_*_LITERAL macros...Francois-Xavier Coudert4-9/+24
2010-06-09system_clock.c (system_clock_4, [...]): Undefine TCK.Francois-Xavier Coudert2-0/+7
2010-06-04re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2-1/+11
2010-05-20re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle2-5/+13
2010-05-20re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle5-24/+53
2010-05-08Fix typoJanne Blomqvist1-1/+1
2010-05-08Fix typo in symbol visibility specificationJanne Blomqvist2-1/+5
2010-05-07Remove free_memJanne Blomqvist14-62/+85
2010-05-04no-dist in non-imported automake dirs.Ralf Wildenhues4-678/+19
2010-04-30unix.c (raw_truncate): Explicit cast from integer-scal to pointer.Kai Tietz2-4/+36
2010-04-24unix.c (tempfile): Correct logic for mktemp case.Kai Tietz2-8/+14
2010-04-06re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus3-2/+32
2010-04-02Update to Automake 1.11.1.Ralf Wildenhues3-9/+15
2010-04-01PR libfortran/43605 FTELL intrinsic, take 2.Janne Blomqvist2-15/+23
2010-04-01transfer.c: Update copyright.Paul Thomas13-12/+31
2010-04-01PR libfortran/43605 Fix FTELL for formatted filesJanne Blomqvist2-5/+11
2010-03-30re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle2-3/+14
2010-03-29re PR libfortran/43551 (Buffered direct I/O reads wrong record)Tobias Burnus2-7/+16
2010-03-26re PR fortran/43517 (spurious end-of-file condition when namelist read follow...Jerry DeLisle2-0/+8
2010-03-22re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)Jerry DeLisle2-1/+6
2010-03-20re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)Jerry DeLisle4-1/+39
2010-03-18transfer.c (read_sf_internal): Remove stray function declaration used during ...Jerry DeLisle2-3/+6
2010-03-18re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle4-34/+100
2010-03-12format.c (parse_format_list): Add to ERROR, WARNING, SILENT enumerators NOTIF...Kai Tietz4-6/+17
2010-03-11re PR fortran/43228 (NAMELIST I/O: Reading at 2 dimensions (rank) array values.)Tobias Burnus2-0/+14
2010-03-11re PR libfortran/43320 (200.sixtrack fails setup)Jerry DeLisle2-0/+8
2010-03-09re PR fortran/43265 (No EOF condition if reading with '(x)' from an empty file)Jerry DeLisle4-23/+76
2010-03-08libgfortran.h (_POSIX): Define if __MINGW32__ is defined.Kai Tietz4-9/+60
2010-02-25Fix ChangeLog Entry.Jerry DeLisle1-0/+1
2010-02-25transfer.c (require_type): Subtract one from item_count for output of error m...Jerry DeLisle2-1/+14