diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-24 17:05:38 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-24 17:05:38 +0000 |
| commit | 8c273d4fc0edb4b4ba65573efe807796680a5798 (patch) | |
| tree | 039d1faa5c3f91a710f3cbd83181e1bca9b2c466 /ChangeLog | |
| parent | eb92610a4c0c31616ac84ab56cb197db69e93a45 (diff) | |
| download | ruby-8c273d4fc0edb4b4ba65573efe807796680a5798.tar.gz ruby-8c273d4fc0edb4b4ba65573efe807796680a5798.tar.xz ruby-8c273d4fc0edb4b4ba65573efe807796680a5798.zip | |
* id.c (Init_id): remove several unused symbols. [ruby-core:14362]
* compile.c (iseq_specialized_instruction): do not use
VM_CALL_SEND_BANG flag any longer.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue Dec 25 01:54:36 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * id.c (Init_id): remove several unused symbols. [ruby-core:14362] + + * compile.c (iseq_specialized_instruction): do not use + VM_CALL_SEND_BANG flag any longer. + Tue Dec 25 01:42:41 2007 Tanaka Akira <akr@fsij.org> * lib/rdoc/rdoc.rb (parse_files): interpret coding cookie. |
