aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist1-28/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert1-8/+0
2016-12-19Remove unused libgfortran functionsJanne Blomqvist1-9/+0
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist1-2/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-26libgfortran.h (show_variables): Remove prototype.Francois-Xavier Coudert1-9/+0
2015-08-23re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert1-162/+4
2015-08-07re PR libfortran/66458 (Loading libgfortran.so changes the FPU exception flags)Francois-Xavier Coudert1-1/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-20PR 63589 Fix splitting of PATH in find_addr2line.Janne Blomqvist1-16/+28
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist1-18/+46
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-05-05Fix handling of temporary files.Janne Blomqvist1-1/+1
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
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-05-29PR 48931 Use async-signal-safe execve instead of execvpJanne Blomqvist1-0/+39
2011-05-22PR 48931 Make backtrace async-signal-safe, reformat outputJanne Blomqvist1-1/+16
2011-04-16Replace sprintf with snprintfJanne Blomqvist1-4/+6
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
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2008-12-06* runtime/main.c (store_exe_path): Don't crash if argv0 is NULL.Adam Nemet1-1/+2
2008-06-13re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle1-6/+5
2007-10-18re PR fortran/32021 (Fix,document,remove GFORTRAN_* environment variables)Francois-Xavier Coudert1-1/+1
2007-09-15re PR libfortran/21185 (Improve testsuite results on newlib targets)Francois-Xavier Coudert1-0/+4
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-4/+2
2007-08-12re PR fortran/30964 (optional arguments to random_seed)Francois-Xavier Coudert1-1/+1
2007-07-29re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig1-1/+1
2007-04-19main.c (please_free_exe_path_when_done): New variable.Francois-Xavier Coudert1-0/+7
2007-04-06cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert1-2/+0
2007-03-16* runtime/main.c: Include "config.h" first.David Edelsohn1-1/+1
2007-03-15gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert1-0/+44
2005-11-04re PR libfortran/22298 (libgfortran init() constructor isn't called if execut...François-Xavier Coudert1-0/+8
2005-10-12gfortran.h: Add bitmasks for different FPE traps.François-Xavier Coudert1-0/+1
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/+1
2005-05-15normalize.c (almostone_r4, [...]): Fix parameter list.Andreas Jaeger1-2/+2