Age | Commit message (Expand) | Author | Files | Lines |
2014-08-04 | * runtime/memory.c (xmallocarray): Avoid division for the common case. | Jakub Jelinek | 1 | -1/+3 |
2014-07-07 | stop.c: Use C11 _Noreturn. | Francois-Xavier Coudert | 1 | -8/+4 |
2014-06-17 | Introduce xmallocarray, an overflow checking variant of xmalloc. | Janne Blomqvist | 4 | -5/+32 |
2014-05-26 | Introduce xrealloc, use it. | Janne Blomqvist | 1 | -0/+14 |
2014-05-23 | PR 60324 Handle long path names, don't use PATH_MAX. | Janne Blomqvist | 1 | -0/+1 |
2014-05-22 | PR 60324 Handle long path names, don't use PATH_MAX. | Janne Blomqvist | 2 | -18/+89 |
2014-01-02 | Update copyright years in libgfortran/ | Richard Sandiford | 16 | -16/+16 |
2013-06-17 | gfortran.h (gfc_option_t): Add fpe_summary. | Tobias Burnus | 2 | -0/+57 |
2013-05-04 | environ.c: Include unistd.h. | David Edelsohn | 3 | -0/+12 |
2013-03-19 | Use C99 bool instead of enum try. | Janne Blomqvist | 1 | -4/+4 |
2013-02-06 | re PR fortran/55978 (class_optional_2.f90 -Os fails) | Janus Weil | 1 | -0/+3 |
2013-01-14 | Update copyright years in libgfortran. | Richard Sandiford | 16 | -25/+16 |
2012-12-20 | re PR libfortran/36044 (user-requested backtrace) | Janus Weil | 3 | -5/+7 |
2012-10-06 | re PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes malloc error on several ... | Thomas Koenig | 1 | -14/+28 |
2012-06-01 | chmod.c (chmod_func): On MinGW, don't set is_dir | Tobias Burnus | 1 | -1/+1 |
2012-05-23 | re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.) | Tobias Burnus | 1 | -0/+4 |
2012-05-14 | PR 52428 Range checking when reading integer values. | Janne Blomqvist | 1 | -3/+4 |
2012-05-05 | Fix handling of temporary files. | Janne Blomqvist | 2 | -4/+16 |
2012-03-26 | Combined get_mem and internal_malloc_size. | Janne Blomqvist | 4 | -30/+14 |
2012-03-25 | Use calloc instead of malloc and memset. | Janne Blomqvist | 1 | -1/+18 |
2012-03-10 | libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an... | Tobias Burnus | 3 | -17/+17 |
2012-01-12 | Remove configure check for unused fdopen. | Janne Blomqvist | 1 | -4/+3 |
2012-01-12 | PR 51803 Avoid malloc if getcwd fails or is not available. | Janne Blomqvist | 1 | -3/+8 |
2012-01-11 | main.c (store_exe_path): Fix absolute path detection for Windows. | Tobias Burnus | 1 | -4/+12 |
2012-01-11 | PR 51803 Handle getcwd failure and lack of the function better. | Janne Blomqvist | 1 | -1/+3 |
2012-01-10 | re PR fortran/51197 (Backtrace information less useful) | Tobias Burnus | 1 | -13/+48 |
2012-01-09 | re PR fortran/51197 (Backtrace information less useful) | Harald Anlauf | 2 | -3/+51 |
2011-11-11 | PR 51090 Fix r181288 to conform to GNU style | Janne Blomqvist | 1 | -1/+1 |
2011-11-11 | PR 51090 Check that getenv result != NULL before proceeding. | Janne Blomqvist | 1 | -0/+2 |
2011-11-09 | Configure cleanup. | Janne Blomqvist | 3 | -29/+3 |
2011-11-09 | PR 46686 Fix incorrect comment. | Janne Blomqvist | 1 | -1/+1 |
2011-11-09 | PR 46686 Implement backtrace with _Unwind_Backtrace from libgcc. | Janne Blomqvist | 1 | -154/+113 |
2011-11-08 | re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int... | Francois-Xavier Coudert | 1 | -13/+7 |
2011-07-23 | ctime.c: Include <stdlib.h>. | Andreas Schwab | 1 | -0/+1 |
2011-07-09 | error.c (sys_abort): Change argument list from "()" to "(void)". | Tobias Burnus | 1 | -1/+1 |
2011-07-05 | memory.c (internal_malloc_size): If size is zero, allocate a single byte. | Thomas Koenig | 1 | -2/+2 |
2011-05-29 | PR 48931 Use async-signal-safe execve instead of execvp | Janne Blomqvist | 3 | -2/+60 |
2011-05-29 | PR 49214 fd_gets should return NULL if nothing was read | Janne Blomqvist | 1 | -0/+2 |
2011-05-22 | stop.c (stop_string,error_stop_string): Minor cleanup. | Tobias Burnus | 1 | -4/+2 |
2011-05-22 | PR 48931 Make backtrace async-signal-safe, reformat output | Janne Blomqvist | 2 | -166/+151 |
2011-05-14 | lang.opt (fdump-core): Re-add as ignored option for backward compatibility. | Tobias Burnus | 1 | -4/+1 |
2011-05-14 | PR 48915 Abort handling | Janne Blomqvist | 5 | -112/+126 |
2011-05-14 | Error printing thread safety, remove GFORTRAN_USE_STDERR | Janne Blomqvist | 5 | -69/+161 |
2011-04-16 | Replace sprintf with snprintf | Janne Blomqvist | 2 | -10/+8 |
2011-01-22 | PR 46267 strerror thread safety | Janne Blomqvist | 1 | -3/+39 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 4 | -4/+7 |
2010-11-16 | re PR fortran/32049 (Support on x86_64 also kind=16) | Francois-Xavier Coudert | 2 | -12/+48 |
2010-11-03 | re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs) | Jerry DeLisle | 1 | -1/+14 |
2010-10-21 | re PR fortran/46079 (ABI for empty stop statement broken) | Jerry DeLisle | 1 | -1/+21 |
2010-09-10 | string.c (compare0): Remove. | Francois-Xavier Coudert | 1 | -19/+4 |