Mercurial > hg > octave-nkf
comparison scripts/deprecated/module.mk @ 14018:5d5685216876
Deprecate shell_cmd function and update system, dos, unix commands
* NEWS: Announce deprecation of shell_cmd.
* deprecated/shell_cmd.m: New file to hold documentation and warning for shell_cmd.
* deprecated/module.mk: Add shell_cmd to build system.
* mk_undocumented_list: Remove shell_cmd from undocumented list.
* install.txi: Replace reference to shell_cmd with system.
* dos.m, unix.m: Update docstrings and add %!test block.
* toplev.cc (system): Update docstring and add %!test block.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 08 Dec 2011 17:25:30 -0800 |
parents | cad4cba03f19 |
children | b69762f7a343 |
comparison
equal
deleted
inserted
replaced
14017:0b94080d2b0f | 14018:5d5685216876 |
---|---|
22 deprecated/perror.m \ | 22 deprecated/perror.m \ |
23 deprecated/polyderiv.m \ | 23 deprecated/polyderiv.m \ |
24 deprecated/replot.m \ | 24 deprecated/replot.m \ |
25 deprecated/saveimage.m \ | 25 deprecated/saveimage.m \ |
26 deprecated/setstr.m \ | 26 deprecated/setstr.m \ |
27 deprecated/shell_cmd.m \ | |
27 deprecated/sphcat.m \ | 28 deprecated/sphcat.m \ |
28 deprecated/spvcat.m \ | 29 deprecated/spvcat.m \ |
29 deprecated/strerror.m \ | 30 deprecated/strerror.m \ |
30 deprecated/studentize.m \ | 31 deprecated/studentize.m \ |
31 deprecated/sylvester_matrix.m \ | 32 deprecated/sylvester_matrix.m \ |