about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-11-02 12:14:01 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-11-02 12:45:20 +0100
commitc94a5688fb1228a862b2d4a3f1239cdc0e3349e5 (patch)
treeb427ab064d39977d8ffbb5363e78f767ad6492c4 /ChangeLog
parent067f5d97b37216eb26ffe7bfdefd0da9b0425b68 (diff)
downloadglibc-c94a5688fb1228a862b2d4a3f1239cdc0e3349e5.tar.gz
glibc-c94a5688fb1228a862b2d4a3f1239cdc0e3349e5.tar.xz
glibc-c94a5688fb1228a862b2d4a3f1239cdc0e3349e5.zip
<array_length.h>: New array_length and array_end macros
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae2d035ec6..4a912422ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-11-02  Florian Weimer  <fweimer@redhat.com>
 
+	Add array_length and array_end macros.
+	* include/array_length.h: New file.
+
+2017-11-02  Florian Weimer  <fweimer@redhat.com>
+
 	[BZ #22332]
 	* posix/tst-glob-tilde.c (do_noescape): New variable.
 	(one_test): Process it.