1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

array-map, hash-map, linkedhash-map: Fix module description.

* modules/array-map (Description): Fix description.
* modules/hash-map (Description): Likewise.
* modules/linkedhash-map (Description): Likewise.
This commit is contained in:
Bruno Haible
2020-01-30 04:13:36 +01:00
parent b58d0cb8fb
commit 187c4bf3ab
4 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
2020-01-29 Bruno Haible <bruno@clisp.org>
array-map, hash-map, linkedhash-map: Fix module description.
* modules/array-map (Description): Fix description.
* modules/hash-map (Description): Likewise.
* modules/linkedhash-map (Description): Likewise.
2020-01-29 Paul Eggert <eggert@cs.ucla.edu> 2020-01-29 Paul Eggert <eggert@cs.ucla.edu>
dfa: do not depend on isblank dfa: do not depend on isblank

View File

@@ -1,5 +1,5 @@
Description: Description:
Set data type implemented by an array. Map data type implemented by an array.
Files: Files:
lib/gl_array_map.h lib/gl_array_map.h

View File

@@ -1,5 +1,5 @@
Description: Description:
Set data type implemented by a hash table. Map data type implemented by a hash table.
Files: Files:
lib/gl_hash_map.h lib/gl_hash_map.h

View File

@@ -1,5 +1,5 @@
Description: Description:
Set data type implemented by a hash table with a linked list. Map data type implemented by a hash table with a linked list.
Files: Files:
lib/gl_linkedhash_map.h lib/gl_linkedhash_map.h