1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-18 21:14:11 +01:00

22001: removing forced casts for unsigned<->signed char pointers.

This commit is contained in:
Wayne Davison 2005-11-15 09:29:35 +00:00
parent c70dabb500
commit 6a88f113a2

@ -1,3 +1,13 @@
2005-11-15 Wayne Davison <wayned@users.sourceforge.net>
* 22001: Src/hashtable.c, Src/input.c, Src/loop.c, Src/Zle/compcore.c,
Src/Zle/compctl.c, Src/Zle/complist.c, Src/Zle/compresult.c,
Src/Zle/zle_hist.c, Src/Zle/zle_misc.c, Src/Zle/zle_params.c,
Src/Zle/zle_thingy.c, Src/init.c, Src/zsh.h, Src/utils.c, Src/Zle/zle.h,
Src/Zle/zle_main.c, Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c:
Changed several functions and vars from using unsigned char pointers
to normal char pointers, removing a bunch of forced casts in the code.
2005-11-13 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/X/Command/qiv: fix completion of -F option