summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-11-27 00:49:56 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-11-27 00:51:22 -0800
commitdb493d1ce43fc39dd925699d840c80b3400f4313 (patch)
tree74f1d80693eba2ab8ceb4bb57db449153d910ceb /ChangeLog
parent914fe7e1a241dc10f333eff181175266e05bf972 (diff)
downloadgnulib-db493d1ce43fc39dd925699d840c80b3400f4313.tar.gz
gettext-h: document GNULIB_NO_VLA
* doc/gnulib-readme.texi (C99 features avoided): Document GNULIB_NO_VLA.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66c53a923b..efc289fa66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2021-11-27 Paul Eggert <eggert@cs.ucla.edu>
+ gettext-h: document GNULIB_NO_VLA
+ * doc/gnulib-readme.texi (C99 features avoided):
+ Document GNULIB_NO_VLA.
+
gettext-h: use VLA test similar to regex
* lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Assuming
GNULIB_NO_VLA, define if (defined __STDC_VERSION__ && 199901L <=