Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autoupdate | Karl Berry | 2021-01-03 | 1 | -1/+1 |
| | |||||
* | autoupdate | Paul Eggert | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | scratch_buffer: sync from glibc | Paul Eggert | 2019-09-07 | 1 | -2/+2 |
| | | | | | | * config/srclist.txt: Add the scratch_buffer source code from glibc, since these should be in sync. Autoupdate. | ||||
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | maint: Run 'make update-copyright' | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | all: prefer https: URLs | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
| | |||||
* | scratch_buffer: don’t use private glibc API | Paul Eggert | 2017-09-02 | 1 | -0/+67 |
Suggested by Florian Weimer in: http://lists.gnu.org/archive/html/bug-gnulib/2017-09/msg00004.html * lib/scratch_buffer.h: Rename to lib/malloc/scratch_buffer.h. * lib/scratch_buffer_grow.c: Rename to lib/malloc/scratch_buffer_grow.c. * lib/scratch_buffer_grow_preserve.c: Rename to lib/malloc/scratch_buffer_grow_preserve.c. * lib/scratch_buffer_set_array_size.c: Rename to lib/malloc/scratch_buffer_set_array_size.c. * lib/scratch_buffer.h: New file. * modules/scratch_buffer (Files, Makefile.am): Adjust to source-file renaming. |