summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-23 05:08:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-23 05:08:10 +0000
commit472156c236c0b086bde6b26703f2f02d1be5f730 (patch)
tree32dffdae92cb0c9ba724c7786087b6232baa0e72 /ChangeLog
parenta5ea0e8c3209343063ff5943b76e8243edaa7914 (diff)
* ext/socket/socket.c (sock_s_getservbyname): unuse unnecessary
object. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c5bb86b9a3..cee9a1c332 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Thu Oct 23 11:17:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Oct 23 14:08:07 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/socket/socket.c (sock_s_getservbyname): unuse unnecessary
+ object.
* ext/socket/socket.c (sock_s_getservbyport): the port should be
converted before the proto so that the #to_int of the former cannot