Mercurial > hg > octave-nkf
changeset 10886:9993f1354713
update news
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 13 Aug 2010 07:58:14 +0200 |
parents | 36a7163a5484 |
children | f10d0bc8f9cc |
files | ChangeLog NEWS src/ov-lazy-idx.h |
diffstat | 3 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-08-13 Jaroslav Hajek <highegg@gmail.com> + + * NEWS: Update. + 2010-08-09 Rik <octave@nomad.inbox5.com> * examples/Makefile.am: Don't echo 'echo' command when building
--- a/NEWS +++ b/NEWS @@ -221,7 +221,10 @@ functions are now built-in functions, providing better performance. ** Matlab-style ignoring input and output function arguments using - tilde (~) is now supported. For more details, consult the manual. + tilde (~) is now supported. Ignored output arguments may be detected + from a function using the built-in function `isargout'. + For more details, consult the manual. + ** The list datatype, deprecated since the introduction of cells, has been removed.