summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-175-4/+36
* Revert r244448Janne Blomqvist2017-01-1313-59/+37
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-1313-37/+59
* re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild2017-01-132-2/+11
* re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild2017-01-072-4/+24
* PR 78534 Revert r244011Janne Blomqvist2017-01-0313-59/+37
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-0313-37/+59
* Update copyright years.Jakub Jelinek2017-01-01629-2161/+2170
* random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert2016-12-21126-135/+134
* libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert2016-12-21381-394/+399
* abort.c: Remove unused headers.Francois-Xavier Coudert2016-12-21360-397/+378
* re PR libfortran/70311 (libgfortran build dies on "implicit declaration of fu...Francois-Xavier Coudert2016-12-214-1/+10
* iresolve.c (gfc_resolve_ftell): Call "ftell" instead of "ftell2".Francois-Xavier Coudert2016-12-213-21/+8
* gfortran.map: Move all _gfortran_* __iso_c_binding_* symbols to GFORTRAN_7.Francois-Xavier Coudert2016-12-212-394/+363
* trans-decl.c (create_main_function): Remove unused elements to the set_option...Francois-Xavier Coudert2016-12-192-12/+9
* Remove unused functions, take 2.Janne Blomqvist2016-12-1945-3062/+4
* trans.h: Remove gfor_fndecl_stop_numeric_f08.Francois-Xavier Coudert2016-12-193-19/+5
* * Makefile.in: Regenerate.François-Xavier Coudert2016-12-191-31/+13
* Makefile.am: Remove ISO_C_BINDING runtime functions.Francois-Xavier Coudert2016-12-196-733/+9
* Makefile.am: Remove intrinsics/bit_intrinsics.c.Francois-Xavier Coudert2016-12-195-160/+17
* Remove unused libgfortran functionsJanne Blomqvist2016-12-196-563/+104
* chmod.c (chmod_internal): Fix case where mode_t is different from unsigned int.Francois-Xavier Coudert2016-12-192-7/+6
* re PR fortran/78545 (Possible correction to online LTIME documentation)Dominique d'Humieres2016-12-182-4/+9
* re PR fortran/78662 ([F03] Incorrect parsing of quotes in the char-literal-co...Jerry DeLisle2016-12-162-16/+39
* Disable hwcaps on libgfortranRainer Orth2016-12-126-371/+445
* re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig2016-12-0322-516/+29850
* single.c (_gfortran_caf_get_by_ref): Prevent compile time warning.Andre Vehreschild2016-11-302-2/+9
* single.c (_gfortran_caf_is_present): Prevent fallthrough warnings.Andre Vehreschild2016-11-301-0/+2
* libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild2016-11-303-8/+149
* re PR libfortran/51119 (MATMUL slow for large matrices)Jerry DeLisle2016-11-163-2/+8
* [PR libgfortran/78314] Fix ieee_support_haltingSzabolcs Nagy2016-11-162-1/+40
* [multiple changes]Jerry DeLisle2016-11-1517-1138/+4436
* config-ml.in: Remove references to GCJ.Matthias Klose2016-11-152-1/+4
* Default missing exponents to 0 with -fdec.Fritz Reese2016-11-034-3/+35
* re PR fortran/54679 (Erroneous "Expected P edit descriptor" in conjunction wi...Jerry DeLisle2016-10-312-6/+19
* re PR libfortran/78123 (Short reads with T edit descriptor not padding correc...Jerry DeLisle2016-10-302-1/+8
* New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese2016-10-2613-17/+490
* re PR libfortran/77828 (Linking gfortran-7 compiled program with libgfortran ...Jerry DeLisle2016-10-244-21/+23
* re PR libfortran/78055 (Many new gfortran test failures)Jerry DeLisle2016-10-212-0/+7
* transfer.c (finalize_transfer): Free format data in child procedures.Jerry DeLisle2016-10-212-5/+16
* re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle2016-10-184-17/+45
* PR 48587 Newunit allocator, cleanupJanne Blomqvist2016-10-162-9/+8
* PR 48587 Newunit allocatorJanne Blomqvist2016-10-155-27/+118
* PR 67585 Handle EINTRJanne Blomqvist2016-10-093-26/+98
* re PR libfortran/77868 (Fail to NULL guard check for internal unit in inquire...Jerry DeLisle2016-10-052-2/+8
* 2016-10-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle2016-10-052-1/+8
* re PR libfortran/77663 (libgfortran/caf/single.c: three minor problems and a ...Andre Vehreschild2016-10-012-9/+23
* re PR fortran/77707 (formatted direct access: nextrec off by one)Jerry DeLisle2016-09-282-3/+10
* re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle2016-09-237-123/+226
* Use rand_s on MinGW-w64, fix array bound overflow.Janne Blomqvist2016-09-212-4/+21