comparison NEWS @ 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 c3c8f513cf1f
children 7efa14e5a53c 97f41a44dd80
comparison
equal deleted inserted replaced
14017:0b94080d2b0f 14018:5d5685216876
152 be removed from Octave 3.10 (or whatever version is the second major 152 be removed from Octave 3.10 (or whatever version is the second major
153 release after 3.6): 153 release after 3.6):
154 154
155 cut is_duplicate_entry 155 cut is_duplicate_entry
156 cor polyderiv 156 cor polyderiv
157 corrcoef studentize 157 corrcoef shell_cmd
158 __error_text__ sylvester_matrix 158 __error_text__ studentize
159 error_text 159 error_text sylvester_matrix
160 160
161 Summary of important user-visible changes for version 3.4.3: 161 Summary of important user-visible changes for version 3.4.3:
162 ----------------------------------------------------------- 162 -----------------------------------------------------------
163 163
164 ** Octave 3.4.3 is a bug fixing release. 164 ** Octave 3.4.3 is a bug fixing release.