Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 2938:2e1757f57ce6
[project @ 1997-05-06 06:03:49 by jwe]
author | jwe |
---|---|
date | Tue, 06 May 1997 06:04:57 +0000 |
parents | dddc1b5c324e |
children | b779a5b8aed4 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,14 @@ +Tue May 6 00:52:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + + * file-ops.h, file-ops.cc (tempnam): Add DIR and PREFIX args. + Handle errors and missing functions consistently. + + * oct-group.h, oct-group.cc: New files. + + * oct-passwd.cc: Handle errors and missing functions consistently. + + * str-vec.h, str-vec.cc (c_str_vec, delete_c_str_vec): New functions. + Mon May 5 17:53:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * file-ops.cc: (file_ops::tilde_expand): Use new octave_passwd class.