PR 78534, 83704 Handle large formatted I/O
[gcc.git] / libgfortran / runtime /
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-28 Janne BlomqvistPR 53796 Improve INQUIRE(RECL=...) handling
2017-11-22 Janne BlomqvistPR 83097 Use __BYTE_ORDER__ predefined macro instead...
2017-09-24 Dominique d'Humieres+2017-09-24 Dominique d'Humieres <dominiq@lps.ens.fr>
2017-05-12 Thomas SchwingeTypo fixes for "Don't assume __secure_getenv is available"
2017-05-11 Janne BlomqvistDon't assume __secure_getenv is available
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Francois-Xavier... random.c: Do not include <sys/types.h> header.
2016-12-21 Francois-Xavier... libgfortran.h: Include <stdlib.h> header.
2016-12-21 Francois-Xavier... abort.c: Remove unused headers.
2016-12-21 Francois-Xavier... re PR libfortran/70311 (libgfortran build dies on ...
2016-12-19 Francois-Xavier... trans-decl.c (create_main_function): Remove unused...
2016-12-19 Francois-Xavier... trans.h: Remove gfor_fndecl_stop_numeric_f08.
2016-12-19 Janne BlomqvistRemove unused libgfortran functions
2016-08-11 Janne BlomqvistReplace KISS PRNG with xorshift1024* using per-thread...
2016-01-23 John David Anglinre PR libfortran/68744 (FAIL: gfortran.dg/backtrace_1...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-09-04 Janne BlomqvistPR 53379 Print backtrace on error termination.
2015-09-02 Janne BlomqvistPR 67414 Better diagnostics on backtrace failure, gf_st...
2015-08-26 Francois-Xavier... libgfortran.h (show_variables): Remove prototype.
2015-08-23 Francois-Xavier... re PR libfortran/54572 (Use libbacktrace library)
2015-08-07 Francois-Xavier... re PR libfortran/66458 (Loading libgfortran.so changes...
2015-08-06 Francois-Xavier... * runtime/compile_options.c (set_options): Fix typos.
2015-03-11 Thomas Schwingelibgfortran LIBGFOR_MINIMAL enhancements.
2015-01-15 Jerry DeLislere PR fortran/61933 (Inquire on internal units)
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-28 Bernd SchmidtAdd support for a minimal version of libgfortran for...
2014-11-13 Janne BlomqvistPR 60324 Unbounded stack allocations in libgfortran.
2014-11-10 Janne BlomqvistPR 47007 and 61847 Locale failures in libgfortran.
2014-10-20 Janne BlomqvistPR 63589 Fix splitting of PATH in find_addr2line.
2014-08-04 Jakub Jelinek* runtime/memory.c (xmallocarray): Avoid division for...
2014-07-07 Francois-Xavier... stop.c: Use C11 _Noreturn.
2014-06-17 Janne BlomqvistIntroduce xmallocarray, an overflow checking variant...
2014-05-26 Janne BlomqvistIntroduce xrealloc, use it.
2014-05-22 Janne BlomqvistPR 60324 Handle long path names, don't use PATH_MAX.
2014-05-22 Janne BlomqvistPR 60324 Handle long path names, don't use PATH_MAX.
2014-01-02 Richard SandifordUpdate copyright years in libgfortran/
2013-06-17 Tobias Burnusgfortran.h (gfc_option_t): Add fpe_summary.
2013-05-04 David Edelsohnenviron.c: Include unistd.h.
2013-03-19 Janne BlomqvistUse C99 bool instead of enum try.
2013-02-06 Janus Weilre PR fortran/55978 (class_optional_2.f90 -Os fails)
2013-01-14 Richard SandifordUpdate copyright years in libgfortran.
2012-12-20 Janus Weilre PR libfortran/36044 (user-requested backtrace)
2012-10-06 Thomas Koenigre PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes...
2012-06-01 Tobias Burnuschmod.c (chmod_func): On MinGW, don't set is_dir
2012-05-23 Tobias Burnusre PR libfortran/53444 (Accommodate non-compliant strer...
2012-05-14 Janne BlomqvistPR 52428 Range checking when reading integer values.
2012-05-05 Janne BlomqvistFix handling of temporary files.
2012-03-26 Janne BlomqvistCombined get_mem and internal_malloc_size.
2012-03-25 Janne BlomqvistUse calloc instead of malloc and memset.
2012-03-10 Tobias Burnuslibgfortran.h (descriptor_dimension, [...]): Rename...
2012-01-12 Janne BlomqvistRemove configure check for unused fdopen.
2012-01-12 Janne BlomqvistPR 51803 Avoid malloc if getcwd fails or is not available.
2012-01-11 Tobias Burnusmain.c (store_exe_path): Fix absolute path detection...
2012-01-11 Janne BlomqvistPR 51803 Handle getcwd failure and lack of the function...
2012-01-10 Tobias Burnusre PR fortran/51197 (Backtrace information less useful)
2012-01-09 Harald Anlaufre PR fortran/51197 (Backtrace information less useful)
2011-11-11 Janne BlomqvistPR 51090 Fix r181288 to conform to GNU style
2011-11-11 Janne BlomqvistPR 51090 Check that getenv result != NULL before procee...
2011-11-09 Janne BlomqvistConfigure cleanup.
2011-11-09 Janne BlomqvistPR 46686 Fix incorrect comment.
2011-11-09 Janne BlomqvistPR 46686 Implement backtrace with _Unwind_Backtrace...
2011-11-08 Francois-Xavier... re PR libfortran/47972 (error.c:158:7: warning: return...
2011-07-23 Andreas Schwabctime.c: Include <stdlib.h>.
2011-07-09 Tobias Burnuserror.c (sys_abort): Change argument list from "()...
2011-07-05 Thomas Koenigmemory.c (internal_malloc_size): If size is zero, alloc...
2011-05-29 Janne BlomqvistPR 48931 Use async-signal-safe execve instead of execvp
2011-05-29 Janne BlomqvistPR 49214 fd_gets should return NULL if nothing was...
2011-05-22 Tobias Burnusstop.c (stop_string,error_stop_string): Minor cleanup.
2011-05-22 Janne BlomqvistPR 48931 Make backtrace async-signal-safe, reformat...
2011-05-14 Tobias Burnuslang.opt (fdump-core): Re-add as ignored option for...
2011-05-14 Janne BlomqvistPR 48915 Abort handling
2011-05-14 Janne BlomqvistError printing thread safety, remove GFORTRAN_USE_STDERR
2011-04-16 Janne BlomqvistReplace sprintf with snprintf
2011-01-21 Janne BlomqvistPR 46267 strerror thread safety
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-11-16 Francois-Xavier... re PR fortran/32049 (Support on x86_64 also kind=16)
2010-11-03 Jerry DeLislere PR fortran/43899 (Wrong unused-variable warning...
2010-10-21 Jerry DeLislere PR fortran/46079 (ABI for empty stop statement broken)
2010-09-10 Francois-Xavier... string.c (compare0): Remove.
2010-06-25 Tobias Burnusdecl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.
2010-05-20 Jerry DeLislere PR fortran/43851 (Add _gfortran_error_stop_numeric)
2010-05-20 Jerry DeLislere PR fortran/43851 (Add _gfortran_error_stop_numeric)
2010-05-07 Janne BlomqvistRemove free_mem
2010-04-06 Tobias Burnusre PR fortran/39997 (Procedure(), pointer & implicit...
2010-04-01 Paul Thomastransfer.c: Update copyright.
2010-03-12 Kai Tietzformat.c (parse_format_list): Add to ERROR, WARNING...
2009-08-30 Thomas Koenigpack.m4 (pack_'rtype_code`): Use count_0 for counting...
2009-08-25 Thomas Koenigre PR libfortran/34670 (bounds checking for array intri...
2009-08-23 Steven G. Karglcshift0.c: Update license to GPL3+exception.
2009-07-19 Thomas Koenig[multiple changes]
2009-06-21 Thomas Koenigre PR fortran/37577 ([meta-bug] change internal array...
2009-06-14 Francois-Xavier... fmain.c (main): Don't PREFIX set_args.
2009-05-27 Janne BlomqvistRevert part of r147883 that breaks ABI
2009-05-26 Tobias Burnusre PR fortran/39178 (Generate main() rather than using...
2009-05-07 François-Xavier... re PR libfortran/22423 (Warnings when building libgfortran)
2009-04-09 Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-04-08 Janne Blomqviststring.c (compare0): Use gfc_charlen_type.
2009-01-21 Daniel Kraftre PR fortran/38887 (run-time abort for MVBITS with...
2008-12-06 Adam Nemet* runtime/main.c (store_exe_path): Don't crash if argv0...
next