summaryrefslogtreecommitdiff
path: root/modules/string-buffer
Commit message (Collapse)AuthorAgeFilesLines
* string-buffer: Fixes.Bruno Haible2021-02-271-1/+1
| | | | | | * modules/string-buffer (License): Change to LGPL. * tests/test-string-buffer.c (main): Add another sb_appendf call, that is more likely to fail.
* string-buffer: New module.Bruno Haible2021-02-211-0/+26
* lib/string-buffer.h: New file. * lib/string-buffer.c: New file. * modules/string-buffer: New file. * doc/posix-functions/open_memstream.texi: Mention the new module.