From 5fd9ddb1de410351f34d6224e2d20908efbc454a Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 2 Mar 2005 10:53:53 +0000 Subject: * ext/extmk.rb (parse_args): return false if nothing matched. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9ba51c6a9..6c20d7da3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ +Wed Mar 2 19:53:44 2005 Nobuyoshi Nakada + + * ext/extmk.rb (parse_args): return false if nothing matched. + Wed Mar 2 17:15:08 2005 Hidetoshi NAGAI * ext/tk/tcltklib.c (lib_eventloop_core): fix typo Wed Mar 2 16:59:50 2005 Hidetoshi NAGAI - * eval.c (ruby_native_thread_kill): call pthread_kill() to send a + * eval.c (ruby_native_thread_kill): call pthread_kill() to send a signal to ruby's native thread * ruby.h: add definition of ruby_native_thread_kill() @@ -19,7 +23,7 @@ Wed Mar 2 16:03:08 2005 Hidetoshi NAGAI avoid SEGV trouble. * ext/tk/tkutil/tkutil.c; fix a bug on converting a SJIS string array - to a Tcl's list string. + to a Tcl's list string. * ext/tk/tcltklib.c: wrap Tcl's original "namespace" command to protect from namespace crash. @@ -41,7 +45,7 @@ Wed Mar 2 16:03:08 2005 Hidetoshi NAGAI * ext/tk/lib/clock.rb (self.clicks): accept a Symbol argument. * ext/tk/lib/variable.rb: be able to set default_value_type; :numeric, - :bool, :string, :symbol, :list, :numlist or nil (default; same to + :bool, :string, :symbol, :list, :numlist or nil (default; same to :string). If set a type, TkVariable#value returns a value of the type. -- cgit