diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-03 10:18:14 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-03 10:18:14 +0000 |
| commit | d66ad8c8d6c73fb9fa715f78b15889ab5c3e876e (patch) | |
| tree | 82836b85012684734d6edaa678c30e26be5297e7 /ChangeLog | |
| parent | f4fc1d15d62aac4d0e8fa712d25a0ee648e87250 (diff) | |
| download | ruby-d66ad8c8d6c73fb9fa715f78b15889ab5c3e876e.tar.gz ruby-d66ad8c8d6c73fb9fa715f78b15889ab5c3e876e.tar.xz ruby-d66ad8c8d6c73fb9fa715f78b15889ab5c3e876e.zip | |
* object.c (rb_f_integer): now Integer() takes optional base
argument. base will be ignored for non string values.
suggested by Sam Carr at RubyFoo Lounge at London.
* test/ruby/test_integer.rb (TestInteger#test_Integer): test
updated.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Oct 3 18:51:11 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * object.c (rb_f_integer): now Integer() takes optional base + argument. base will be ignored for non string values. + suggested by Sam Carr at RubyFoo Lounge at London. + + * test/ruby/test_integer.rb (TestInteger#test_Integer): test + updated. + Sat Oct 3 04:34:25 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (assignable_gen): parser_yyerror takes two arguments. |
