summaryrefslogtreecommitdiff
path: root/libgfortran/runtime
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes malloc error on several ...Thomas Koenig2012-10-061-14/+28
* chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus2012-06-011-1/+1
* re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.)Tobias Burnus2012-05-231-0/+4
* PR 52428 Range checking when reading integer values.Janne Blomqvist2012-05-141-3/+4
* Fix handling of temporary files.Janne Blomqvist2012-05-052-4/+16
* Combined get_mem and internal_malloc_size.Janne Blomqvist2012-03-264-30/+14
* Use calloc instead of malloc and memset.Janne Blomqvist2012-03-251-1/+18
* libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus2012-03-103-17/+17
* Remove configure check for unused fdopen.Janne Blomqvist2012-01-121-4/+3
* PR 51803 Avoid malloc if getcwd fails or is not available.Janne Blomqvist2012-01-121-3/+8
* main.c (store_exe_path): Fix absolute path detection for Windows.Tobias Burnus2012-01-111-4/+12
* PR 51803 Handle getcwd failure and lack of the function better.Janne Blomqvist2012-01-111-1/+3
* re PR fortran/51197 (Backtrace information less useful)Tobias Burnus2012-01-101-13/+48
* re PR fortran/51197 (Backtrace information less useful)Harald Anlauf2012-01-092-3/+51
* PR 51090 Fix r181288 to conform to GNU styleJanne Blomqvist2011-11-111-1/+1
* PR 51090 Check that getenv result != NULL before proceeding.Janne Blomqvist2011-11-111-0/+2
* Configure cleanup.Janne Blomqvist2011-11-093-29/+3
* PR 46686 Fix incorrect comment.Janne Blomqvist2011-11-091-1/+1
* PR 46686 Implement backtrace with _Unwind_Backtrace from libgcc.Janne Blomqvist2011-11-091-154/+113
* re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int...Francois-Xavier Coudert2011-11-081-13/+7
* ctime.c: Include <stdlib.h>.Andreas Schwab2011-07-231-0/+1
* error.c (sys_abort): Change argument list from "()" to "(void)".Tobias Burnus2011-07-091-1/+1
* memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig2011-07-051-2/+2
* PR 48931 Use async-signal-safe execve instead of execvpJanne Blomqvist2011-05-293-2/+60
* PR 49214 fd_gets should return NULL if nothing was readJanne Blomqvist2011-05-291-0/+2
* stop.c (stop_string,error_stop_string): Minor cleanup.Tobias Burnus2011-05-221-4/+2
* PR 48931 Make backtrace async-signal-safe, reformat outputJanne Blomqvist2011-05-222-166/+151
* lang.opt (fdump-core): Re-add as ignored option for backward compatibility.Tobias Burnus2011-05-141-4/+1
* PR 48915 Abort handlingJanne Blomqvist2011-05-145-112/+126
* Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist2011-05-145-69/+161
* Replace sprintf with snprintfJanne Blomqvist2011-04-162-10/+8
* PR 46267 strerror thread safetyJanne Blomqvist2011-01-221-3/+39
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-034-4/+7
* re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert2010-11-162-12/+48
* re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs)Jerry DeLisle2010-11-031-1/+14
* re PR fortran/46079 (ABI for empty stop statement broken)Jerry DeLisle2010-10-211-1/+21
* string.c (compare0): Remove.Francois-Xavier Coudert2010-09-101-19/+4
* decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.Tobias Burnus2010-06-251-3/+3
* re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle2010-05-201-5/+7
* re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle2010-05-202-22/+32
* Remove free_memJanne Blomqvist2010-05-072-11/+4
* re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus2010-04-061-1/+20
* transfer.c: Update copyright.Paul Thomas2010-04-011-1/+1
* format.c (parse_format_list): Add to ERROR, WARNING, SILENT enumerators NOTIF...Kai Tietz2010-03-121-3/+3
* pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica...Thomas Koenig2009-08-301-1/+1
* re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2009-08-251-0/+73
* cshift0.c: Update license to GPL3+exception.Steven G. Kargl2009-08-231-0/+25
* [multiple changes]Thomas Koenig2009-07-191-0/+199
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2009-06-212-13/+4
* fmain.c (main): Don't PREFIX set_args.Francois-Xavier Coudert2009-06-141-0/+1