summaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
Commit message (Expand)AuthorAgeFilesLines
* PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist2018-02-231-1/+1
* Character length cleanup for Coarray Fortran libraryJanne Blomqvist2018-02-221-1/+1
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig2018-02-121-23/+37
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2018-01-301-13/+0
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas2018-01-251-10/+24
* libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig2018-01-071-0/+11
* PR 78534 Change character length from int to size_tJanne Blomqvist2018-01-051-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist2017-11-281-7/+1
* PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist2017-11-221-5/+1
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-11-221-1/+2
* re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas2017-09-101-0/+1
* re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig2017-06-241-0/+313
* Don't assume __secure_getenv is availableJanne Blomqvist2017-05-111-3/+1
* re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig2017-03-151-0/+5
* Revert r244448Janne Blomqvist2017-01-131-1/+1
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-131-1/+1
* PR 78534 Revert r244011Janne Blomqvist2017-01-031-1/+1
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert2016-12-211-0/+1
* Remove unused libgfortran functionsJanne Blomqvist2016-12-191-3/+0
* New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese2016-10-261-0/+4
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* PR 53379 Print backtrace on error termination.Janne Blomqvist2015-09-051-0/+3
* PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist2015-09-021-1/+4
* libgfortran.h (show_variables): Remove prototype.Francois-Xavier Coudert2015-08-261-3/+0
* * libgfortran.h (check_buffered): Remove unused prototype.Francois-Xavier Coudert2015-08-251-3/+0
* re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert2015-08-231-8/+3
* re PR libfortran/66650 (libgfortran: warning: left shift of negative value [-...Uros Bizjak2015-07-291-2/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist2014-11-131-4/+3
* libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.Francois-Xavier Coudert2014-07-091-0/+9
* * libgfortran.h: Assume __GNUC__.Francois-Xavier Coudert2014-07-071-6/+0
* stop.c: Use C11 _Noreturn.Francois-Xavier Coudert2014-07-071-15/+8
* re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert2014-06-281-1/+25
* Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist2014-06-171-0/+3
* Introduce xrealloc, use it.Janne Blomqvist2014-05-261-0/+2
* PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist2014-05-221-0/+3
* libgfortran.h (unlikely, likely): Add usage comment.Tobias Burnus2014-03-081-0/+10
* Update copyright years in libgfortran/Richard Sandiford2014-01-021-1/+1
* re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus2013-07-211-0/+7
* gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus2013-06-171-0/+3
* Use C99 bool instead of enum try.Janne Blomqvist2013-03-191-5/+2
* Update copyright years in libgfortran.Richard Sandiford2013-01-141-3/+1
* re PR libfortran/36044 (user-requested backtrace)Janus Weil2012-12-201-2/+2
* Fix usage of secure_getenv with glibc 2.17. Janne Blomqvist2012-10-061-0/+2
* PR 52428 Range checking when reading integer values.Janne Blomqvist2012-05-141-1/+0
* Fix handling of temporary files.Janne Blomqvist2012-05-051-4/+12
* re PR libfortran/38199 (missed optimization: I/O performance)Thomas Koenig2012-04-151-0/+7