| Commit message (Expand) | Author | Age | Files | Lines |
* | * suppress compile warnings. | nobu | 2011-06-17 | 1 | -1/+1 |
* | * ext/tk/tcltklib.c (lib_eventloop_core): revert the last change (it's | nagai | 2011-06-14 | 1 | -4/+4 |
* | * ext/tk/tcltklib.c (lib_eventloop_core): replace CHECK_INTS with | kosaki | 2011-06-10 | 1 | -1/+1 |
* | * ext/tk/tcltklib.c: reduce CPU power required by an eventloop. | nagai | 2011-06-01 | 1 | -6/+30 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -5/+5 |
* | * ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recent | nagai | 2010-08-24 | 1 | -126/+354 |
* | * ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworks | nagai | 2010-05-31 | 1 | -14/+261 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -1/+1 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -381/+381 |
* | * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff. | nagai | 2010-03-25 | 1 | -22/+24 |
* | * ext/tk/tcltklib.c: mistake on operation. sorry. | nagai | 2009-10-26 | 1 | -1/+1 |
* | * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compiled | nagai | 2009-10-26 | 1 | -1/+10 |
* | * ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it. | nagai | 2009-08-09 | 1 | -1/+3 |
* | * ext/tk/lib/tcltklib.c: fix trouble on old-style C function | nagai | 2009-08-03 | 1 | -44/+220 |
* | * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries. | nagai | 2009-07-12 | 1 | -61/+312 |
* | * ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning. | nobu | 2009-07-11 | 1 | -1/+1 |
* | * ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core), | nobu | 2009-03-16 | 1 | -4/+4 |
* | * ext/tk/tcltklib.c: fix wrong flag value. | nagai | 2008-12-22 | 1 | -3/+4 |
* | * ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676] | nagai | 2008-12-03 | 1 | -1/+1 |
* | * ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): must | nobu | 2008-12-03 | 1 | -11/+9 |
* | * ext/tk/lib/tk.rb: support Encoding.default_internal. | nagai | 2008-10-19 | 1 | -20/+50 |
* | * include/ruby/ruby.h: embeds the elements of an array into its | yugui | 2008-10-09 | 1 | -6/+3 |
* | * thread.c (rb_thread_check_trap_pending): added for compatibility. | ko1 | 2008-09-04 | 1 | -61/+36 |
* | * ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warnings | nobu | 2008-07-23 | 1 | -21/+22 |
* | * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to be | nobu | 2008-07-15 | 1 | -3/+4 |
* | * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Do | knu | 2008-07-15 | 1 | -2/+1 |
* | * ext/tk/tcltklib.c: SEGV when exit. | nagai | 2008-06-16 | 1 | -3/+7 |
* | * ext/tk/tcltklib.c: [trial patch] On some environments, it gives | nagai | 2008-06-12 | 1 | -2/+8 |
* | * ext/tk: check proper conditions. [ruby-dev:35047] | nobu | 2008-06-11 | 1 | -268/+80 |
* | * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled. | nagai | 2008-06-10 | 1 | -179/+453 |
* | * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5. | nagai | 2008-03-29 | 1 | -203/+1850 |
* | * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to | ko1 | 2007-12-25 | 1 | -8/+8 |
* | Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5. | nagai | 2007-12-21 | 1 | -38/+313 |
* | * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc(). | nobu | 2007-08-18 | 1 | -5/+2 |
* | * file.c (rb_file_s_rename): deleted code to get rid of a bug of | nobu | 2007-07-22 | 1 | -2/+2 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -3/+2 |
* | * ext/tk/tcltklib.c : fix to compile on YARV | ko1 | 2006-12-31 | 1 | -40/+40 |
* | * ext/tk/tcltklib.c: shouldn't run the killed thread at callback. | nagai | 2006-12-01 | 1 | -13/+28 |
* | * ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value. | nobu | 2006-09-05 | 1 | -9/+3 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -25/+20 |
* | * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR and | usa | 2006-08-31 | 1 | -81/+80 |
* | * ext/tk/tcltklib.c: make SEGV risk lower at exit. | nagai | 2006-07-10 | 1 | -3/+60 |
* | * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu | nagai | 2006-07-03 | 1 | -3/+106 |
* | * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE. | nagai | 2006-06-27 | 1 | -1/+1 |
* | * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deleted | nagai | 2006-06-26 | 1 | -2/+0 |
* | * ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo. | usa | 2006-06-21 | 1 | -2/+2 |
* | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz | 2006-06-20 | 1 | -6/+2 |
* | * math.c (log2): may be a macro. | nobu | 2006-06-09 | 1 | -4/+0 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -0/+4 |
* | * ext/tk/tcltklib.c (delete_slaves): maybe increment the reference | nagai | 2006-04-25 | 1 | -2/+3 |