Age | Commit message (Expand) | Author | Files | Lines |
2011-01-17 | PR47296 Segfault when running out of file descriptors | Janne Blomqvist | 2 | -8/+10 |
2011-01-16 | re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 ... | Jakub Jelinek | 4 | -19/+22 |
2011-01-15 | re PR fortran/47296 (I/O Segfault when running out of file descriptors) | Jerry DeLisle | 2 | -0/+8 |
2011-01-05 | re PR libfortran/47154 (END= does not work in namelist read) | Jerry DeLisle | 2 | -12/+14 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 52 | -52/+59 |
2011-01-02 | Rotate ChangeLogs. | H.J. Lu | 2 | -1008/+1014 |
2010-12-10 | re PR fortran/46540 (libquadmath: Implement --disable-libquadmath) | Tobias Burnus | 4 | -7/+63 |
2010-12-06 | re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch... | Dave Korn | 6 | -13/+51 |
2010-11-16 | re PR fortran/32049 (Support on x86_64 also kind=16) | Francois-Xavier Coudert | 40 | -111/+891 |
2010-11-09 | Cache stat values, reduce syscalls | Janne Blomqvist | 2 | -18/+44 |
2010-11-09 | re PR libfortran/46373 (fflush called when reading from a string) | Jerry DeLisle | 2 | -1/+8 |
2010-11-04 | PR 44931 Move struct unix_stream to unix.c | Janne Blomqvist | 4 | -25/+38 |
2010-11-04 | Remove prot from unix_stream | Janne Blomqvist | 3 | -34/+16 |
2010-11-03 | Remove unused empty_internal_buffer function | Janne Blomqvist | 3 | -12/+5 |
2010-11-03 | re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs) | Jerry DeLisle | 4 | -2/+40 |
2010-11-02 | PR 45629 Remove usage of setjmp/longjmp | Janne Blomqvist | 4 | -179/+274 |
2010-10-26 | re PR fortran/46010 (I/O: Namelist-reading bug) | Jerry DeLisle | 3 | -5/+14 |
2010-10-21 | re PR fortran/46007 (wrong code for SHAPE in a scalarized loop) | Thomas Koenig | 5 | -4/+53 |
2010-10-21 | re PR fortran/46079 (ABI for empty stop statement broken) | Jerry DeLisle | 3 | -1/+29 |
2010-10-19 | io.h: Remove definition of the BT enumerator. | Jerry DeLisle | 9 | -126/+95 |
2010-10-16 | re PR tree-optimization/20165 (Pointer does not really escape with write) | Thomas Koenig | 3 | -0/+89 |
2010-09-23 | re PR fortran/45710 (Adjust format and padding for WRITE of NAMELIST group to... | Jerry DeLisle | 2 | -0/+20 |
2010-09-22 | re PR libfortran/45723 (opening /dev/null for appending writes) | Jerry DeLisle | 2 | -2/+9 |
2010-09-14 | re PR fortran/45532 (gfortran namelist read error) | Jerry DeLisle | 2 | -1/+8 |
2010-09-12 | pack_generic.c (pack): Add missing return and fix whitespace. | Francois-Xavier Coudert | 4 | -6/+17 |
2010-09-10 | string.c (compare0): Remove. | Francois-Xavier Coudert | 2 | -19/+9 |
2010-09-09 | acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove. | Francois-Xavier Coudert | 8 | -349/+32 |
2010-09-06 | re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG) | Tobias Burnus | 22 | -41/+8045 |
2010-09-06 | bessel.m4: Fix printf warning by casting to (long int). | Tobias Burnus | 6 | -10/+18 |
2010-09-01 | intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic. | Francois-Xavier Coudert | 5 | -6/+203 |
2010-08-28 | mtype.m4 (upcase, [...]): New macros. | Francois-Xavier Coudert | 42 | -175/+370 |
2010-08-28 | mk-kinds-h.sh: Disable REAL(16) if REAL(10) is available. | Tobias Burnus | 2 | -2/+14 |
2010-08-27 | re PR fortran/33197 (Fortran 2008: math functions) | Tobias Burnus | 137 | -263/+2512 |
2010-08-26 | fpu-387.h (has_sse): Remove cw_sse, unused. | Rainer Orth | 2 | -2/+8 |
2010-08-23 | re PR libfortran/45323 (warnings compiling libgfortran/io/write.c: array subs... | Tobias Burnus | 2 | -3/+9 |
2010-08-21 | Fix misquoting in stdint.m4. | Ralf Wildenhues | 2 | -8/+8 |
2010-08-21 | re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_... | Tobias Burnus | 9 | -39/+1029 |
2010-08-19 | re PR fortran/45108 (Namelist read: Not aborted when reading from STDIN) | Jerry DeLisle | 2 | -12/+8 |
2010-08-17 | re PR fortran/45308 ([F2003] DATE_AND_TIME does _not_ blank-pad strings) | Jakub Jelinek | 2 | -35/+29 |
2010-08-14 | re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin") | Jerry DeLisle | 2 | -1/+18 |
2010-08-07 | re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descrip... | Jerry DeLisle | 3 | -30/+51 |
2010-08-02 | Don't update the position flag for non-seekable files, check for stell() error. | Janne Blomqvist | 2 | -6/+18 |
2010-08-01 | Use access(2) instead of stat(2) to test file existence. | Janne Blomqvist | 2 | -36/+48 |
2010-07-31 | * io/inquire.c: Include io.h before string.h. | David Edelsohn | 2 | -1/+5 |
2010-07-29 | re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin") | Jerry DeLisle | 4 | -23/+54 |
2010-07-19 | re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test) | Jerry DeLisle | 6 | -62/+158 |
2010-07-16 | re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4) | Jerry DeLisle | 6 | -29/+160 |
2010-07-15 | Fix ChangeLog to mention last commit to transfer.c | Jerry DeLisle | 1 | -0/+1 |
2010-07-15 | re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer") | Jerry DeLisle | 3 | -53/+65 |
2010-07-13 | re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4) | Jerry DeLisle | 9 | -99/+545 |