diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-02 08:22:36 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-02 08:22:36 +0000 |
| commit | 33aa0d1538f0181102a8328b662b0552e2de6663 (patch) | |
| tree | 53412ededf9490e28c0659dc08d0180a494684e3 /ChangeLog | |
| parent | 7b7729b5e94a3e19f3b10d652890f87204dfdd53 (diff) | |
* ext/socket/mkconstants.rb: use ID in the values of
family_to_str_hash. family_to_str returns a VALUE.
* ext/socket/socket.c (ipaddr): follow family_to_str change.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21271 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 @@ +Fri Jan 2 17:20:31 2009 Tanaka Akira <akr@fsij.org> + + * ext/socket/mkconstants.rb: use ID in the values of + family_to_str_hash. family_to_str returns a VALUE. + + * ext/socket/socket.c (ipaddr): follow family_to_str change. + Fri Jan 2 17:01:51 2009 Tanaka Akira <akr@fsij.org> * ext/socket/mkconstants.rb: refactored to gather stringizer |
