changeset 19120:3fb075f5140f

Deprecate fnmatch function. * NEWS: Announce deprecation. * scripts/deprecated/fnmatch.m: m-file to replace C++ function and issue deprecated warning. * scripts/deprecated/module.mk: Add fnmatch.m to build system. * dirfns.cc: Rename fnmatch to __fnmatch__ internal version. Switch DEFUNX to DEFUN. * system.txi: Remove fnmatch from manual. * test/system.tst: Remove fnmatch tests
author Rik <rik@octave.org>
date Sat, 20 Sep 2014 21:18:22 -0700
parents f506de9089e8
children 3cb64f94294f
files doc/interpreter/system.txi
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/system.txi	Sat Sep 20 21:17:43 2014 -0700
+++ b/doc/interpreter/system.txi	Sat Sep 20 21:18:22 2014 -0700
@@ -202,8 +202,6 @@
 
 @DOCSTRING(glob)
 
-@DOCSTRING(fnmatch)
-
 @DOCSTRING(file_in_path)
 
 @DOCSTRING(filesep)