Age | Commit message (Expand) | Author | Files | Lines |
2017-01-03 | PR 78534 Revert r244011 | Janne Blomqvist | 1 | -1/+1 |
2017-01-03 | PR 78534 Change character length from int to size_t | Janne Blomqvist | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-21 | libgfortran.h: Include <stdlib.h> header. | Francois-Xavier Coudert | 1 | -0/+1 |
2016-12-19 | Remove unused libgfortran functions | Janne Blomqvist | 1 | -3/+0 |
2016-10-26 | New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec. | Fritz Reese | 1 | -0/+4 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-09-05 | PR 53379 Print backtrace on error termination. | Janne Blomqvist | 1 | -0/+3 |
2015-09-02 | PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfix | Janne Blomqvist | 1 | -1/+4 |
2015-08-26 | libgfortran.h (show_variables): Remove prototype. | Francois-Xavier Coudert | 1 | -3/+0 |
2015-08-25 | * libgfortran.h (check_buffered): Remove unused prototype. | Francois-Xavier Coudert | 1 | -3/+0 |
2015-08-23 | re PR libfortran/54572 (Use libbacktrace library) | Francois-Xavier Coudert | 1 | -8/+3 |
2015-07-29 | re PR libfortran/66650 (libgfortran: warning: left shift of negative value [-... | Uros Bizjak | 1 | -2/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-13 | PR 60324 Unbounded stack allocations in libgfortran. | Janne Blomqvist | 1 | -4/+3 |
2014-07-09 | libgfortran.h (support_fpu_underflow_control, [...]): New prototypes. | Francois-Xavier Coudert | 1 | -0/+9 |
2014-07-07 | * libgfortran.h: Assume __GNUC__. | Francois-Xavier Coudert | 1 | -6/+0 |
2014-07-07 | stop.c: Use C11 _Noreturn. | Francois-Xavier Coudert | 1 | -15/+8 |
2014-06-28 | re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception... | Francois-Xavier Coudert | 1 | -1/+25 |
2014-06-17 | Introduce xmallocarray, an overflow checking variant of xmalloc. | Janne Blomqvist | 1 | -0/+3 |
2014-05-26 | Introduce xrealloc, use it. | Janne Blomqvist | 1 | -0/+2 |
2014-05-22 | PR 60324 Handle long path names, don't use PATH_MAX. | Janne Blomqvist | 1 | -0/+3 |
2014-03-08 | libgfortran.h (unlikely, likely): Add usage comment. | Tobias Burnus | 1 | -0/+10 |
2014-01-02 | Update copyright years in libgfortran/ | Richard Sandiford | 1 | -1/+1 |
2013-07-21 | re PR libfortran/35862 ([F2003] Implement new rounding modes for run time) | Tobias Burnus | 1 | -0/+7 |
2013-06-17 | gfortran.h (gfc_option_t): Add fpe_summary. | Tobias Burnus | 1 | -0/+3 |
2013-03-19 | Use C99 bool instead of enum try. | Janne Blomqvist | 1 | -5/+2 |
2013-01-14 | Update copyright years in libgfortran. | Richard Sandiford | 1 | -3/+1 |
2012-12-20 | re PR libfortran/36044 (user-requested backtrace) | Janus Weil | 1 | -2/+2 |
2012-10-06 | Fix usage of secure_getenv with glibc 2.17. | Janne Blomqvist | 1 | -0/+2 |
2012-05-14 | PR 52428 Range checking when reading integer values. | Janne Blomqvist | 1 | -1/+0 |
2012-05-05 | Fix handling of temporary files. | Janne Blomqvist | 1 | -4/+12 |
2012-04-15 | re PR libfortran/38199 (missed optimization: I/O performance) | Thomas Koenig | 1 | -0/+7 |
2012-04-04 | libgfortran.h: Include complex.h before math.h | Tristan Gingold | 1 | -7/+9 |
2012-03-26 | Combined get_mem and internal_malloc_size. | Janne Blomqvist | 1 | -5/+2 |
2012-03-25 | Use calloc instead of malloc and memset. | Janne Blomqvist | 1 | -0/+4 |
2012-03-10 | libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an... | Tobias Burnus | 1 | -9/+9 |
2011-08-29 | re PR libfortran/50192 (Wrong character comparision with wide strings) | Thomas Koenig | 1 | -0/+4 |
2011-05-29 | PR 48931 Use async-signal-safe execve instead of execvp | Janne Blomqvist | 1 | -0/+3 |
2011-05-14 | PR 48915 Abort handling | Janne Blomqvist | 1 | -6/+5 |
2011-05-14 | Error printing thread safety, remove GFORTRAN_USE_STDERR | Janne Blomqvist | 1 | -8/+11 |
2011-04-16 | Replace sprintf with snprintf | Janne Blomqvist | 1 | -0/+4 |
2011-04-12 | Cleanup memsize types | Janne Blomqvist | 1 | -44/+17 |
2011-01-22 | PR 46267 strerror thread safety | Janne Blomqvist | 1 | -4/+5 |
2010-11-16 | re PR fortran/32049 (Support on x86_64 also kind=16) | Francois-Xavier Coudert | 1 | -2/+16 |
2010-11-03 | re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs) | Jerry DeLisle | 1 | -0/+3 |
2010-10-19 | io.h: Remove definition of the BT enumerator. | Jerry DeLisle | 1 | -23/+23 |
2010-09-09 | acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove. | Francois-Xavier Coudert | 1 | -33/+15 |
2010-05-20 | re PR fortran/43851 (Add _gfortran_error_stop_numeric) | Jerry DeLisle | 1 | -2/+3 |
2010-05-07 | Remove free_mem | Janne Blomqvist | 1 | -4/+1 |