diff options
author | Oliver Kiddle <opk@zsh.org> | 2025-01-30 12:41:53 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2025-01-30 12:42:09 +0100 |
commit | 86a0891952f8cd83138bc2b6fe760190c67c8ff9 (patch) | |
tree | 8c3ff83942f5092a30b475c21a125b4950631fdd /ChangeLog | |
parent | f7b5cc431bdda1f7123aca740bf7c535b98ca616 (diff) | |
download | zsh-86a0891952f8cd83138bc2b6fe760190c67c8ff9.tar.gz zsh-86a0891952f8cd83138bc2b6fe760190c67c8ff9.zip |
53335: Remove unused dupstring_glen() function
Also make use of the dupstring_wlen() variant in more places to avoid a strlen()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2025-01-30 Oliver Kiddle <opk@zsh.org> + * 53335: Src/hist.c, Src/string.c, Src/Zle/compcore.c, + Src/Zle/compctl.c, Src/Zle/compmatch.c, Src/Zle/computil.c: + Remove unused dupstring_glen() function and make use of the + dupstring_wlen() variant in more places to avoid a strlen() + * 53332, 53334: Src/builtin.c, Src/prompt.c, Src/Modules/stat.c, Src/Zle/compresult.c, Src/Zle/zle_misc.c: Avoid strlen calls after sprintf |