aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-03re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs)Jerry DeLisle1-0/+3
2010-10-19io.h: Remove definition of the BT enumerator.Jerry DeLisle1-23/+23
2010-09-09acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove.Francois-Xavier Coudert1-33/+15
2010-05-20re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle1-2/+3
2010-05-07Remove free_memJanne Blomqvist1-4/+1
2010-04-01transfer.c: Update copyright.Paul Thomas1-1/+1
2010-03-12format.c (parse_format_list): Add to ERROR, WARNING, SILENT enumerators NOTIF...Kai Tietz1-1/+3
2010-03-08libgfortran.h (_POSIX): Define if __MINGW32__ is defined.Kai Tietz1-4/+26
2009-12-04PR libfortran/40812 Large file support for MinGWJanne Blomqvist1-0/+5
2009-10-29re PR libfortran/41711 ([F08] BOZ edit-descr does not support reading large k...Jerry DeLisle1-3/+11
2009-08-25re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig1-0/+4