comparison doc/interpreter/install.txi @ 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 b80b18f537ca
children b0cdd60db5e5
comparison
equal deleted inserted replaced
14017:0b94080d2b0f 14018:5d5685216876
745 @noindent 745 @noindent
746 when compiling @file{Array.cc} and @file{Matrix.cc}, try recompiling 746 when compiling @file{Array.cc} and @file{Matrix.cc}, try recompiling
747 these files without @option{-g}. 747 these files without @option{-g}.
748 748
749 @item 749 @item
750 Some people have reported that calls to shell_cmd and the pager do not 750 Some people have reported that calls to system() and the pager do not
751 work on SunOS systems. This is apparently due to having 751 work on SunOS systems. This is apparently due to having
752 @w{@code{G_HAVE_SYS_WAIT}} defined to be 0 instead of 1 when compiling 752 @w{@code{G_HAVE_SYS_WAIT}} defined to be 0 instead of 1 when compiling
753 @code{libg++}. 753 @code{libg++}.
754 754
755 @item 755 @item