gcc/libgfortran/runtime
Janne Blomqvist 70480968b4 PR 63589 Fix splitting of PATH in find_addr2line.
2014-10-20  Janne Blomqvist  <jb@gcc.gnu.org>

	PR libfortran/63589
	* configure.ac: Check for strtok_r.
	* runtime/main.c (gfstrtok_r): Fallback implementation of
	strtok_r.
	(find_addr2line): Use strtok_r to split PATH.
	* config.h.in: Regenerated.
	* configure: Regenerated.

From-SVN: r216449
2014-10-20 10:53:37 +03:00
..
backtrace.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
bounds.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
compile_options.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
convert_char.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
environ.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
error.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
fpu.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
in_pack_generic.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
in_unpack_generic.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
main.c PR 63589 Fix splitting of PATH in find_addr2line. 2014-10-20 10:53:37 +03:00
memory.c * runtime/memory.c (xmallocarray): Avoid division for the common case. 2014-08-04 17:46:33 +02:00
pause.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
select.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
select_inc.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
stop.c stop.c: Use C11 _Noreturn. 2014-07-07 09:13:48 +00:00
string.c PR 60324 Handle long path names, don't use PATH_MAX. 2014-05-23 00:17:29 +03:00