comparison scripts/ChangeLog @ 5518:a9bd6c31751f

[project @ 2005-10-29 04:26:38 by jwe]
author jwe
date Sat, 29 Oct 2005 04:28:23 +0000
parents 709307492cd7
children ce71ed4c6da6
comparison
equal deleted inserted replaced
5517:947aa3464e1d 5518:a9bd6c31751f
1 2005-10-28 John W. Eaton <jwe@octave.org>
2
3 * general/shiftdim.m: Compatibility fix for row vectors.
4 Correct check for non-scalar non-integer shift. For positive
5 N, shift is remainder of N and number of dims. Always return NS.
6 Simplify.
7
1 2005-10-18 Keith Goodman <kwgoodman@gmail.com> 8 2005-10-18 Keith Goodman <kwgoodman@gmail.com>
2 9
3 * general/randperm.m: Improve compatibility by allowing input 10 * general/randperm.m: Improve compatibility by allowing input
4 value of zero. 11 value of zero.
5 12