aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-04-17 09:17:24 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-17 09:17:24 +0800
commitb06b0051c5fee1c0eafa87f164fe0b8f4e27e5ef (patch)
tree03eeda9d12e03bea47f1faa05957901881da4a15 /e-util/ChangeLog
parent37a6a67b83419b7d616642ed988f55f474e8f68e (diff)
downloadgsoc2013-evolution-b06b0051c5fee1c0eafa87f164fe0b8f4e27e5ef.tar
gsoc2013-evolution-b06b0051c5fee1c0eafa87f164fe0b8f4e27e5ef.tar.gz
gsoc2013-evolution-b06b0051c5fee1c0eafa87f164fe0b8f4e27e5ef.tar.bz2
gsoc2013-evolution-b06b0051c5fee1c0eafa87f164fe0b8f4e27e5ef.tar.lz
gsoc2013-evolution-b06b0051c5fee1c0eafa87f164fe0b8f4e27e5ef.tar.xz
gsoc2013-evolution-b06b0051c5fee1c0eafa87f164fe0b8f4e27e5ef.tar.zst
gsoc2013-evolution-b06b0051c5fee1c0eafa87f164fe0b8f4e27e5ef.zip
New wrapper around gethostbyaddr_r if the system has it, else a whole new
2002-04-16 Jeffrey Stedfast <fejj@ximian.com> * e-host-utils.c (e_gethostbyaddr_r): New wrapper around gethostbyaddr_r if the system has it, else a whole new implementation. svn path=/trunk/; revision=16483
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index d9973f512b..bdc2568c69 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-16 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-host-utils.c (e_gethostbyaddr_r): New wrapper around
+ gethostbyaddr_r if the system has it, else a whole new
+ implementation.
+
2002-04-11 Jeffrey Stedfast <fejj@ximian.com>
* e-sexp.c (parse_value): Handle parsing negative integers.