Mercurial > hg > octave-nkf
diff NEWS @ 19460:e5a1e7951908
Deprecate octave_tmp_file_name.
* NEWS: Announce deprecation.
* file-io.cc: Remove DEFALIAS to tmpnam function.
* scripts/deprecated/octave_tmp_file_name.m: New m-file to replace DEFALIAS.
Issues warning about deprecation and calls tmpnam internally.
* scripts/deprecated/module.mk: Add octave_tmp_file_name.m to build system.
author | Rik <rik@octave.org> |
---|---|
date | Mon, 20 Oct 2014 21:54:59 -0700 |
parents | a4e993343e93 |
children | b80b396e7d54 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -125,19 +125,20 @@ be removed from Octave 4.6 (or whatever version is the second major release after 4.2): - Function | Replacement - -------------------|------------------ - bicubic | interp2 - delaunay3 | delaunay - dump_prefs | individual preference get/set routines - find_dir_in_path | dir_in_loadpath - finite | isfinite - fmod | rem - fnmatch | glob or regexp - luinc | ilu or ichol - nfields | numfields - syl | sylvester - usage | print_usage + Function | Replacement + ---------------------|------------------ + bicubic | interp2 + delaunay3 | delaunay + dump_prefs | individual preference get/set routines + find_dir_in_path | dir_in_loadpath + finite | isfinite + fmod | rem + fnmatch | glob or regexp + luinc | ilu or ichol + nfields | numfields + octave_tmp_file_name | tempname + syl | sylvester + usage | print_usage The following functions were deprecated in Octave 3.8 and have been removed from Octave 4.2.