Mercurial > hg > octave-nkf
view CHECKLIST @ 14136:20cb178716ee
Make nargin and nargout behave more like Matlab's (Bug #32700)
* ov-usr-fcn.cc: Include "ov-fcn-handle.h". (Fnargout, Fnargin)
nargout can be given a function handle as well as a string. Allow
nargout(fcn) works in the top level. Make inline functions always
return 1. Make anonymous functions always return -1. Make functions
with varargout optionally preceded by named outputs return
-(length_output_list_including_the_varargout).
author | Iain Murray <iain@iainmurray.net> |
---|---|
date | Mon, 02 Jan 2012 12:49:52 -0500 |
parents | 1052a66078cf |
children |
line wrap: on
line source
Things to do before making a release: * Ask testers for the type(s) of machines they are using. * Update the version number in src/version.h. * Update the version number in doc/refcard/refcard.tex. * Add a `Version M.N.P released.' line to the ChangeLog. * Update the NEWS file. * Check the README file. * Run autoconf, autoheader, and configure before making tar files. * Update the NEWS and README.octave files in the anonymous ftp directory.