diff src/ChangeLog @ 6456:7f5316cadaa2

[project @ 2007-03-26 16:18:26 by jwe]
author jwe
date Mon, 26 Mar 2007 16:18:26 +0000
parents a5de12c0f968
children a84de7048629
line wrap: on
line diff
--- a/src/ChangeLog	Mon Mar 26 16:02:04 2007 +0000
+++ b/src/ChangeLog	Mon Mar 26 16:18:26 2007 +0000
@@ -1,3 +1,14 @@
+2007-03-26  Juhani Saastamoinen  <juhani@cs.joensuu.fi>
+
+	* file-io.cc (do_stream_open) [! HAVE_ZLIB]:
+	Call fopen with mode, not tmode.
+
+2007-03-26  John W. Eaton  <jwe@octave.org>
+
+	* OPERATORS/op-str-str.cc (DEFCHARNDBINOP): New macro.  Use it to
+	define functions for eq and ne ops.  Also define lt, le, ge, and
+	gt ops.
+
 2007-03-23  David Bateman  <dbateman@free.fr>
 
 	* DLD-FUNCTIONS/rand.cc: Make more statistical tests optional.