From fbcac5f129bed8a9df4174f554ee018695e8c040 Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 18 Nov 2003 14:34:18 +0000 Subject: * missing/memmove.c (memmove): take void *, not char *. * missing.h (memmove): ditto. * missing.h (strchr, strrchr): return char *, not int. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c5ccac1af9..8f7bd695df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Nov 18 23:31:36 2003 WATANABE Hirofumi + + * missing/memmove.c (memmove): take void *, not char *. + + * missing.h (memmove): ditto. + + * missing.h (strchr, strrchr): return char *, not int. + Tue Nov 18 22:20:10 2003 Minero Aoki * lib/fileutils.rb (fu_same?): temporal fix for windows. -- cgit v1.2.3