aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene1-4/+13
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson1-5/+2
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson1-2/+0
2004-05-14re PR libfortran/15149 (problem computing Pi)Bud Davis1-0/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+113