diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-27 04:26:08 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-27 04:26:08 +0800 |
commit | e06a2c8d52cf983bf4bc4b6f13ec69a5d6312de2 (patch) | |
tree | d88e8ba14b756ac0c23e72a94abe4675e56ee632 /e-util/ChangeLog | |
parent | 6b0d304ac8648f779d9bd1002ceba25f2d4bfa50 (diff) | |
download | gsoc2013-evolution-e06a2c8d52cf983bf4bc4b6f13ec69a5d6312de2.tar.gz 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/ChangeLog | 4 |
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 |