diff liboctave/ChangeLog @ 11006:aca961a3f387

provide gethostname function
author John W. Eaton <jwe@octave.org>
date Tue, 21 Sep 2010 03:35:46 -0400
parents 0de4eff677d6
children 3622db30ff05
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-21  John W. Eaton  <jwe@octave.org>
+
+	* oct-env.cc (do_get_host_name): Call gnulib::gethostname
+	instead of octave_gethostname.
+
+	* lo-utils.h, lo-cutils.c (octave_gethostname): Delete.
+
 2010-09-20  John W. Eaton  <jwe@octave.org>
 
 	* oct-time.cc (octave_time::octave_time, octave_strptime::init):