From 225c97a638b947e5d117c497c8352a1ceb77b224 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 29 Oct 2002 21:35:28 +0000 Subject: * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, ext/socket/socket.c: differentiate long and int; use proper printf type specifiers and do casts where appropriate. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ac65691f..9d7452603 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 30 06:29:00 2002 Akinori MUSHA + + * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, + ext/socket/socket.c: differentiate long and int; use proper + printf type specifiers and do casts where appropriate. + Wed Oct 30 04:07:33 2002 Nobuyoshi Nakada * eval.c (error_print, rb_longjmp, rb_thread_schedule): flush -- cgit