changeset 5995:9223672bd578

[project @ 2006-09-21 20:09:44 by jwe]
author jwe
date Thu, 21 Sep 2006 20:09:44 +0000
parents 4ace443375b1
children bd0507994409
files NEWS
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -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.