diff NEWS @ 25764:826b45c1c427

textread.m: Make m-file a legacy function. * NEWS: Announce change. * scripts/legacy/module.mk, scripts/io/module.mk: Move findstr.m from io/ dir to legacy/ dir. * textread.m: Add Octave:legacy-function warning at top of function. Change docstring to note that this function is obsolete. Add an initial BIST test to trigger legacy-function warning which is then suppressed. * dlmread.cc (Fdlmread): Remove textread from @seealso list. * csvread.m, fileread.m: Remove textread from @seealso list. * debug.cc (Fdbstop): Change documentation to use an example in axis.m rather than textread.m
author Rik <rik@octave.org>
date Thu, 09 Aug 2018 16:33:09 -0700
parents 8dc8edbffa17
children 7c5956c45a29
line wrap: on
line diff
--- a/NEWS	Thu Aug 09 15:51:53 2018 -0700
+++ b/NEWS	Thu Aug 09 16:33:09 2018 -0700
@@ -83,6 +83,7 @@
       setstr               | char
       strmatch             | strncmp or strcmp
       strread              | textscan
+      textread             | textscan
 
  ** Deprecated functions.