summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* PR 66861 Fix null pointer crash on mingw.Janne Blomqvist2015-07-142-2/+12
* re PR libfortran/40267 (Eventually get rid of libgfortranbegin.a)Francois-Xavier Coudert2015-07-064-95/+23
* libstdc++, libgfortran gthr workaround for muslSzabolcs Nagy2015-04-223-2/+7
* re PR libfortran/65234 (Output descriptor (*(1E15.7)) not accepted)Jerry DeLisle2015-04-212-2/+17
* re PR fortran/56743 (Namelist bug with comment and no blank)Jerry DeLisle2015-04-212-2/+13
* re PR fortran/65089 (FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested w...Jerry DeLisle2015-04-154-19/+67
* re PR fortran/65596 (NAMELIST bug with f2003: reads too far)Jerry DeLisle2015-03-283-3/+11
* re PR fortran/65541 (namelist regression)Jerry DeLisle2015-03-262-1/+13
* re PR libfortran/59513 (Fortran runtime error: Sequential READ or WRITE not a...Jerry DeLisle2015-03-222-1/+8
* re PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4...Jerry DeLisle2015-03-172-5/+15
* libgfortran LIBGFOR_MINIMAL enhancements.Thomas Schwinge2015-03-113-5/+64
* PR 65200 Handle EPERM in addition to EACCES.Janne Blomqvist2015-03-113-28/+13
* trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo2015-03-103-0/+22
* re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle2015-02-112-2/+9
* re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle2015-02-102-1/+7
* re PR fortran/60956 (error reading (and writing) large text files in gfortran)Jerry DeLisle2015-02-076-1/+54
* PR libfortran/64770 Segfault when trying to open existing file with status="n...Janne Blomqvist2015-01-242-1/+7
* re PR fortran/61933 (Inquire on internal units)Jerry DeLisle2015-01-232-2/+12
* re PR fortran/61933 (Inquire on internal units)Jerry DeLisle2015-01-153-12/+16
* Update copyright years.Jakub Jelinek2015-01-05674-673/+677
* single.c (_gfortran_caf_co_reduce): New function.Tobias Burnus2015-01-024-774/+801
* Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt2014-11-288-408/+690
* env.c (getenv): Remove unused variable res_len.Uros Bizjak2014-11-252-1/+4
* configure.ac: Guard include of <ieeefp.h>.John David Anglin2014-11-243-0/+17
* Always use PIC option with -shared in libtoolH.J. Lu2014-11-212-2/+7
* PR 60324 VLA related fixes to random number generator.Janne Blomqvist2014-11-162-26/+28
* access.c: Include <stdlib.h>.Marek Polacek2014-11-139-0/+19
* PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist2014-11-1324-295/+271
* re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2014-11-112-1/+6
* PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist2014-11-108-18/+188
* PR 63589 Fix splitting of PATH in find_addr2line.Janne Blomqvist2014-10-205-19/+51
* f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins.Francois-Xavier Coudert2014-10-093-321/+8
* re PR libfortran/63460 (Some namelists cannot be read from stdin (unit 5): Fo...Jerry DeLisle2014-10-052-0/+8
* Fix typo in ChangeLogJanne Blomqvist2014-10-011-1/+1
* Fix -Wmaybe-uninitialized warnings.Janne Blomqvist2014-10-0116-0/+67
* Add -Werror=implicit-function-declaration to AM_CFLAGS.Janne Blomqvist2014-09-305-11/+50
* check.c (check_co_collective): Renamed fromTobias Burnus2014-09-253-8/+21
* Fix indentationJanne Blomqvist2014-09-181-1/+1
* PR libfortran/62768 Use gfc_unit.filename also when HAVE_TTYNAME{_R} is not d...Janne Blomqvist2014-09-182-2/+8
* PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist2014-09-177-46/+39
* Fix pad status check.Janne Blomqvist2014-09-102-1/+6
* trans-decl.c (gfc_build_builtin_function_decls): Add may_require_tmp dummy ar...Tobias Burnus2014-08-313-7/+177
* re PR libfortran/62188 (Array bounds overrun in bessel_yn_r4/8/16 and other f...Steven G. Kargl2014-08-206-5/+14
* gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus2014-08-143-16/+104
* * runtime/memory.c (xmallocarray): Avoid division for the common case.Jakub Jelinek2014-08-042-1/+7
* re PR fortran/61632 (Improve error locus on large format strings)Jerry DeLisle2014-07-202-10/+20
* libgfortran.h (libcaf_atomic_codes): Add.Tobias Burnus2014-07-123-0/+108
* fpu-*.h (get_fpu_rounding_mode, [...]): Clean up, mark unreachable code as such.Francois-Xavier Coudert2014-07-105-25/+20
* libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.Francois-Xavier Coudert2014-07-098-27/+259
* Use FP_RN etc. unconditionallyRainer Orth2014-07-082-42/+6