Age | Commit message (Expand) | Author | Files | Lines |
2017-12-16 | re PR libfortran/81937 (stack-buffer-overflow on memcpy in libgfortran/io/uni... | Jerry DeLisle | 2 | -9/+20 |
2017-12-14 | re PR libfortran/78549 (Very slow formatted internal file output) | Jerry DeLisle | 5 | -8/+44 |
2017-12-03 | re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) | Thomas Koenig | 19 | -20/+4474 |
2017-12-03 | Fix typo in ChangeLog. | Jerry DeLisle | 1 | -1/+1 |
2017-12-03 | re PR fortran/83191 (Writing a namelist with repeated complex numbers) | Jerry DeLisle | 4 | -7/+20 |
2017-12-03 | Fix spelling error in log. | Jerry DeLisle | 1 | -1/+1 |
2017-12-03 | re PR fortran/83225 (runtime error in transfer.c) | Jerry DeLisle | 4 | -5/+18 |
2017-11-29 | fix merge conflict in libgfortran/ChangeLog | Janne Blomqvist | 1 | -1/+16 |
2017-11-29 | re PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgf... | Jerry DeLisle | 2 | -1/+7 |
2017-11-28 | PR 53796 Improve INQUIRE(RECL=...) handling | Janne Blomqvist | 7 | -27/+37 |
2017-11-24 | Whitespace fix for libgfortran/ChangeLog | Janne Blomqvist | 1 | -0/+1 |
2017-11-24 | PR 36313 Replace int with gfc_charlen_type, take 3 | Janne Blomqvist | 15 | -14/+31 |
2017-11-23 | re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) | Thomas Koenig | 15 | -28/+54 |
2017-11-22 | Make shift argument to eoshift0 and eoshift2 be of type index_type | Janne Blomqvist | 3 | -6/+7 |
2017-11-22 | PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime check | Janne Blomqvist | 8 | -54/+26 |
2017-11-22 | re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) | Thomas Koenig | 51 | -28/+14427 |
2017-11-22 | PR 83070 Fix -Wsign-compare warning | Janne Blomqvist | 2 | -1/+7 |
2017-11-21 | re PR libfortran/78549 (Very slow formatted internal file output) | Jerry DeLisle | 4 | -25/+40 |
2017-11-19 | PR 44292 Handle large record lengths | Janne Blomqvist | 2 | -17/+29 |
2017-11-18 | PR 83036 Make NEXTREC specifier for INQUIRE work for large record numbers | Janne Blomqvist | 2 | -2/+6 |
2017-11-18 | PR 44292 Enable large record lengths in OPEN and INQUIRE statements | Janne Blomqvist | 2 | -4/+10 |
2017-11-17 | Enable building libgfortran with Intel CET | Igor Tsimbalist | 5 | -3/+97 |
2017-10-27 | re PR libfortran/81938 (valgrind error message and heap-buffer-overflow on ad... | Jerry DeLisle | 2 | -1/+9 |
2017-10-10 | re PR libfortran/82233 (execute_command_line causes program to stop when comm... | Thomas Koenig | 2 | -8/+8 |
2017-09-24 | +2017-09-24 Dominique d'Humieres <dominiq@lps.ens.fr> | Dominique d'Humieres | 2 | -3/+7 |
2017-09-10 | re PR fortran/34640 (ICE when assigning item of a derived-component to a poin... | Paul Thomas | 3 | -1/+8 |
2017-08-28 | re PR fortran/78387 (OpenMP segfault/stack size exceeded writing to internal ... | Jerry DeLisle | 5 | -95/+18 |
2017-07-31 | re PR fortran/81581 (runtime checks for DIM argument of intrinsic SUM missing) | Thomas Koenig | 124 | -350/+3052 |
2017-07-24 | ChangeLog: Fix typo in date and ommitted PR number. | Thomas Koenig | 1 | -1/+2 |
2017-07-24 | unix.c (buf_write): Return early if there is nothing to write. | Thomas Koenig | 2 | -0/+8 |
2017-07-09 | eoshift2.c (eoshift2): Use memcpy for innermost copy where possible. | Thomas Koenig | 10 | -54/+170 |
2017-07-02 | eoshift0.c: For contiguous arrays, use block algorithm. | Thomas Koenig | 2 | -36/+113 |
2017-06-26 | Fix for SPEC CPU2017 621.wrf_s failure, add missing locking code. | Jim Wilson | 2 | -0/+12 |
2017-06-24 | re PR fortran/52473 (CSHIFT slow - inline it?) | Thomas Koenig | 48 | -69/+9026 |
2017-06-18 | re PR fortran/52473 (CSHIFT slow - inline it?) | Thomas Koenig | 15 | -336/+1321 |
2017-06-06 | re PR fortran/80975 (matmul for zero-length arrays) | Thomas Koenig | 28 | -460/+491 |
2017-05-29 | re PR fortran/53029 (missed optimization in internal read (without implied-do... | Jerry DeLisle | 2 | -0/+11 |
2017-05-28 | Fix libgfortran FMA3/FMA4 tests | Rainer Orth | 3 | -12/+31 |
2017-05-26 | re PR fortran/80889 (Bootstrap broken on all targets due to rev 248472) | Thomas Koenig | 3 | -1/+21 |
2017-05-25 | re PR libfortran/78379 (Processor-specific versions for matmul) | Thomas Koenig | 35 | -27/+15964 |
2017-05-19 | [multiple changes] | Jerry DeLisle | 2 | -8/+33 |
2017-05-17 | re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi... | Jerry DeLisle | 3 | -2/+15 |
2017-05-15 | re PR libfortran/80727 (Crash of runtime gfortran library during integer tran... | Jerry DeLisle | 2 | -10/+24 |
2017-05-15 | re PR fortran/80765 (178.galgel in SPEC CPU 2000 fails to run) | Thomas Koenig | 15 | -198/+218 |
2017-05-12 | Typo fixes for "Don't assume __secure_getenv is available" | Thomas Schwinge | 2 | -2/+9 |
2017-05-11 | Don't assume __secure_getenv is available | Janne Blomqvist | 3 | -3/+19 |
2017-05-10 | re PR target/80687 (VLA usage in libgfortran; nvptx target: "sorry, unimpleme... | Thomas Koenig | 15 | -264/+218 |
2017-05-08 | re PR libfortran/80602 (Reduce stack usage for blocked matmul) | Thomas Koenig | 16 | -134/+814 |
2017-04-11 | close.c: Fix white space in pointer declarations and comment formats where ap... | Jerry DeLisle | 16 | -239/+258 |
2017-03-29 | re PR fortran/78670 ([F03] Incorrect file position with namelist read under D... | Jerry DeLisle | 2 | -53/+65 |