summaryrefslogtreecommitdiff
path: root/lib/string-buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* string-buffer: Improve GCC 11 allocation-deallocation checking.Bruno Haible2021-08-071-2/+3
| | | | | * lib/string-buffer.h: Include <stdlib.h> instead of <stddef.h>. (sb_dupfree): Declare that deallocation must happen through 'free'.
* Put LGPLv3+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
| | | | | * lib/**.{h,c}: Use LGPLv3+ notice whenever the module description says so.
* string-buffer: New module.Bruno Haible2021-02-211-0/+85
* 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.