comparison 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
comparison
equal deleted inserted replaced
21633:dcf8922b724b 21634:96518f623c91
68 function has also been extended to return a second output with the 68 function has also been extended to return a second output with the
69 total number of function evaluations. 69 total number of function evaluations.
70 70
71 ** The textscan function is now built-in and is much faster and much 71 ** The textscan function is now built-in and is much faster and much
72 more Matlab-compatible than the previous m-file version. 72 more Matlab-compatible than the previous m-file version.
73
74 ** The fputs function now allows to ommit the file descriptor to
75 print the string to stdout and returns the number of bytes written
76 to the file descriptor or stdout, respectively.
77 73
78 ** Dialog boxes, errordlg, helpdlg, inputdlg, errordlg, listdlg, 74 ** Dialog boxes, errordlg, helpdlg, inputdlg, errordlg, listdlg,
79 msgbox, questdlg, and warndlg, now exclusively use QT. Java based 75 msgbox, questdlg, and warndlg, now exclusively use QT. Java based
80 versions are removed. 76 versions are removed.
81 77
102 ---------------------|------------------ 98 ---------------------|------------------
103 bitmax | flintmax 99 bitmax | flintmax
104 mahalanobis | mahal in Octave-Forge statistics pkg 100 mahalanobis | mahal in Octave-Forge statistics pkg
105 md5sum | hash 101 md5sum | hash
106 octve_config_info | __octave_config_info__ 102 octve_config_info | __octave_config_info__
107 printf | fprintf
108 puts | fputs
109 scanf | fscanf
110 sleep | pause 103 sleep | pause
111 usleep | pause 104 usleep | pause
112 wavread | audioread 105 wavread | audioread
113 wavwrite | audiowrite 106 wavwrite | audiowrite
114 107