aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)Author
2015-04-22Update ChangeLog and version files for releasereleases/gcc-5.1.0GCC Administrator
2015-03-28re PR fortran/65596 (NAMELIST bug with f2003: reads too far)Jerry DeLisle
2015-03-26re PR fortran/65541 (namelist regression)Jerry DeLisle
2015-03-22re PR libfortran/59513 (Fortran runtime error: Sequential READ or WRITE not a...Jerry DeLisle
2015-03-17re PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4...Jerry DeLisle
2015-03-11libgfortran LIBGFOR_MINIMAL enhancements.Thomas Schwinge
2015-03-11PR 65200 Handle EPERM in addition to EACCES.Janne Blomqvist
2015-03-10trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo
2015-02-11re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle
2015-02-10re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle
2015-02-07re PR fortran/60956 (error reading (and writing) large text files in gfortran)Jerry DeLisle
2015-01-24PR libfortran/64770 Segfault when trying to open existing file with status="n...Janne Blomqvist
2015-01-23re PR fortran/61933 (Inquire on internal units)Jerry DeLisle
2015-01-15re PR fortran/61933 (Inquire on internal units)Jerry DeLisle
2015-01-05Update copyright years.Jakub Jelinek
2015-01-02single.c (_gfortran_caf_co_reduce): New function.Tobias Burnus
2014-11-28Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt
2014-11-25env.c (getenv): Remove unused variable res_len.Uros Bizjak
2014-11-24configure.ac: Guard include of <ieeefp.h>.John David Anglin
2014-11-21Always use PIC option with -shared in libtoolH.J. Lu
2014-11-16PR 60324 VLA related fixes to random number generator.Janne Blomqvist
2014-11-13access.c: Include <stdlib.h>.Marek Polacek
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist
2014-11-11re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist
2014-10-20PR 63589 Fix splitting of PATH in find_addr2line.Janne Blomqvist
2014-10-09f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins.Francois-Xavier Coudert
2014-10-05re PR libfortran/63460 (Some namelists cannot be read from stdin (unit 5): Fo...Jerry DeLisle
2014-10-01Fix typo in ChangeLogJanne Blomqvist
2014-10-01Fix -Wmaybe-uninitialized warnings.Janne Blomqvist
2014-09-30Add -Werror=implicit-function-declaration to AM_CFLAGS.Janne Blomqvist
2014-09-25check.c (check_co_collective): Renamed fromTobias Burnus
2014-09-18Fix indentationJanne Blomqvist
2014-09-18PR libfortran/62768 Use gfc_unit.filename also when HAVE_TTYNAME{_R} is not d...Janne Blomqvist
2014-09-17PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist
2014-09-10Fix pad status check.Janne Blomqvist
2014-08-31trans-decl.c (gfc_build_builtin_function_decls): Add may_require_tmp dummy ar...Tobias Burnus
2014-08-20re PR libfortran/62188 (Array bounds overrun in bessel_yn_r4/8/16 and other f...Steven G. Kargl
2014-08-14gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus
2014-08-04* runtime/memory.c (xmallocarray): Avoid division for the common case.Jakub Jelinek
2014-07-20re PR fortran/61632 (Improve error locus on large format strings)Jerry DeLisle
2014-07-12libgfortran.h (libcaf_atomic_codes): Add.Tobias Burnus
2014-07-10fpu-*.h (get_fpu_rounding_mode, [...]): Clean up, mark unreachable code as such.Francois-Xavier Coudert
2014-07-09libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.Francois-Xavier Coudert
2014-07-08Use FP_RN etc. unconditionallyRainer Orth
2014-07-07* libgfortran.h: Assume __GNUC__.Francois-Xavier Coudert
2014-07-07stop.c: Use C11 _Noreturn.Francois-Xavier Coudert
2014-07-07fpu-387.h, [...]: Use static assertions.Francois-Xavier Coudert
2014-07-05Restore Solaris/SPARC bootstrapRainer Orth
2014-07-02* config/fpu-sysv.h (void set_fpu): Remove stalled comment.Uros Bizjak