comparison scripts/ChangeLog @ 5233:bdf892d3b024

[project @ 2005-03-22 17:44:31 by jwe]
author jwe
date Tue, 22 Mar 2005 17:44:32 +0000
parents 9b776f5a33eb
children 652e8aa49fa7
comparison
equal deleted inserted replaced
5232:9b776f5a33eb 5233:bdf892d3b024
1 2005-03-22 John W. Eaton <jwe@octave.org> 1 2005-03-22 John W. Eaton <jwe@octave.org>
2
3 * optimization/glpk.m: Adapt to Octave coding style.
4 No need for varargout or varargin.
5 Print usage message if nargin > 11.
6 Allow any value of nargout.
7 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)).
8 Avoid looping when checking character classes.
2 9
3 * optimization: New directory. 10 * optimization: New directory.
4 * Makefile.in (SUBDIRS): Add it to the list. 11 * Makefile.in (SUBDIRS): Add it to the list.
5 * optimization/Makefile.in: New file. 12 * optimization/Makefile.in: New file.
6 * optimization/glpk.m, optimization/glpkparams.m, 13 * optimization/glpk.m, optimization/glpkparams.m,