mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/stdint-h: Renamed from modules/stdint. * modules/stdint-h-tests: Renamed from modules/stdint-tests. * modules/stdint-h-c++-tests: Renamed from modules/stdint-c++-tests. * tests/test-stdint-h.c: Renamed from tests/test-stdint.c. * tests/test-stdint-h-c++.cc: Renamed from tests/test-stdint-c++.cc. * tests/test-stdint-h-c++2.cc: Renamed from tests/test-stdint-c++2.cc. * doc/posix-headers/stdint.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdint: New file.
30 lines
373 B
Plaintext
30 lines
373 B
Plaintext
Description:
|
|
Map data type implemented by a hash table.
|
|
|
|
Files:
|
|
lib/gl_hash_map.h
|
|
lib/gl_hash_map.c
|
|
lib/gl_anyhash1.h
|
|
lib/gl_anyhash2.h
|
|
lib/gl_anyhash_primes.h
|
|
|
|
Depends-on:
|
|
map
|
|
stdint-h
|
|
xsize
|
|
c99
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gl_hash_map.h gl_hash_map.c gl_anyhash1.h gl_anyhash2.h gl_anyhash_primes.h
|
|
|
|
Include:
|
|
"gl_hash_map.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|