diff liboctave/ChangeLog @ 6392:e8c42df3d234

[project @ 2007-03-07 18:20:46 by jwe]
author jwe
date Wed, 07 Mar 2007 18:20:47 +0000
parents 334499d75c5c
children fe9817a6ee98
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Mar 07 18:14:44 2007 +0000
+++ b/liboctave/ChangeLog	Wed Mar 07 18:20:47 2007 +0000
@@ -1,5 +1,7 @@
 2007-03-07  John W. Eaton  <jwe@octave.org>
 
+	* Array.cc (assign1): Avoid resizing if there is an error.
+
 	* dMatrix.cc, CMatrix.cc (operator *): Only check
 	f77_exception_encountered immediately after calls that use F77_XFCN.