comparison liboctave/ChangeLog @ 2443:4d941ba99862

[project @ 1996-10-30 18:51:26 by jwe]
author jwe
date Wed, 30 Oct 1996 18:51:27 +0000
parents d95b5eb82e22
children ccb101b39cf4
comparison
equal deleted inserted replaced
2442:f667d7ec08b9 2443:4d941ba99862
1 Wed Oct 30 11:42:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> 1 Wed Oct 30 11:42:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * CMatrix.cc, cmd-hist.cc, file-ops.cc, file-ops.h, filemode.c,
4 mkdir.c, rename.c, rmdir.c, safe-lstat.h, safe-stat.h,
5 safe-xstat.cin, statdefs.h, sysdir.h, tempname.c, utils.cc: Only
6 include sys/types.h if HAVE_SYS_TYPES_H.
2 7
3 * Array3.h (T Array3<T>::checkelem): Return T() for bogus value, 8 * Array3.h (T Array3<T>::checkelem): Return T() for bogus value,
4 since that is now accepatble syntax, even for built-in types. 9 since that is now accepatble syntax, even for built-in types.
5 * Array2.h (T Array2<T>::checkelem): Likewise 10 * Array2.h (T Array2<T>::checkelem): Likewise
6 11