summaryrefslogtreecommitdiff
path: root/lib/xhash.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
| | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command.
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* hash, xhash: Move comments to the .h file.Bruno Haible2020-10-171-6/+0
| | | | | | * lib/hash.c: Move comments meant for the user from here... * lib/xhash.c: ... and here... * lib/hash.h: ... to here.
* hash: add hash_xinsertAkim Demaille2020-05-171-0/+12
| | | | * lib/hash.h, lib/xhash.c (hash_xinsert): New.
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* xhash: provide hash_xinitializeAkim Demaille2019-09-101-0/+38
Suggested by Egor Pugin <egor.pugin@gmail.com> https://lists.gnu.org/archive/html/bison-patches/2019-09/msg00026.html * modules/xhash, lib/xhash.c: New. * lib/hash.h (hash_xinitialize): New.