diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-20 06:29:23 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-20 06:29:23 +0000 |
| commit | eb0c96510a072f35ddcaf418d560e30786e5cef1 (patch) | |
| tree | cf0996668a9ec6d32842a4804b72803606ac627e /ChangeLog | |
| parent | 7181f8988ab71eee24196b32f7d825d6c8b895f6 (diff) | |
| download | ruby-eb0c96510a072f35ddcaf418d560e30786e5cef1.tar.gz ruby-eb0c96510a072f35ddcaf418d560e30786e5cef1.tar.xz ruby-eb0c96510a072f35ddcaf418d560e30786e5cef1.zip | |
* eval.c (rb_yield_0): give warning for multiple values for a
block parameter.
* eval.c (rb_yield_values): a function to yield multiple values.
* array.c (sort_1): use rb_yield_values.
* enum.c (min_ii, max_ii): ditto.
* hash.c (rb_hash_update_block_i, delete_if_i, select_i,
each_pair_i, env_each, env_reject_bang, env_select,
env_update_i): ditto.
* struct.c (rb_struct_each_pair): ditto.
* eval.c (top_include): should include module in the current self,
not ruby_top_self. [ruby-dev:20198]
* eval.c (top_include): stop inclusion to ruby_wrapper; give
warning.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -16,6 +16,29 @@ Tue May 20 10:51:26 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> * error.c (name_err_initialize, nometh_err_initialize, syserr_initialize): initialize attributes. +Tue May 20 10:26:56 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (rb_yield_0): give warning for multiple values for a + block parameter. + + * eval.c (rb_yield_values): a function to yield multiple values. + + * array.c (sort_1): use rb_yield_values. + + * enum.c (min_ii, max_ii): ditto. + + * hash.c (rb_hash_update_block_i, delete_if_i, select_i, + each_pair_i, env_each, env_reject_bang, env_select, + env_update_i): ditto. + + * struct.c (rb_struct_each_pair): ditto. + + * eval.c (top_include): should include module in the current self, + not ruby_top_self. [ruby-dev:20198] + + * eval.c (top_include): stop inclusion to ruby_wrapper; give + warning. + Mon May 19 18:54:30 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> * ext/syck/token.c, ext/syck/implicit.c: expanded character set to |
