aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in libgfortran/Richard Sandiford16-16/+16
2013-06-17gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus2-0/+57
2013-05-04environ.c: Include unistd.h.David Edelsohn3-0/+12
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist1-4/+4
2013-02-06re PR fortran/55978 (class_optional_2.f90 -Os fails)Janus Weil1-0/+3
2013-01-14Update copyright years in libgfortran.Richard Sandiford16-25/+16
2012-12-20re PR libfortran/36044 (user-requested backtrace)Janus Weil3-5/+7
2012-10-06re PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes malloc error on several ...Thomas Koenig1-14/+28
2012-06-01chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus1-1/+1
2012-05-23re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.)Tobias Burnus1-0/+4
2012-05-14PR 52428 Range checking when reading integer values.Janne Blomqvist1-3/+4
2012-05-05Fix handling of temporary files.Janne Blomqvist2-4/+16
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist4-30/+14
2012-03-25Use calloc instead of malloc and memset.Janne Blomqvist1-1/+18
2012-03-10libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus3-17/+17
2012-01-12Remove configure check for unused fdopen.Janne Blomqvist1-4/+3
2012-01-12PR 51803 Avoid malloc if getcwd fails or is not available.Janne Blomqvist1-3/+8
2012-01-11main.c (store_exe_path): Fix absolute path detection for Windows.Tobias Burnus1-4/+12
2012-01-11PR 51803 Handle getcwd failure and lack of the function better.Janne Blomqvist1-1/+3
2012-01-10re PR fortran/51197 (Backtrace information less useful)Tobias Burnus1-13/+48
2012-01-09re PR fortran/51197 (Backtrace information less useful)Harald Anlauf2-3/+51
2011-11-11PR 51090 Fix r181288 to conform to GNU styleJanne Blomqvist1-1/+1
2011-11-11PR 51090 Check that getenv result != NULL before proceeding.Janne Blomqvist1-0/+2
2011-11-09Configure cleanup.Janne Blomqvist3-29/+3
2011-11-09PR 46686 Fix incorrect comment.Janne Blomqvist1-1/+1
2011-11-09PR 46686 Implement backtrace with _Unwind_Backtrace from libgcc.Janne Blomqvist1-154/+113
2011-11-08re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int...Francois-Xavier Coudert1-13/+7
2011-07-23ctime.c: Include <stdlib.h>.Andreas Schwab1-0/+1
2011-07-09error.c (sys_abort): Change argument list from "()" to "(void)".Tobias Burnus1-1/+1
2011-07-05memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig1-2/+2
2011-05-29PR 48931 Use async-signal-safe execve instead of execvpJanne Blomqvist3-2/+60
2011-05-29PR 49214 fd_gets should return NULL if nothing was readJanne Blomqvist1-0/+2
2011-05-22stop.c (stop_string,error_stop_string): Minor cleanup.Tobias Burnus1-4/+2
2011-05-22PR 48931 Make backtrace async-signal-safe, reformat outputJanne Blomqvist2-166/+151
2011-05-14lang.opt (fdump-core): Re-add as ignored option for backward compatibility.Tobias Burnus1-4/+1
2011-05-14PR 48915 Abort handlingJanne Blomqvist5-112/+126
2011-05-14Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist5-69/+161
2011-04-16Replace sprintf with snprintfJanne Blomqvist2-10/+8
2011-01-22PR 46267 strerror thread safetyJanne Blomqvist1-3/+39
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek4-4/+7
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert2-12/+48
2010-11-03re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs)Jerry DeLisle1-1/+14
2010-10-21re PR fortran/46079 (ABI for empty stop statement broken)Jerry DeLisle1-1/+21
2010-09-10string.c (compare0): Remove.Francois-Xavier Coudert1-19/+4
2010-06-25decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.Tobias Burnus1-3/+3
2010-05-20re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle1-5/+7
2010-05-20re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle2-22/+32
2010-05-07Remove free_memJanne Blomqvist2-11/+4
2010-04-06re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus1-1/+20
2010-04-01transfer.c: Update copyright.Paul Thomas1-1/+1