Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 4577:233512ebf15d
[project @ 2003-10-31 06:31:14 by jwe]
author | jwe |
---|---|
date | Fri, 31 Oct 2003 06:31:21 +0000 |
parents | c7ba572047df |
children | 70da2b8c91dd |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,5 +1,9 @@ 2003-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> + * file-ops.cc (file_ops::symlink): Cope with systems that expect + non-const args for symlink system call. + (file_ops::readlink): Likewise, for readlink. + * DASRT.cc (DASRT::integrate): Fix typo in Fortran function name. 2003-10-30 John W. Eaton <jwe@bevo.che.wisc.edu>