aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-12format.c (parse_format_list): Add to ERROR, WARNING, SILENT enumerators NOTIF...Kai Tietz1-3/+3
2009-08-30pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica...Thomas Koenig1-1/+1
2009-08-25re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig1-0/+73
2009-08-23cshift0.c: Update license to GPL3+exception.Steven G. Kargl1-0/+25
2009-07-19[multiple changes]Thomas Koenig1-0/+199
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2-13/+4
2009-06-14fmain.c (main): Don't PREFIX set_args.Francois-Xavier Coudert1-0/+1
2009-05-27Revert part of r147883 that breaks ABIJanne Blomqvist1-1/+1
2009-05-26re PR fortran/39178 (Generate main() rather than using a main in libgfortran/...Tobias Burnus1-20/+28