]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ChangeLog entry for previous changeset
authorZack Weinberg <zackw@panix.com>
Thu, 16 Feb 2017 22:05:51 +0000 (17:05 -0500)
committerZack Weinberg <zackw@panix.com>
Thu, 16 Feb 2017 22:05:51 +0000 (17:05 -0500)
ChangeLog

index d25710c68e2887de725621716f19e93668c118d7..15a542913237de8217f3adc5eb1165f55dd53a8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
 2017-02-16  Zack Weinberg  <zackw@panix.com>
 
+       * string/string.h [__USE_MISC]: Include strings.h.
+       (__bzero, bcmp, bcopy, bzero, index, rindex)
+       (strcasecmp, strncasecmp, strcasecmp_l, strncasecmp_l)
+       (ffs, ffsl, ffsll): Don't declare.
+       * string/strings.h: Do not suppress the file if string.h has
+       already been included.
+       (bcmp, bcopy, bzero, strcasecmp, strncasecmp): Add __nonnull
+       annotations.
+       (index, rindex): Define inline forwarders even if
+       __CORRECT_ISO_CPP_STRING_H_PROTO is defined.
+       (ffs): Use __attribute_const__.
+       (ffsl, ffsll): Declare here.
+       (strcasecmp_l, strncasecmp_l): Correct comments; these functions
+       have now been standardized.
+       * include/string.h (__bzero): Declare here.
+
        * bits/types.h: Move to posix/bits.
        * include/bits/types.h: New wrapper.