comparison 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
comparison
equal deleted inserted replaced
3802:4f1a26a730fd 3803:63c75bc3db82
1 2001-02-28 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * lo-cutils.c (octave_gethostname): New function.
4 * lo-utils.h: Provide declaration.
5 * oct-env.cc (octave_env::do_get_host_name):
6 Call octave_gethostname, instead of gethostname.
7
8 * lo-cutils.c (gethostname): Define here.
9 * lo-sysdep.cc: Not here.
10
1 2001-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> 11 2001-02-07 John W. Eaton <jwe@bevo.che.wisc.edu>
2 12
3 * lo-cutils.c: Don't declare strptime. 13 * lo-cutils.c: Don't declare strptime.
4 (oct_strptime): Cast return type of strptime to char*. 14 (oct_strptime): Cast return type of strptime to char*.
5 15