comparison liboctave/ChangeLog @ 3141:292ff0bf484b

[project @ 1998-02-03 08:11:07 by jwe]
author jwe
date Tue, 03 Feb 1998 08:11:22 +0000
parents af7ec9d3a5e6
children 0d640dc625c7
comparison
equal deleted inserted replaced
3140:990ea337e950 3141:292ff0bf484b
1 Mon Feb 2 01:42:56 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Makefile.in (install, uninstall): Use $(octlibdir), not $(libdir).
4 Use $(mk-libdir-link).
5
6 * file-stat.cc (file_stat::update_internal): Use stat and lstat,
7 not SAFE_STAT and SAFE_LSTAT.
8 (lstat): New function, defined if HAVE_LSTAT is not defined.
9 * safe-xstat.hin, safe-xstat.cin: Delete.
10 * Makefile.in: Delete rules for safe-stat.h, safe-stat.c,
11 safe-lstat.h, and safe-lstat.cc.
12
1 Fri Jan 30 23:48:43 1998 John W. Eaton <jwe@bevo.che.wisc.edu> 13 Fri Jan 30 23:48:43 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
2 14
3 * chMatrix.cc (charMatrix::all, charMatrix::any): New functions. 15 * chMatrix.cc (charMatrix::all, charMatrix::any): New functions.
4 16
5 Tue Jan 20 16:30:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> 17 Tue Jan 20 16:30:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu>