diff NEWS @ 19153:f506de9089e8

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. * test/system.tst: Remove fnmatch tests
author Rik <rik@octave.org>
date Sat, 20 Sep 2014 21:17:43 -0700
parents 9c5a17d5fc19
children c43223245085
line wrap: on
line diff
--- a/NEWS	Sat Sep 20 20:31:16 2014 -0700
+++ b/NEWS	Sat Sep 20 21:17:43 2014 -0700
@@ -96,6 +96,7 @@
       find_dir_in_path   | dir_in_loadpath
       finite             | isfinite
       fmod               | rem
+      fnmatch            | glob or regexp
       nfields            | numfields
       syl                | sylvester
       usage              | print_usage