mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Rename module hash-triple-simple to hashcode-named-file.
* lib/hashcode-named-file.c: Renamed from lib/hash-triple-simple.c. * modules/hashcode-named-file: Renamed from modules/hash-triple-simple. * lib/hash-triple.h: Update. * modules/canonicalize (Depends-on): Update. * modules/file-set (Depends-on): Update. * modules/hash-triple (Depends-on): Update. * NEWS: Mention the change.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
|||||||
|
2025-04-29 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Rename module hash-triple-simple to hashcode-named-file.
|
||||||
|
* lib/hashcode-named-file.c: Renamed from lib/hash-triple-simple.c.
|
||||||
|
* modules/hashcode-named-file: Renamed from modules/hash-triple-simple.
|
||||||
|
* lib/hash-triple.h: Update.
|
||||||
|
* modules/canonicalize (Depends-on): Update.
|
||||||
|
* modules/file-set (Depends-on): Update.
|
||||||
|
* modules/hash-triple (Depends-on): Update.
|
||||||
|
* NEWS: Mention the change.
|
||||||
|
|
||||||
2025-04-29 Bruno Haible <bruno@clisp.org>
|
2025-04-29 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Rename module hash-pjw to hashcode-string.
|
Rename module hash-pjw to hashcode-string.
|
||||||
|
2
NEWS
2
NEWS
@@ -74,6 +74,8 @@ User visible incompatible changes
|
|||||||
|
|
||||||
Date Modules Changes
|
Date Modules Changes
|
||||||
|
|
||||||
|
2025-04-29 hash-triple-simple This module is renamed to hashcode-named-file.
|
||||||
|
|
||||||
2025-01-02 string-desc The function prefix is changed from string_desc_
|
2025-01-02 string-desc The function prefix is changed from string_desc_
|
||||||
xstring-desc to sd_, and from xstring_desc_ to xsd_.
|
xstring-desc to sd_, and from xstring_desc_ to xsd_.
|
||||||
string-desc-quotearg
|
string-desc-quotearg
|
||||||
|
@@ -40,7 +40,7 @@ struct F_triple
|
|||||||
dev_t st_dev;
|
dev_t st_dev;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Defined in module 'hash-triple-simple'. */
|
/* Defined in module 'hashcode-named-file'. */
|
||||||
|
|
||||||
extern size_t triple_hash (void const *x, size_t table_size) _GL_ATTRIBUTE_PURE;
|
extern size_t triple_hash (void const *x, size_t table_size) _GL_ATTRIBUTE_PURE;
|
||||||
extern bool triple_compare_ino_str (void const *x, void const *y)
|
extern bool triple_compare_ino_str (void const *x, void const *y)
|
||||||
|
@@ -16,7 +16,7 @@ fcntl-h
|
|||||||
file-set
|
file-set
|
||||||
filename
|
filename
|
||||||
getcwd
|
getcwd
|
||||||
hash-triple-simple
|
hashcode-named-file
|
||||||
idx
|
idx
|
||||||
intprops
|
intprops
|
||||||
memmove
|
memmove
|
||||||
|
@@ -7,7 +7,7 @@ lib/file-set.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
hash
|
hash
|
||||||
hash-triple-simple
|
hashcode-named-file
|
||||||
bool
|
bool
|
||||||
xalloc
|
xalloc
|
||||||
xalloc-die
|
xalloc-die
|
||||||
|
@@ -5,7 +5,7 @@ Files:
|
|||||||
lib/hash-triple.c
|
lib/hash-triple.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
hash-triple-simple
|
hashcode-named-file
|
||||||
same
|
same
|
||||||
same-inode
|
same-inode
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@ Description:
|
|||||||
Hash functions for file-related triples: name, device, inode.
|
Hash functions for file-related triples: name, device, inode.
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
lib/hash-triple-simple.c
|
lib/hashcode-named-file.c
|
||||||
lib/hash-triple.h
|
lib/hash-triple.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
@@ -13,7 +13,7 @@ bool
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
lib_SOURCES += hash-triple-simple.c
|
lib_SOURCES += hashcode-named-file.c
|
||||||
|
|
||||||
Include:
|
Include:
|
||||||
"hash-triple.h"
|
"hash-triple.h"
|
Reference in New Issue
Block a user