* lib/string-buffer.h (struct string_buffer): Add a comment.
+2025-02-05 Bruno Haible <bruno@clisp.org>
+
+ string-buffer: Improve comments.
+ * lib/string-buffer.h (struct string_buffer): Add a comment.
+
2025-02-04 Bruno Haible <bruno@clisp.org>
gnulib-tool: Fix the result of --create-testdir (regression yesterday).
/* A string buffer type. */
struct string_buffer
{
+ /* data[0 .. length-1] are used. */
sb_heap_allocated_pointer_t data;
size_t length; /* used bytes, <= allocated */
size_t allocated; /* allocated bytes */