Mercurial > hg > octave-lojdl
comparison liboctave/ChangeLog @ 2431:8426659cd60e
[project @ 1996-10-26 04:37:45 by jwe]
author | jwe |
---|---|
date | Sat, 26 Oct 1996 04:39:01 +0000 |
parents | 6979248bf0d3 |
children | 3952436ca2c2 |
comparison
equal
deleted
inserted
replaced
2430:47cc2a839994 | 2431:8426659cd60e |
---|---|
1 Fri Oct 25 01:24:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | 1 Fri Oct 25 01:24:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
2 | |
3 * str-vec.h (str_vec_compare): Declare args as const void *, then | |
4 cast them to const string * in the body of the function. | |
5 | |
6 * file-ops.cc (file_stat::mode_as_string): Explicitly construct | |
7 string from buf. | |
2 | 8 |
3 * Array3.h (Array3::checkelem): Tag bogus return value with | 9 * Array3.h (Array3::checkelem): Tag bogus return value with |
4 GCC_ATTRIBUTE_UNUSED. | 10 GCC_ATTRIBUTE_UNUSED. |
5 * Array2.h (Array2::checkelem): Likewise. | 11 * Array2.h (Array2::checkelem): Likewise. |
6 | 12 |