aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-04-27 04:26:08 +0800
committerDan Winship <danw@src.gnome.org>2001-04-27 04:26:08 +0800
commite06a2c8d52cf983bf4bc4b6f13ec69a5d6312de2 (patch)
treed88e8ba14b756ac0c23e72a94abe4675e56ee632 /e-util/ChangeLog
parent6b0d304ac8648f779d9bd1002ceba25f2d4bfa50 (diff)
downloadgsoc2013-evolution-e06a2c8d52cf983bf4bc4b6f13ec69a5d6312de2.tar
gsoc2013-evolution-e06a2c8d52cf983bf4bc4b6f13ec69a5d6312de2.tar.gz
gsoc2013-evolution-e06a2c8d52cf983bf4bc4b6f13ec69a5d6312de2.tar.bz2
gsoc2013-evolution-e06a2c8d52cf983bf4bc4b6f13ec69a5d6312de2.tar.lz
gsoc2013-evolution-e06a2c8d52cf983bf4bc4b6f13ec69a5d6312de2.tar.xz
gsoc2013-evolution-e06a2c8d52cf983bf4bc4b6f13ec69a5d6312de2.tar.zst
gsoc2013-evolution-e06a2c8d52cf983bf4bc4b6f13ec69a5d6312de2.zip
Make the Solaris and no-gethostbyname_r implementations behave more like
* e-host-utils.c (e_gethostbyname_r): Make the Solaris and no-gethostbyname_r implementations behave more like the Linux one. Document. svn path=/trunk/; revision=9594
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index bf78e6da6f..b282021766 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,5 +1,9 @@
2001-04-26 Dan Winship <danw@ximian.com>
+ * e-host-utils.c (e_gethostbyname_r): Make the Solaris and
+ no-gethostbyname_r implementations behave more like the Linux one.
+ Document.
+
* Makefile.am (INCLUDES): Remove UNICODE_CFLAGS
(libeutil_la_LIBADD): Change UNICODE_LIBS to GAL_LIBS