Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 3803:63c75bc3db82
[project @ 2001-02-28 08:24:40 by jwe]
author | jwe |
---|---|
date | Wed, 28 Feb 2001 08:24:43 +0000 |
parents | a982fe0256f1 |
children | b370019103de |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,13 @@ +2001-02-28 John W. Eaton <jwe@bevo.che.wisc.edu> + + * lo-cutils.c (octave_gethostname): New function. + * lo-utils.h: Provide declaration. + * oct-env.cc (octave_env::do_get_host_name): + Call octave_gethostname, instead of gethostname. + + * lo-cutils.c (gethostname): Define here. + * lo-sysdep.cc: Not here. + 2001-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> * lo-cutils.c: Don't declare strptime.