Sometimes it is useful to be able to compare two string descriptors
case-insentively, like c_strcasecmp.
2024-10-13 Bruno Haible
string-desc: New function string_desc_c_casecmp.
* lib/string-desc.h: New declaration.
* lib/string-desc.c: Include , c-ctype.h.
(st
The function string_desc_new_addr is currently documented in section
"Memory-allocating operations on string descriptors". But in fact,
it does not allocate memory.
This patch fixes it.
2024-10-13 Bruno Haible
string-desc: Fix categorization string_desc_new_addr.
* lib/string