changeset 6458:6588b4fe0869

[project @ 2007-03-26 16:55:33 by jwe]
author jwe
date Mon, 26 Mar 2007 16:55:33 +0000
parents a58b5981ab65
children 5dc550e1f419
files liboctave/ChangeLog
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Mon Mar 26 16:51:47 2007 +0000
+++ b/liboctave/ChangeLog	Mon Mar 26 16:55:33 2007 +0000
@@ -1,7 +1,13 @@
+2007-03-26  Luis Ortiz  <lortiz@interactivesupercomputing.com>
+	    David Bateman  <dbateman@free.fr>
+
+	* idx-vector.h.cc (IDX_VEC_REP::idx_vector_rep (const Range&)):
+	Check that all elements are ints before doing anything.  Simplify
+	calculation of index values.
+
 2007-03-26  David Bateman  <dbateman@free.fr>
 
 	* Range.cc (Range::all_elements_are_ints): Improve check.
-	* 
 
 2007-03-26  John W. Eaton  <jwe@octave.org>