comparison NEWS @ 19122:c43223245085

doc: Add warnings about eventual removal of inline functions. * NEWS: Announce eventual deprecation of inline. * func.txi: Document eventual deprecation of inline in manual. * ov-fcn-inline.cc (Fformula): Add seealso link to char.
author Rik <rik@octave.org>
date Sat, 20 Sep 2014 21:45:35 -0700
parents f506de9089e8
children 995df67fc912
comparison
equal deleted inserted replaced
19121:3cb64f94294f 19122:c43223245085
81 lscov 81 lscov
82 numfields 82 numfields
83 rotate 83 rotate
84 sylvester 84 sylvester
85 zoom 85 zoom
86
87 ** inline() scheduled for eventual deprecation by Matlab
88
89 Functions created through the use of inline are scheduled for deprecation
90 by Matlab. When this occurs Octave will continue to support inline
91 functions for an indeterminate amount of time before also removing support.
92 All new code should use anonymous functions in place of inline functions.
86 93
87 ** Deprecated functions. 94 ** Deprecated functions.
88 95
89 The following functions have been deprecated in Octave 4.2 and will 96 The following functions have been deprecated in Octave 4.2 and will
90 be removed from Octave 4.6 (or whatever version is the second major 97 be removed from Octave 4.6 (or whatever version is the second major