diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 477917a6e..729f5cb4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 |