comparison bootstrap.conf @ 30881:1921d9d0e62b

Unify detection of temporary directory (bug #62215). Instead of using differing implementations of detecting the temporary directory in multiple functions, use "sys::env::get_temp_directory" (in some of them). * libinterp/corefcn/file-io.cc (Ftempdir): Add implementation wrapping around "sys::env::get_temp_directory" replacing tempdir.m. (Ftempname): Remove local check of environment variable "TMPDIR". (Ftmpfile): Create temporary file in directory given by "sys::env::get_temp_directory". * libinterp/corefcn/gl2ps-print.cc (gl2ps_renderer::draw): Use Octave's functions for opening temporary file. * liboctave/system/oct-env.cc (sys::env::do_get_temp_directory): Check environment variable "TMPDIR" on all platforms. * liboctave/system/lo-sysdep.h, lo-sysdep.cc (sys::fopen_tmp): Add new function to open temporary file that deletes automatically after use. * scripts/miscellaneous/tempdir.m: Remove file that is replaced by DEFUN. * scripts/miscellaneous/module.mk: Remove deleted file from list. * bootstrap.conf, liboctave/wrappers/tmpfile-wrapper.h, tmpfile-wrapper.c, liboctave/wrappers/module.mk: Remove unused module "tmpfile".
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 03 Apr 2022 12:38:19 +0200
parents 5d379d2ad903
children 760d38460452
comparison
equal deleted inserted replaced
30880:74089676bd9d 30881:1921d9d0e62b
99 sys_stat 99 sys_stat
100 sys_time 100 sys_time
101 sys_times 101 sys_times
102 sys_wait 102 sys_wait
103 tempname 103 tempname
104 tmpfile
105 uname 104 uname
106 unicase/u8-tolower 105 unicase/u8-tolower
107 unicase/u8-toupper 106 unicase/u8-toupper
108 uniconv/u32-conv-to-enc 107 uniconv/u32-conv-to-enc
109 uniconv/u8-conv-from-enc 108 uniconv/u8-conv-from-enc