diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-28 04:19:37 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-28 04:19:37 +0000 |
| commit | bfc64a064232be50065773ee19b5285d62ff7700 (patch) | |
| tree | 35e2e4ad9d9d9965b6642e264779787213490b93 /ChangeLog | |
| parent | 415659639d467156d9c2c1273d4fc0648e8f0613 (diff) | |
| download | ruby-bfc64a064232be50065773ee19b5285d62ff7700.tar.gz ruby-bfc64a064232be50065773ee19b5285d62ff7700.tar.xz ruby-bfc64a064232be50065773ee19b5285d62ff7700.zip | |
* iseq.c (simple_default_value): extracts simplest default
argument value.
* iseq.c (rb_iseq_parameters): returns parameter list.
* proc.c (get_proc_iseq, get_method_iseq): handles ifunc and
bmethod.
* proc.c (rb_proc_parameters, rb_method_parameters): added
Proc#parameters and Method#parameters. [ruby-core:19759]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Fri Nov 28 13:19:34 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * iseq.c (simple_default_value): extracts simplest default + argument value. + + * iseq.c (rb_iseq_parameters): returns parameter list. + + * proc.c (get_proc_iseq, get_method_iseq): handles ifunc and + bmethod. + + * proc.c (rb_proc_parameters, rb_method_parameters): added + Proc#parameters and Method#parameters. [ruby-core:19759] + Fri Nov 28 02:18:47 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimal |
