aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2011-01-05re PR libfortran/47154 (END= does not work in namelist read)Jerry DeLisle2-12/+14
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek52-52/+59
2011-01-02Rotate ChangeLogs.H.J. Lu2-1008/+1014
2010-12-10re PR fortran/46540 (libquadmath: Implement --disable-libquadmath)Tobias Burnus4-7/+63
2010-12-06re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch...Dave Korn6-13/+51
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert40-111/+891
2010-11-09Cache stat values, reduce syscallsJanne Blomqvist2-18/+44
2010-11-09re PR libfortran/46373 (fflush called when reading from a string)Jerry DeLisle2-1/+8
2010-11-04PR 44931 Move struct unix_stream to unix.cJanne Blomqvist4-25/+38
2010-11-04Remove prot from unix_streamJanne Blomqvist3-34/+16
2010-11-03Remove unused empty_internal_buffer functionJanne Blomqvist3-12/+5
2010-11-03re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs)Jerry DeLisle4-2/+40
2010-11-02PR 45629 Remove usage of setjmp/longjmpJanne Blomqvist4-179/+274
2010-10-26re PR fortran/46010 (I/O: Namelist-reading bug)Jerry DeLisle3-5/+14
2010-10-21re PR fortran/46007 (wrong code for SHAPE in a scalarized loop)Thomas Koenig5-4/+53
2010-10-21re PR fortran/46079 (ABI for empty stop statement broken)Jerry DeLisle3-1/+29
2010-10-19io.h: Remove definition of the BT enumerator.Jerry DeLisle9-126/+95
2010-10-16re PR tree-optimization/20165 (Pointer does not really escape with write)Thomas Koenig3-0/+89
2010-09-23re PR fortran/45710 (Adjust format and padding for WRITE of NAMELIST group to...Jerry DeLisle2-0/+20
2010-09-22re PR libfortran/45723 (opening /dev/null for appending writes)Jerry DeLisle2-2/+9
2010-09-14re PR fortran/45532 (gfortran namelist read error)Jerry DeLisle2-1/+8
2010-09-12pack_generic.c (pack): Add missing return and fix whitespace.Francois-Xavier Coudert4-6/+17
2010-09-10string.c (compare0): Remove.Francois-Xavier Coudert2-19/+9
2010-09-09acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove.Francois-Xavier Coudert8-349/+32
2010-09-06re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)Tobias Burnus22-41/+8045
2010-09-06bessel.m4: Fix printf warning by casting to (long int).Tobias Burnus6-10/+18
2010-09-01intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic.Francois-Xavier Coudert5-6/+203
2010-08-28mtype.m4 (upcase, [...]): New macros.Francois-Xavier Coudert42-175/+370
2010-08-28mk-kinds-h.sh: Disable REAL(16) if REAL(10) is available.Tobias Burnus2-2/+14
2010-08-27re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus137-263/+2512
2010-08-26fpu-387.h (has_sse): Remove cw_sse, unused.Rainer Orth2-2/+8
2010-08-23re PR libfortran/45323 (warnings compiling libgfortran/io/write.c: array subs...Tobias Burnus2-3/+9
2010-08-21Fix misquoting in stdint.m4.Ralf Wildenhues2-8/+8
2010-08-21re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...Tobias Burnus9-39/+1029
2010-08-19re PR fortran/45108 (Namelist read: Not aborted when reading from STDIN)Jerry DeLisle2-12/+8
2010-08-17re PR fortran/45308 ([F2003] DATE_AND_TIME does _not_ blank-pad strings)Jakub Jelinek2-35/+29
2010-08-14re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle2-1/+18
2010-08-07re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descrip...Jerry DeLisle3-30/+51
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