aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/tcltklib.c
Commit message (Expand)AuthorAgeFilesLines
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-16/+0
* tcltklib.c: rb_thread_alive_p macronobu2013-03-281-5/+1
* tcltklib.c: suppress warningsnobu2013-03-281-10/+25
* ext/tk/tcltklib.c: adjust nestingnobu2013-03-281-60/+14
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+10
* * ext/tk/tcltklib.c (eventloop_sleep): unused.nobu2011-11-271-0/+2
* * ext/tk/tcltklib.c (rb_thread_critical): fix type.nobu2011-11-081-55/+59
* * suppress compile warnings.nobu2011-06-171-1/+1
* * ext/tk/tcltklib.c (lib_eventloop_core): revert the last change (it'snagai2011-06-141-4/+4
* * ext/tk/tcltklib.c (lib_eventloop_core): replace CHECK_INTS withkosaki2011-06-101-1/+1
* * ext/tk/tcltklib.c: reduce CPU power required by an eventloop.nagai2011-06-011-6/+30
* * remove trailing spaces.nobu2011-05-151-5/+5
* * ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai2010-08-241-126/+354
* * ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai2010-05-311-14/+261
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-381/+381
* * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai2010-03-251-22/+24
* * ext/tk/tcltklib.c: mistake on operation. sorry.nagai2009-10-261-1/+1
* * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai2009-10-261-1/+10
* * ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai2009-08-091-1/+3
* * ext/tk/lib/tcltklib.c: fix trouble on old-style C functionnagai2009-08-031-44/+220
* * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai2009-07-121-61/+312
* * ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning.nobu2009-07-111-1/+1
* * ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core),nobu2009-03-161-4/+4
* * ext/tk/tcltklib.c: fix wrong flag value.nagai2008-12-221-3/+4
* * ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]nagai2008-12-031-1/+1
* * ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): mustnobu2008-12-031-11/+9
* * ext/tk/lib/tk.rb: support Encoding.default_internal.nagai2008-10-191-20/+50
* * include/ruby/ruby.h: embeds the elements of an array into itsyugui2008-10-091-6/+3
* * thread.c (rb_thread_check_trap_pending): added for compatibility.ko12008-09-041-61/+36
* * ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warningsnobu2008-07-231-21/+22
* * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to benobu2008-07-151-3/+4
* * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Doknu2008-07-151-2/+1
* * ext/tk/tcltklib.c: SEGV when exit.nagai2008-06-161-3/+7
* * ext/tk/tcltklib.c: [trial patch] On some environments, it givesnagai2008-06-121-2/+8
* * ext/tk: check proper conditions. [ruby-dev:35047]nobu2008-06-111-268/+80
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-101-179/+453
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-291-203/+1850
* * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko12007-12-251-8/+8
* Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai2007-12-211-38/+313
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().nobu2007-08-181-5/+2
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-221-2/+2
* * include/ruby: moved public headers.nobu2007-06-101-3/+2
* * ext/tk/tcltklib.c : fix to compile on YARVko12006-12-311-40/+40
* * ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai2006-12-011-13/+28
* * ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.nobu2006-09-051-9/+3
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-25/+20
* * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa2006-08-311-81/+80
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-101-3/+60
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-031-3/+106