comparison src/ChangeLog @ 6905:aee959a21c4b

[project @ 2007-09-17 16:00:30 by jwe]
author jwe
date Mon, 17 Sep 2007 16:00:30 +0000
parents 1758d3d3d266
children c5118619023e
comparison
equal deleted inserted replaced
6904:1758d3d3d266 6905:aee959a21c4b
1 2007-09-17 John W. Eaton <jwe@octave.org>
2
3 * file-io.cc (do_stream_open): Use binary mode by default.
4
1 2007-09-14 Shai Ayal <shaiay@users.sourceforge.net> 5 2007-09-14 Shai Ayal <shaiay@users.sourceforge.net>
2 6
3 * genprop.awk: Handle "a" modifier. 7 * genprop.awk: Handle "a" modifier.
4 8
5 2007-09-14 Kai Habel <kai.habel@gmx.de> 9 2007-09-14 Kai Habel <kai.habel@gmx.de>
1072 * Makefile.in (DIST_SRC): Add it to the list. 1076 * Makefile.in (DIST_SRC): Add it to the list.
1073 1077
1074 2007-03-13 John W. Eaton <jwe@octave.org> 1078 2007-03-13 John W. Eaton <jwe@octave.org>
1075 1079
1076 * file-io.cc (do_stream_open): Use binary mode if 't' is not 1080 * file-io.cc (do_stream_open): Use binary mode if 't' is not
1077 specified in mode, but don't add 'b' if it is already present. 1081 specified in mode, but don't add 'b' if it is already present.
1078 1082
1079 2007-03-09 David Bateman <dbateman@free.fr> 1083 2007-03-09 David Bateman <dbateman@free.fr>
1080 1084
1081 * data.cc (do_cat): Also treat case of all empty matrices. 1085 * data.cc (do_cat): Also treat case of all empty matrices.
1082 1086