summaryrefslogtreecommitdiff
path: root/lib/get_progname_of.h
Commit message (Collapse)AuthorAgeFilesLines
* get_progname_of: Improve GCC 11 allocation-deallocation checking.Bruno Haible2021-08-071-1/+3
| | | | | * lib/get_progname_of.h: Include <stdlib.h>. (get_progname_of): Declare that deallocation must happen through 'free'.
* Put LGPLv3+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
| | | | | * lib/**.{h,c}: Use LGPLv3+ notice whenever the module description says so.
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* get_progname_of: New module.Bruno Haible2019-08-141-0/+36
* lib/get_progname_of.h: New file. * lib/get_progname_of.c: New file, based on lib/getprogname.c. * lib/getprogname.c (getprogname): Tweak coding style. * lib/vma-iter.c (vma_iterate_bsd): Update comment. * modules/get_progname_of: New file.