ruby-cvs:22091
From: akr ruby-lang.org
Date: Wed, 2 Jan 2008 23:53:17 +0900 (JST)
Subject: [ruby-cvs:22091] Ruby:r14854 (trunk): * util.c (ruby_strtoul): "0x", "+" and "-" is not a valid integer.
akr 2008-01-02 23:53:16 +0900 (Wed, 02 Jan 2008)
New Revision: 14854
Modified files:
trunk/ChangeLog
trunk/util.c
Log:
* util.c (ruby_strtoul): "0x", "+" and "-" is not a valid integer.
end of integer should be just after "0", the beginning, the
beginning respectively.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14854&r2=14853&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/util.c?r1=14854&r2=14853&diff_format=u