summaryrefslogtreecommitdiff
path: root/ext/tk/tcltklib.c
AgeCommit message (Expand)Author
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-03-28tcltklib.c: rb_thread_alive_p macronobu
2013-03-28tcltklib.c: suppress warningsnobu
2013-03-28ext/tk/tcltklib.c: adjust nestingnobu
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2011-11-27* ext/tk/tcltklib.c (eventloop_sleep): unused.nobu
2011-11-08* ext/tk/tcltklib.c (rb_thread_critical): fix type.nobu
2011-06-17* suppress compile warnings.nobu
2011-06-14* ext/tk/tcltklib.c (lib_eventloop_core): revert the last change (it'snagai
2011-06-10* ext/tk/tcltklib.c (lib_eventloop_core): replace CHECK_INTS withkosaki
2011-06-01* ext/tk/tcltklib.c: reduce CPU power required by an eventloop.nagai
2011-05-15* remove trailing spaces.nobu
2010-08-24* ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai
2010-05-31* ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-03-25* ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai
2009-10-26* ext/tk/tcltklib.c: mistake on operation. sorry.nagai
2009-10-26* ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai
2009-08-09* ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai
2009-08-03* ext/tk/lib/tcltklib.c: fix trouble on old-style C functionnagai
2009-07-12* ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai
2009-07-11* ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning.nobu
2009-03-16* ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core),nobu
2008-12-22* ext/tk/tcltklib.c: fix wrong flag value.nagai
2008-12-03* ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]nagai
2008-12-03* ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): mustnobu
2008-10-19* ext/tk/lib/tk.rb: support Encoding.default_internal.nagai
2008-10-09 * include/ruby/ruby.h: embeds the elements of an array into itsyugui
2008-09-04* thread.c (rb_thread_check_trap_pending): added for compatibility.ko1
2008-07-23* ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warningsnobu
2008-07-15* ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to benobu
2008-07-15* ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Doknu
2008-06-16* ext/tk/tcltklib.c: SEGV when exit.nagai
2008-06-12* ext/tk/tcltklib.c: [trial patch] On some environments, it givesnagai
2008-06-11* ext/tk: check proper conditions. [ruby-dev:35047]nobu
2008-06-10* ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai
2008-03-29* ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai
2007-12-25* include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko1
2007-12-21Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai
2007-08-18* ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().nobu
2007-07-22* file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu
2007-06-10* include/ruby: moved public headers.nobu
2006-12-31 * ext/tk/tcltklib.c : fix to compile on YARVko1
2006-12-01* ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai
2006-09-05* ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.nobu
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa
2006-07-10* ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai
2006-07-03* ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai