diff options
author | Clint Adams <clint@users.sourceforge.net> | 2005-08-15 17:19:16 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2005-08-15 17:19:16 +0000 |
commit | 987033eaf9591a5b2fc30b09dcf2a0a6266b9408 (patch) | |
tree | e1b19c6e7c79695c427f2ad9b60a7eda700bc1a7 /ChangeLog | |
parent | b9d42d6a592603d34cb8b03813d1604c59b6912e (diff) | |
download | zsh-987033eaf9591a5b2fc30b09dcf2a0a6266b9408.tar.gz zsh-987033eaf9591a5b2fc30b09dcf2a0a6266b9408.tar.xz zsh-987033eaf9591a5b2fc30b09dcf2a0a6266b9408.zip |
21619: define wide versions of zarrdup, zputs, niceztrlen.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 05e5c1248..3295da0ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-08-15 Clint Adams <clint@zsh.org> + * 21619: Src/string.c, Src/utils.c, Src/Zle/zle.h: define wide + versions of zarrdup, zputs, niceztrlen. + * 21565: Completion/Unix/Command/_man: better handle uncompresed manpages with .[0-9] in their names. |