comparison 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
comparison
equal deleted inserted replaced
6455:e68b6921b221 6456:7f5316cadaa2
1 2007-03-26 Juhani Saastamoinen <juhani@cs.joensuu.fi>
2
3 * file-io.cc (do_stream_open) [! HAVE_ZLIB]:
4 Call fopen with mode, not tmode.
5
6 2007-03-26 John W. Eaton <jwe@octave.org>
7
8 * OPERATORS/op-str-str.cc (DEFCHARNDBINOP): New macro. Use it to
9 define functions for eq and ne ops. Also define lt, le, ge, and
10 gt ops.
11
1 2007-03-23 David Bateman <dbateman@free.fr> 12 2007-03-23 David Bateman <dbateman@free.fr>
2 13
3 * DLD-FUNCTIONS/rand.cc: Make more statistical tests optional. 14 * DLD-FUNCTIONS/rand.cc: Make more statistical tests optional.
4 15
5 2007-03-23 John W. Eaton <jwe@octave.org> 16 2007-03-23 John W. Eaton <jwe@octave.org>