From 832cbb08fd5f6322d9d9ea161de6b5235833f4dc 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: http://svn.ruby-lang.org/repos/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 c5ccac1af..8f7bd695d 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