aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2018-01-15re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig228-1022/+3435
2018-01-14Fix date in ChangelogJerry DeLisle1-1/+1
2018-01-14re PR libfortran/83811 (fortran 'e' format broken for single digit exponents)Jerry DeLisle2-2/+8
2018-01-08PR 78534 Regression on 32-bit targetsJanne Blomqvist2-5/+13
2018-01-07libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig272-675/+967
2018-01-07PR 78534, 83704 Handle large formatted I/OJanne Blomqvist10-148/+224
2018-01-06Remove unused variableJanne Blomqvist2-2/+5
2018-01-06PR 83704 Use size_t in write_characterDominique d'Humieres2-5/+12
2018-01-06PR 78534 libgfortran ChangeLogJanne Blomqvist1-0/+25
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist12-41/+41
2018-01-03Update copyright years.Jakub Jelinek737-1878/+1887
2018-01-02PR libgfortran/83649 Chunk large reads and writesJanne Blomqvist2-8/+49
2017-12-29re PR libfortran/83613 (Executing gfortran.dg/inquire_internal.f90 hangs on d...Jerry DeLisle2-0/+8
2017-12-29re PR fortran/83560 (list-directed formatting of INTEGER is missing plus on o...Jerry DeLisle2-48/+37
2017-12-16re PR libfortran/81937 (stack-buffer-overflow on memcpy in libgfortran/io/uni...Jerry DeLisle2-9/+20
2017-12-14re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle5-8/+44
2017-12-03re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig19-20/+4474
2017-12-03Fix typo in ChangeLog.Jerry DeLisle1-1/+1
2017-12-03re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle4-7/+20
2017-12-03Fix spelling error in log.Jerry DeLisle1-1/+1
2017-12-03re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle4-5/+18
2017-11-29fix merge conflict in libgfortran/ChangeLogJanne Blomqvist1-1/+16
2017-11-29re PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgf...Jerry DeLisle2-1/+7
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist7-27/+37
2017-11-24Whitespace fix for libgfortran/ChangeLogJanne Blomqvist1-0/+1
2017-11-24PR 36313 Replace int with gfc_charlen_type, take 3Janne Blomqvist15-14/+31
2017-11-23re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig15-28/+54
2017-11-22Make shift argument to eoshift0 and eoshift2 be of type index_typeJanne Blomqvist3-6/+7
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist8-54/+26
2017-11-22re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig51-28/+14427
2017-11-22PR 83070 Fix -Wsign-compare warningJanne Blomqvist2-1/+7
2017-11-21re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle4-25/+40
2017-11-19PR 44292 Handle large record lengthsJanne Blomqvist2-17/+29
2017-11-18PR 83036 Make NEXTREC specifier for INQUIRE work for large record numbersJanne Blomqvist2-2/+6
2017-11-18PR 44292 Enable large record lengths in OPEN and INQUIRE statementsJanne Blomqvist2-4/+10
2017-11-17Enable building libgfortran with Intel CETIgor Tsimbalist5-3/+97
2017-10-27re PR libfortran/81938 (valgrind error message and heap-buffer-overflow on ad...Jerry DeLisle2-1/+9
2017-10-10re PR libfortran/82233 (execute_command_line causes program to stop when comm...Thomas Koenig2-8/+8
2017-09-24+2017-09-24 Dominique d'Humieres <dominiq@lps.ens.fr>Dominique d'Humieres2-3/+7
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas3-1/+8
2017-08-28re PR fortran/78387 (OpenMP segfault/stack size exceeded writing to internal ...Jerry DeLisle5-95/+18
2017-07-31re PR fortran/81581 (runtime checks for DIM argument of intrinsic SUM missing)Thomas Koenig124-350/+3052
2017-07-24ChangeLog: Fix typo in date and ommitted PR number.Thomas Koenig1-1/+2
2017-07-24unix.c (buf_write): Return early if there is nothing to write.Thomas Koenig2-0/+8
2017-07-09eoshift2.c (eoshift2): Use memcpy for innermost copy where possible.Thomas Koenig10-54/+170
2017-07-02eoshift0.c: For contiguous arrays, use block algorithm.Thomas Koenig2-36/+113
2017-06-26Fix for SPEC CPU2017 621.wrf_s failure, add missing locking code.Jim Wilson2-0/+12
2017-06-24re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig48-69/+9026
2017-06-18re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig15-336/+1321
2017-06-06re PR fortran/80975 (matmul for zero-length arrays)Thomas Koenig28-460/+491