diff liboctave/ChangeLog @ 9920:56fbe170d354

fix issorted with NaNs in middle
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 04 Dec 2009 14:02:15 +0100
parents 8d20fb66a0dc
children 7c8392a034e6
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Dec 04 15:33:51 2009 -0800
+++ b/liboctave/ChangeLog	Fri Dec 04 14:02:15 2009 +0100
@@ -1,3 +1,12 @@
+2009-12-05  Jaroslav Hajek  <highegg@gmail.com>
+
+	* Array.cc (sortrows_comparator): Rename to safe_comparator.
+	(Array<T>::is_sorted): Use it here.
+	* Array-d.cc: Update.
+	* Array-f.cc: Update.
+	* Array-C.cc: Update.
+	* Array-fC.cc: Update.
+
 2009-12-03  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.am (BUILT_NODISTFILES): New variable.