diff bootstrap.conf @ 19492:d8fd3842a507

Use gnulib gen_tempname to create temporary names (Bug #43872). * bootstrap.conf: add tempname module. * liboctave/system/file-ops.cc: (toplevel): include tempname.h. (octave_tempnam): set up template based on input dir and prefix and call gen_tempname to get temporary name. * liboctave/system/oct-env.cc: (octave_env::get_temp_directory): New function. (octave_env::do_get_temp_directory): New function.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 01 Jan 2015 10:01:18 -0500
parents 2218dd129a6b
children 4197fc428c7d
line wrap: on
line diff
--- a/bootstrap.conf	Wed Dec 31 15:57:37 2014 -0500
+++ b/bootstrap.conf	Thu Jan 01 10:01:18 2015 -0500
@@ -93,6 +93,7 @@
   sys_stat
   sys_time
   sys_times
+  tempname
   time
   times
   tmpfile