From: Bruno Haible Date: Thu, 30 Jan 2020 03:13:36 +0000 (+0100) Subject: array-map, hash-map, linkedhash-map: Fix module description. X-Git-Tag: v1.0~4288 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=187c4bf3abeeae3de51c6588ce08d45ef1119fb7;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index afdccf659d..604c94917c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2020-01-29 Bruno Haible + + 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 dfa: do not depend on isblank diff --git a/modules/array-map b/modules/array-map index 46ae89aa44..edf4260c1c 100644 --- a/modules/array-map +++ b/modules/array-map @@ -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 diff --git a/modules/hash-map b/modules/hash-map index 5cc5c68acc..63d72f43d3 100644 --- a/modules/hash-map +++ b/modules/hash-map @@ -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 diff --git a/modules/linkedhash-map b/modules/linkedhash-map index 342466090b..d495cb26e1 100644 --- a/modules/linkedhash-map +++ b/modules/linkedhash-map @@ -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