Mercurial > hg > octave-jordi
diff src/ChangeLog @ 2830:10a8198b1733
[project @ 1997-03-26 00:12:41 by jwe]
author | jwe |
---|---|
date | Wed, 26 Mar 1997 00:13:00 +0000 |
parents | 60ae49e1284f |
children | 19c45d29f177 |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ Tue Mar 25 17:17:17 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + * octave.cc (maximum_braindamage): Don't bind prefer_zero_one_indexing. + * ov.h: Don't declare Vprefer_zero_one_indexing. + * ov.cc: Don't define Vprefer_zero_one_indexing. + (prefer_zero_one_indexing): Delete. + (symbols_of_value): Delete DEFVAR for prefer_zero_one_indexing. + * ov.h, ov.cc, ov-base.h, ov-base.cc: Add constructors and extractors for bool and boolMatrix types.