# HG changeset patch # User jwe # Date 1158869384 0 # Node ID 9223672bd578942cb81c7bcb5e33135a54f364c9 # Parent 4ace443375b178abc9a15880e993b2a68ae61602 [project @ 2006-09-21 20:09:44 by jwe] diff -r 4ace443375b1 -r 9223672bd578 NEWS --- a/NEWS Sat Sep 16 17:13:46 2006 +0000 +++ b/NEWS Thu Sep 21 20:09:44 2006 +0000 @@ -92,4 +92,14 @@ endif + ** For compatibility with Matlab, the output order of Octave's + "system" function has changed from + + [output, status] = system (cmd); + + to + + [status, output] = system (cmd); + + See NEWS.2 for old news.