summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-01-05 11:51:38 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-01-05 11:51:38 -0800
commit9d3ec33a02dccaaa930f839752304d1b8d0b903e (patch)
tree5b11c939f90683761eb4d6010bfeadcf2101bf01 /NEWS
parent403968da56573bdbdcab79adabddcdc270e05cc9 (diff)
downloadgnulib-9d3ec33a02dccaaa930f839752304d1b8d0b903e.tar.gz
stack: also update stack_size to return idx_t
* lib/stack.h (_GL_STACK_PREFIX (size)): Return idx_t, not size_t.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2ce1c73014..c13a115ada 100644
--- a/NEWS
+++ b/NEWS
@@ -66,6 +66,9 @@ User visible incompatible changes
Date Modules Changes
+2022-01-05 stack This module now uses idx_t instead of size_t
+ for indexes and counts.
+
2021-08-27 base32 These modules now use idx_t instead of size_t
base64 for indexes and counts.