diff liboctave/ChangeLog @ 12550:ea3a4bf39048

Treat empty vector (1x0 or 0x1) as valid input to diag(). Bug #32901
author Rik <octave@nomad.inbox5.com>
date Tue, 29 Mar 2011 17:47:26 -0700
parents 015bfdc88092
children 681bb733f4f4
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Mar 29 19:00:26 2011 -0400
+++ b/liboctave/ChangeLog	Tue Mar 29 17:47:26 2011 -0700
@@ -1,3 +1,8 @@
+2011-03-29  Rik  <octave@nomad.inbox5.com>
+
+	* Array.cc (diag): Treat empty vector (1x0 or 0x1) as valid input.
+	Improves Matlab compatibility (bug #32901).
+
 2011-02-13  David Bateman  <dbateman@free.fr>
 
 	* Sparse-perm-op-defs.h (template <typename SM>