aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2016-11-16re PR libfortran/51119 (MATMUL slow for large matrices)Jerry DeLisle3-2/+8
2016-11-16[PR libgfortran/78314] Fix ieee_support_haltingSzabolcs Nagy2-1/+40
2016-11-15[multiple changes]Jerry DeLisle17-1138/+4436
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose2-1/+4
2016-11-03Default missing exponents to 0 with -fdec.Fritz Reese4-3/+35
2016-10-31re PR fortran/54679 (Erroneous "Expected P edit descriptor" in conjunction wi...Jerry DeLisle2-6/+19
2016-10-30re PR libfortran/78123 (Short reads with T edit descriptor not padding correc...Jerry DeLisle2-1/+8
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese13-17/+490
2016-10-24re PR libfortran/77828 (Linking gfortran-7 compiled program with libgfortran ...Jerry DeLisle4-21/+23
2016-10-21re PR libfortran/78055 (Many new gfortran test failures)Jerry DeLisle2-0/+7
2016-10-21transfer.c (finalize_transfer): Free format data in child procedures.Jerry DeLisle2-5/+16
2016-10-18re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle4-17/+45
2016-10-16PR 48587 Newunit allocator, cleanupJanne Blomqvist2-9/+8
2016-10-15PR 48587 Newunit allocatorJanne Blomqvist5-27/+118
2016-10-09PR 67585 Handle EINTRJanne Blomqvist3-26/+98
2016-10-05re PR libfortran/77868 (Fail to NULL guard check for internal unit in inquire...Jerry DeLisle2-2/+8
2016-10-052016-10-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle2-1/+8
2016-10-01re PR libfortran/77663 (libgfortran/caf/single.c: three minor problems and a ...Andre Vehreschild2-9/+23
2016-09-28re PR fortran/77707 (formatted direct access: nextrec off by one)Jerry DeLisle2-3/+10
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle7-123/+226
2016-09-21Use rand_s on MinGW-w64, fix array bound overflow.Janne Blomqvist2-4/+21
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild4-49/+1834
2016-09-09re PR fortran/77507 (gfortran rejects keyworded calls to procedures from intr...Steven G. Kargl2-16/+23
2016-09-06Fix dates on changelogJerry DeLisle1-1/+1
2016-09-06re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle2-0/+14
2016-08-31re PR libfortran/77393 (Revision r237735 changed the behavior of F0.0)Jerry DeLisle2-17/+68
2016-08-31[multiple changes]Paul Thomas10-181/+784
2016-08-29configure.ac (nvptx-*): Hardwire newlib.Nathan Sidwell3-22/+32
2016-08-19Use a XOR cipher instead of byte shuffling to protect against bad seeds.Janne Blomqvist2-23/+41
2016-08-19Always initialize PRNG using random data from the OS.Janne Blomqvist2-25/+42
2016-08-11Include <stdlib.h> in intrinsics/random.cRainer Orth2-0/+5
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist3-241/+377
2016-07-22libcaf.h: Add parameter stat to caf_get() and caf_send()'s function prototypes.Andre Vehreschild3-13/+34
2016-06-23re PR libfortran/48852 (Invalid spaces in list-directed output of complex con...Jerry DeLisle3-484/+453
2016-05-24re PR libfortran/71123 (Namelist read failure on Windows)Jerry DeLisle1-1/+1
2016-05-24re PR libfortran/70684 (incorrect reading of values from file on Windows)Jerry DeLisle2-2/+6
2016-04-19re PR libfortran/70684 (incorrect reading of values from file on Windows)Jerry DeLisle2-1/+7
2016-03-30[multiple changes]Dominique d'Humieres2-7/+26
2016-03-28STOP managed by external library when coarrays are usedAlessandro Fanfarillo3-0/+27
2016-02-23re PR fortran/69456 (Namelist value with trailing sign is ignored without error)Jerry DeLisle2-4/+19
2016-02-17re PR libfortran/69651 ([6 Regession] Usage of unitialized pointer io/list_re...Jerry DeLisle2-1/+9
2016-02-15re PR libfortran/69651 ([6 Regession] Usage of unitialized pointer io/list_re...Jerry DeLisle2-64/+117
2016-02-12re PR fortran/69668 (Error reading namelist opened with DELIM='NONE')Jerry DeLisle2-15/+5
2016-01-23re PR libfortran/68744 (FAIL: gfortran.dg/backtrace_1.f90 -O0 execution test)John David Anglin2-1/+14
2016-01-15execute_command_line.c (set_cmdstat): Use "%s", msg instead of msg to avoid -...Jakub Jelinek2-2/+7
2016-01-04Update copyright years.Jakub Jelinek678-1080/+1089
2015-12-29re PR libfortran/68987 (double free or corruption in _gfortran_st_write_done ...Jerry DeLisle2-21/+6
2015-12-15PR libfortran/pr68867Jerry DeLisle2-0/+13
2015-12-05re PR fortran/50201 (gfortran with -static causes seg fault at runtime for wr...Juoko Orava2-2/+8
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus3-3/+57