diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-13 17:17:26 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-13 17:17:26 +0000 |
commit | d0502922f9831fb9874aa09c25887498d4232fa7 (patch) | |
tree | 164304ef70d5fbe1c880a8493aace56ddcc8288f | |
parent | 78ddb65f6c7ac4bd580be5a7987bf31f697558df (diff) | |
download | zsh-d0502922f9831fb9874aa09c25887498d4232fa7.tar.gz zsh-d0502922f9831fb9874aa09c25887498d4232fa7.tar.xz zsh-d0502922f9831fb9874aa09c25887498d4232fa7.zip |
Remove superfluous STOUC() use.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 68eab1fb4..c872188a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ expansion of the prompt, and strftime/username/groupname values that were assigned to a variable. + * unposted: Src/prompt.c, Src/utils.c, Src/Zle/complist.c, + Src/Zle/zle_utils.c: got rid of some superfluous STOUC() uses, such + as the onces I recently added for the arg of nicechar() (which can + handle the int being a negative or positive value). + 2006-01-12 Clint Adams <clint@zsh.org> * 22159: Completion/Linux/Command/_tpb: completion for tpb. |