diff scripts/ChangeLog @ 4950:0896307b1b48

[project @ 2004-08-31 21:26:35 by jwe]
author jwe
date Tue, 31 Aug 2004 21:26:35 +0000
parents 4bd917f8a4a7
children 269c3d6c0569
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Aug 31 19:17:45 2004 +0000
+++ b/scripts/ChangeLog	Tue Aug 31 21:26:35 2004 +0000
@@ -1,6 +1,17 @@
-2004-08-31  2004-08-30 David Bateman  <dbateman@free.fr>
-
-	* (general/repmat.m): Adapt to allow integer types.
+2004-08-31  John W. Eaton  <jwe@octave.org>
+
+	* general/isa.m: New function, from Octave-forge.
+
+2004-08-31  David Bateman  <dbateman@free.fr>
+
+	* general/bitcmp.m, general/bitget.m, general/bitset.m: Remove 
+	limitation on the use of int64 and uint64 types, and the use
+	of the eval.
+
+	* general/bitset.m: Remove superfluous cast to return type, as bug
+	in .^ with integer types is fixed.
+
+	* general/repmat.m: Adapt to allow integer types.
 
 2004-08-31  Paul Kienzle  <pkienzle@users.sf.net>