From 9e65b677d2e62208b3e6d9210ee9161f997aca7c Mon Sep 17 00:00:00 2001 From: eban Date: Thu, 20 Feb 2003 06:49:00 +0000 Subject: * missing.h (strtoul): fix prototype of strtoul. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f6fcf5b60..6650b0a0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 20 15:45:33 2003 WATANABE Hirofumi + + * missing.h (strtoul): fix prototype of strtoul. + Thu Feb 20 10:11:30 2003 Yukihiro Matsumoto * parse.y (clhs): allow "Foo::Bar = x". -- cgit