From 6a88f113a2f13c6de113a34d126fba4434af7908 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 15 Nov 2005 09:29:35 +0000 Subject: 22001: removing forced casts for unsigned<->signed char pointers. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 477917a6e..729f5cb4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-11-15 Wayne Davison + + * 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 * unposted: Completion/X/Command/qiv: fix completion of -F option -- cgit 1.4.1