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:
@@ -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>
|
||||
|
||||
dfa: do not depend on isblank
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Description:
|
||||
Set data type implemented by an array.
|
||||
Map data type implemented by an array.
|
||||
|
||||
Files:
|
||||
lib/gl_array_map.h
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Description:
|
||||
Set data type implemented by a hash table.
|
||||
Map data type implemented by a hash table.
|
||||
|
||||
Files:
|
||||
lib/gl_hash_map.h
|
||||
|
@@ -1,5 +1,5 @@
|
||||
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:
|
||||
lib/gl_linkedhash_map.h
|
||||
|
Reference in New Issue
Block a user