aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime/error.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist1-4/+4
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-12-20re PR libfortran/36044 (user-requested backtrace)Janus Weil1-1/+2
2012-05-23re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.)Tobias Burnus1-0/+4
2011-11-09Configure cleanup.Janne Blomqvist1-7/+0
2011-11-08re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int...Francois-Xavier Coudert1-13/+7
2011-07-09error.c (sys_abort): Change argument list from "()" to "(void)".Tobias Burnus1-1/+1
2011-05-14PR 48915 Abort handlingJanne Blomqvist1-47/+55
2011-05-14Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist1-18/+93
2011-01-22PR 46267 strerror thread safetyJanne Blomqvist1-3/+39
2010-11-03re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs)Jerry DeLisle1-1/+14
2010-05-07Remove free_memJanne Blomqvist1-2/+2
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-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+11
2009-04-08string.c (compare0): Use gfc_charlen_type.Janne Blomqvist1-40/+3
2008-09-02error.c: Fix cast for printf.Jerry DeLisle1-2/+2
2008-07-27re PR fortran/36132 (_gfortran_internal_pack on optional arguments)Tobias Burnus1-0/+15
2008-05-02re PR libfortran/36094 (Runtime error show_locus not working correctly)Jerry DeLisle1-0/+5
2007-12-27re PR fortran/34594 (On error and END, no jump to ERR=<label>)Thomas Koenig1-0/+7
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-24/+24
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-5/+2
2007-08-10re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert1-2/+8
2007-07-29re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig1-59/+8
2007-06-24re PR libfortran/32456 (IO error message should show Unit/Filename)Jerry DeLisle1-0/+14
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert1-0/+1
2007-05-06re PR fortran/31201 (Too large unit number generates wrong code)Jerry DeLisle1-1/+14
2007-04-06cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert1-1/+0
2007-03-15gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert1-0/+6
2007-01-21* runtime/error.c: Include sys/time.h before sys/resource.h.François-Xavier Coudert1-4/+6
2007-01-18re PR libfortran/29649 (Force core dump on runtime library errors)Francois-Xavier Coudert1-0/+59
2007-01-17re PR libfortran/27107 (Make dependency on io/io.h broken)Francois-Xavier Coudert1-100/+0
2006-12-06re PR libfortran/30009 ([4.1 only] Unformatted reads exceeding storage units ...Thomas Koenig1-0/+4
2006-12-01re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig1-1/+1
2006-11-16trans-decl.c (gfc_get_symbol_decl): Fix formatting.François-Xavier Coudert1-1/+1
2006-10-31re PR libfortran/29627 ([4.1 only] partial unformatted reads shouldn't succeed)Thomas Koenig1-0/+4
2006-10-21error.c: Add errno.hSteven G. Kargl1-1/+2
2006-07-04re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)Jerry DeLisle1-2/+7
2006-03-18re PR fortran/26509 (incorrect behaviour of error-handler for direct access w...Jerry DeLisle1-0/+4
2006-02-19re PR libfortran/21303 (L edit descriptor without a width)François-Xavier Coudert1-0/+19
2006-02-08re PR libfortran/25425 ([4.1 only] F95 and F2003 differ on list-directed outp...François-Xavier Coudert1-1/+4
2005-12-28re PR libfortran/25139 ("Invalid argument" error on I/O)Jerry DeLisle1-0/+8
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek1-33/+25
2005-11-04re PR libfortran/22298 (libgfortran init() constructor isn't called if execut...François-Xavier Coudert1-0/+7
2005-10-25re PR libfortran/24224 (Generalized internal array IO not implemented.)Jerry DeLisle1-4/+0
2005-10-01libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define.Jakub Jelinek1-35/+31
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTJerry DeLisle1-0/+4
2005-09-09gfortran.h: Add iomsg to gfc_open, gfc_close, gfc_filepos, gfc_inquire and gf...Thomas Koenig1-8/+11
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-08-11re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert1-0/+26