summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-09 01:19:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-09 01:19:30 +0000
commitcfa1b9c15cd859d5b287936d7b71e1658434c538 (patch)
tree16a2e1d47612de8d9aa0db389a8c4b3a70f3278e /ChangeLog
parent13c4bfd6cd1af2940de73561148b2227e7aada2b (diff)
downloadruby-cfa1b9c15cd859d5b287936d7b71e1658434c538.tar.gz
ruby-cfa1b9c15cd859d5b287936d7b71e1658434c538.tar.xz
ruby-cfa1b9c15cd859d5b287936d7b71e1658434c538.zip
* test/socket/test_socket.rb (test_setsockopt): use SO_LINGER instead
of SO_BINDTODEVICE. fixed: [ruby-dev:25133] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 700fc3ed1..8d59324ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,29 +1,34 @@
+Thu Dec 9 10:19:18 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/socket/test_socket.rb (test_setsockopt): use SO_LINGER instead
+ of SO_BINDTODEVICE. fixed: [ruby-dev:25133]
+
Thu Dec 9 03:08:36 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when
- the running script is '-e one-liner' or '-' (stdin).
+ the running script is '-e one-liner' or '-' (stdin).
* ext/tcltklib/extconf.rb: add find_library("#{lib}#{ver}",..) for
- stub libs
+ stub libs
* ext/tk/lib/tk/textmark.rb: TkTextMarkCurrent and TkTextMarkAnchor
- have a wrong parent class.
+ have a wrong parent class.
- * ext/tk/lib/tk/dialog.rb: rename TkDialog2 --> TkDialogObj and
+ * ext/tk/lib/tk/dialog.rb: rename TkDialog2 --> TkDialogObj and
TkWarning2 --> TkWarningObj (old names are changed to alias names)
* ext/tk/lib/tk/dialog.rb: bug fix of treatment of 'prev_command'
option and hashes for configuration
* ext/tk/lib/tk/dialog.rb: add TkDialogObj#name to return the
- button name
+ button name
* ext/tk/lib/tk/radiobutton.rb: rename enbugged method value() ==>
get_value() and value=(val) ==> set_value(val).
* ext/tk/lib/tk/menu.rb: add TkMenu.new_menuspec
- * ext/tk/lib/tk/menu.rb: add alias (TkMenuButton = TkMenubutton,
+ * ext/tk/lib/tk/menu.rb: add alias (TkMenuButton = TkMenubutton,
TkOptionMenuButton = TkOptionMenubutton)
* ext/tk/lib/tk/event.rb: new method aliases (same as option keys of