summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-06 09:56:55 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-06 10:42:45 -0800
commitf2d32984b49d2baef8d4cba9692423f33bd96e7a (patch)
tree0b917adf8be090aaf5431e50f1417cab8e82d0da /ChangeLog
parent8453b55326213a548ea8ce64c4171fbaff63228c (diff)
downloadgnulib-f2d32984b49d2baef8d4cba9692423f33bd96e7a.tar.gz
fts: clarify ISSET
* lib/fts.c (ISSET): Refactor to clarify boolean usage.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 576db7231d..08436174d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-06 Paul Eggert <eggert@cs.ucla.edu>
+
+ fts: clarify ISSET
+ * lib/fts.c (ISSET): Refactor to clarify boolean usage.
+
2022-12-05 Bruno Haible <bruno@clisp.org>
argp: Correct documentation.