diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-05-04 14:35:12 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-05-04 14:48:01 +0200 |
commit | c9b0e6a432e827b61f12eb52c2aaeadc77b64461 (patch) | |
tree | d68fabea774c4c75903f5fd8344fcdd7fd9ddd3f /ChangeLog | |
parent | eb3b8a4924502e508d5b353ed75f39826d2c9466 (diff) | |
download | glibc-c9b0e6a432e827b61f12eb52c2aaeadc77b64461.tar.gz glibc-c9b0e6a432e827b61f12eb52c2aaeadc77b64461.tar.xz glibc-c9b0e6a432e827b61f12eb52c2aaeadc77b64461.zip |
getnameinfo: Reduce line length and add missing comments
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8fcb047815..9d2ab7c8e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2016-05-04 Florian Weimer <fweimer@redhat.com> + + * inet/getnameinfo.c (gni_host_inet_name): Use temporaries to + avoid long lines. + (gni_host_inet_numeric): Likewise. Reduce scope of local + variables. + (gni_host_inet, gni_host_local): Add comment. + (gni_host): Add comment. Use temporary to avoid long lines. + 2016-05-04 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> * sysdeps/powerpc/powerpc64/power8/strncpy.S: Fix use of condition |