diff 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
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,12 @@
 2005-03-22  John W. Eaton  <jwe@octave.org>
 
+	* optimization/glpk.m: Adapt to Octave coding style.
+	No need for varargout or varargin.
+	Print usage message if nargin > 11.
+	Allow any value of nargout.
+	Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)).
+	Avoid looping when checking character classes.
+
 	* optimization: New directory.
 	* Makefile.in (SUBDIRS): Add it to the list.
 	* optimization/Makefile.in: New file.