aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk/timer.rb
Commit message (Expand)AuthorAgeFilesLines
* Documentation typosa_matsuda2015-12-271-1/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* ext/tk: remove $SAFE 2..4 codenobu2015-09-241-4/+0
* * ext/tk/lib/tcltklib.c: fix trouble on old-style C functionnagai2009-08-031-1/+1
* * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai2009-07-121-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-18/+18
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-101-5/+33
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-291-5/+12
* * ext/tk/lib/tk/timer.rb: fix typonagai2005-05-081-6/+6
* * ext/tk/lib/tk/timer.rb (TkTimer): forgot to clear @return_valuenagai2005-03-141-0/+1
* * ext/tk/lib/tk/timer.rb (TkRTTimer): forgot to reset the callbacknagai2005-03-141-0/+7
* * ext/tk/lib/tk/timer.rb (TkRTTimer): correct calculation of offsetnagai2005-03-131-14/+42
* * ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handlernagai2005-03-101-0/+98
* * ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai2005-03-021-0/+1
* * ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]nagai2004-12-161-12/+21
* * ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai2004-10-171-5/+11
* * ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is acceptable.nagai2004-10-151-14/+37
* * ext/tk/lib/tk/*: untabifynagai2004-10-111-39/+39
* * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=nagai2004-09-111-1/+6
* * ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.nagai2004-07-091-0/+5
* * ext/tk/lib : bug fixnagai2004-07-081-2/+11
* * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai2004-05-211-1/+2
* * renewal Ruby/Tknagai2004-05-011-0/+441