diff NEWS @ 21634:96518f623c91

Backed out changeset dcf8922b724b
author Mike Miller <mtmiller@octave.org>
date Wed, 20 Apr 2016 11:06:03 -0700
parents dcf8922b724b
children 59ebef9680ef
line wrap: on
line diff
--- a/NEWS	Wed Apr 20 17:53:10 2016 +0200
+++ b/NEWS	Wed Apr 20 11:06:03 2016 -0700
@@ -71,10 +71,6 @@
  ** The textscan function is now built-in and is much faster and much
     more Matlab-compatible than the previous m-file version.
 
- ** The fputs function now allows to ommit the file descriptor to
-    print the string to stdout and returns the number of bytes written
-    to the file descriptor or stdout, respectively.
-
  ** Dialog boxes, errordlg, helpdlg, inputdlg, errordlg, listdlg,
     msgbox, questdlg, and warndlg, now exclusively use QT.  Java based
     versions are removed.
@@ -104,9 +100,6 @@
       mahalanobis          | mahal in Octave-Forge statistics pkg
       md5sum               | hash
       octve_config_info    | __octave_config_info__
-      printf               | fprintf
-      puts                 | fputs
-      scanf                | fscanf
       sleep                | pause
       usleep               | pause
       wavread              | audioread