From 040db61c325a6523ab50cabc0cd3c5e120413d3c Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 26 Jan 2007 19:20:33 +0000 Subject: Fixed a few problems revealed by compiler warnings. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index a7ed96ffb..d4def4515 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-01-26 Wayne Davison + + * unposted: Src/Zle/zle_tricky.c: fixed the error checking of + mbrtowc(), whose return value can never be < 0. + + * unposted: Src/subst.c: silenced a compiler warning by making + an int unsigned. + + * unposted: Src/signals.c: mark an arg as UNUSED(). + 2007-01-24 Peter Stephenson * unposted: Src/Builtins/sched.c: minor error in sched that no -- cgit 1.4.1