comparison src/ChangeLog @ 5544:2286fa5f2e5d

[project @ 2005-11-21 18:44:31 by jwe]
author jwe
date Mon, 21 Nov 2005 18:44:32 +0000
parents cda6a105ae9a
children 8b0b36c2dc0c
comparison
equal deleted inserted replaced
5543:4d52e637a72a 5544:2286fa5f2e5d
1 2005-11-21 John W. Eaton <jwe@octave.org>
2
3 * pr-output.cc (pr_int): Fix thinko in byte-swapping for bit format.
4
5 * DLD-FUNCTIONS/cellfun.cc (Fcellfun):
6 Use C++ static_cast instead of C-style casts.
7
8 2005-11-21 William Poetra Yoga H <williampoetra@yahoo.com>
9
10 * DLD-FUNCTIONS/cellfun.cc (Fcellfun):
11 Docstring and error message fixes.
12
1 2005-11-17 John W. Eaton <jwe@octave.org> 13 2005-11-17 John W. Eaton <jwe@octave.org>
2 14
3 * DLD-FUNCTIONS/minmax.cc (MINMAX_BODY): Don't cast arg1 to 15 * DLD-FUNCTIONS/minmax.cc (MINMAX_BODY): Don't cast arg1 to
4 const octave_complex_matrix&. 16 const octave_complex_matrix&.
5 17