comparison src/ChangeLog @ 6909:fc55a5e1760b ss-2-9-14

[project @ 2007-09-17 20:47:40 by jwe]
author jwe
date Mon, 17 Sep 2007 20:47:41 +0000
parents c5118619023e
children 63e94c52a85a
comparison
equal deleted inserted replaced
6908:b2de26e67857 6909:fc55a5e1760b
1 2007-09-17 John W. Eaton <jwe@octave.org> 1 2007-09-17 John W. Eaton <jwe@octave.org>
2
3 * version.h (OCTAVE_VERSION): Now 2.9.14
4 (OCTAVE_API_VERSION): Now api-v26.
5 (OCTAVE_RELEASE_DATE): Now 2007-09-17.
6
7 * Makefile.in (DISTFILES): Add genprops.awk to the list.
2 8
3 * ov-typeinfo.h (cat_op_fcn): Third arg in function pointer 9 * ov-typeinfo.h (cat_op_fcn): Third arg in function pointer
4 typedef is now Array<octave_idx_type> instead of Array<int>. 10 typedef is now Array<octave_idx_type> instead of Array<int>.
5 11
6 * file-io.cc (do_stream_open): Use binary mode by default. 12 * file-io.cc (do_stream_open): Use binary mode by default.