mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
83b1d6414a
Rely on the new xalloc-oversized module to avoid requiring xalloc-die for functions documented as returning NULL on potential allocation overflow. * lib/hash.c (includes): Adjust includes. * lib/mgetgroups.c (includes): Likewise. (xgetgroups): Move... * lib/xgetgroups.c: ...to new file. * modules/xgetgroups: New file, split from... * modules/mgetgroups: ...here. (Depends-on): Add xalloc-oversized. * modules/hash (Depends-on): Likewise. * modules/hash-tests (Depends-on): Drop xalloc. (test_hash_LDADD): Drop unused library. * tests/test-hash.c (main): Break xalloc dependency. (includes): Drop unused include. Signed-off-by: Eric Blake <eblake@redhat.com>
28 lines
233 B
Plaintext
28 lines
233 B
Plaintext
Description:
|
|
Parameterizable hash table.
|
|
|
|
Files:
|
|
lib/hash.c
|
|
lib/hash.h
|
|
m4/hash.m4
|
|
|
|
Depends-on:
|
|
bitrotate
|
|
stdbool
|
|
stdint
|
|
xalloc-oversized
|
|
|
|
configure.ac:
|
|
gl_HASH
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"hash.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|