aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-24re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig1-0/+313
2017-05-11Don't assume __secure_getenv is availableJanne Blomqvist1-3/+1
2017-03-15re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig1-0/+5
2017-01-13Revert r244448Janne Blomqvist1-1/+1
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-1/+1
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-1/+1
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert1-0/+1
2016-12-19Remove unused libgfortran functionsJanne Blomqvist1-3/+0
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-0/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-05PR 53379 Print backtrace on error termination.Janne Blomqvist1-0/+3
2015-09-02PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist1-1/+4
2015-08-26libgfortran.h (show_variables): Remove prototype.Francois-Xavier Coudert1-3/+0
2015-08-25* libgfortran.h (check_buffered): Remove unused prototype.Francois-Xavier Coudert1-3/+0
2015-08-23re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert1-8/+3
2015-07-29re PR libfortran/66650 (libgfortran: warning: left shift of negative value [-...Uros Bizjak1-2/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist1-4/+3
2014-07-09libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.Francois-Xavier Coudert1-0/+9
2014-07-07* libgfortran.h: Assume __GNUC__.Francois-Xavier Coudert1-6/+0
2014-07-07stop.c: Use C11 _Noreturn.Francois-Xavier Coudert1-15/+8
2014-06-28re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert1-1/+25
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist1-0/+3
2014-05-26Introduce xrealloc, use it.Janne Blomqvist1-0/+2
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist1-0/+3
2014-03-08libgfortran.h (unlikely, likely): Add usage comment.Tobias Burnus1-0/+10
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus1-0/+7
2013-06-17gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus1-0/+3
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist1-5/+2
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-3/+1
2012-12-20re PR libfortran/36044 (user-requested backtrace)Janus Weil1-2/+2
2012-10-06Fix usage of secure_getenv with glibc 2.17. Janne Blomqvist1-0/+2
2012-05-14PR 52428 Range checking when reading integer values.Janne Blomqvist1-1/+0
2012-05-05Fix handling of temporary files.Janne Blomqvist1-4/+12
2012-04-15re PR libfortran/38199 (missed optimization: I/O performance)Thomas Koenig1-0/+7
2012-04-04libgfortran.h: Include complex.h before math.hTristan Gingold1-7/+9
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist1-5/+2
2012-03-25Use calloc instead of malloc and memset.Janne Blomqvist1-0/+4
2012-03-10libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus1-9/+9
2011-08-29re PR libfortran/50192 (Wrong character comparision with wide strings)Thomas Koenig1-0/+4
2011-05-29PR 48931 Use async-signal-safe execve instead of execvpJanne Blomqvist1-0/+3
2011-05-14PR 48915 Abort handlingJanne Blomqvist1-6/+5
2011-05-14Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist1-8/+11
2011-04-16Replace sprintf with snprintfJanne Blomqvist1-0/+4
2011-04-12Cleanup memsize typesJanne Blomqvist1-44/+17
2011-01-22PR 46267 strerror thread safetyJanne Blomqvist1-4/+5
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert1-2/+16