comparison src/ChangeLog @ 6639:ed74670db09b

[project @ 2007-05-21 19:47:22 by jwe]
author jwe
date Mon, 21 May 2007 19:47:22 +0000
parents c18ed0e7ee41
children 379244420c72
comparison
equal deleted inserted replaced
6638:15837c5982cb 6639:ed74670db09b
1 2007-05-21 John W. Eaton <jwe@octave.org>
2
3 * oct-map.h (Octave_map::numel): Return number of array elements,
4 not number of map elements.
5 (Octave_map::nfields): Rename from length.
6 (Octave_map::empty): Delete.
7 Change all uses of empty to check nfields () == 0 instead.
8
1 2007-05-21 Søren Hauberg <soren@hauberg.org> 9 2007-05-21 Søren Hauberg <soren@hauberg.org>
2 10
3 * help.cc (Fautoload): Doc fix. 11 * help.cc (Fautoload): Doc fix.
4 * variables.cc (Fiscommand): Doc fix. 12 * variables.cc (Fiscommand): Doc fix.
5 13