summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2017-02-16 17:05:51 -0500
committerZack Weinberg <zackw@panix.com>2017-02-16 17:05:51 -0500
commite546c3c99f12c2cd1b49bb68af9b8e20933df99c (patch)
treea33b120cc436d8c274287c377cadc51f5841da69
parent7b037c095e31c2396d0a9b0e6356bc566ee4812f (diff)
downloadglibc-e546c3c99f12c2cd1b49bb68af9b8e20933df99c.tar.gz
ChangeLog entry for previous changeset
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d25710c68e..15a5429132 100644
--- 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.