| Commit message (Expand) | Author | Age | Files | Lines |
* | protoize no-arguments functions | nobu | 2014-09-30 | 1 | -2/+2 |
* | ext: get rid of inadvertent ID creation | nobu | 2014-08-03 | 1 | -9/+13 |
* | ext: prefer RB_TYPE_P over comparison TYPE with constants | nobu | 2014-08-03 | 1 | -20/+20 |
* | tkutil.c: prevent temporary objects from GC | nobu | 2013-06-17 | 1 | -17/+16 |
* | suppress warnings | nobu | 2013-05-27 | 1 | -1/+2 |
* | tkutil.c: NIL_P | nobu | 2012-12-20 | 1 | -4/+4 |
* | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain | 2012-04-13 | 1 | -0/+2 |
* | * st.c: add st_foreach_check for fixing iteration over packed table | nobu | 2012-03-10 | 1 | -6/+3 |
* | * ext/tk/tkutil/tkutil.c (cbsubst_info): fix shorten-64-to-32 warnings. | nobu | 2011-11-20 | 1 | -1/+1 |
* | * ext/tk/tkutil/tkutil.c: fix shorten-64-to-32 warnings. | nobu | 2011-11-20 | 1 | -17/+23 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -42/+42 |
* | * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff. | nagai | 2010-03-25 | 1 | -8/+8 |
* | * ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw. | nagai | 2010-03-13 | 1 | -1/+1 |
* | * ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table. | nagai | 2010-01-31 | 1 | -10/+10 |
* | * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compiled | nagai | 2009-10-26 | 1 | -1/+17 |
* | * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries. | nagai | 2009-07-12 | 1 | -2/+58 |
* | * thread.c (rb_thread_check_trap_pending): added for compatibility. | ko1 | 2008-09-04 | 1 | -14/+0 |
* | * ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warnings | nobu | 2008-07-23 | 1 | -19/+23 |
* | * 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: check proper conditions. [ruby-dev:35047] | nobu | 2008-06-11 | 1 | -4/+4 |
* | * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled. | nagai | 2008-06-10 | 1 | -157/+324 |
* | * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5. | nagai | 2008-03-29 | 1 | -4/+24 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | forgot to modify | akr | 2007-08-29 | 1 | -7/+7 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -5/+4 |
* | * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle new | matz | 2006-10-12 | 1 | -2/+2 |
* | * ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value. | nobu | 2006-09-05 | 1 | -98/+72 |
* | * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR and | usa | 2006-08-31 | 1 | -29/+29 |
* | * math.c (log2): may be a macro. | nobu | 2006-06-09 | 1 | -1/+2 |
* | * ext/tk/tcltklib.c: fix SEGV when embedding to an application. | nagai | 2006-04-05 | 1 | -2/+9 |
* | * ext/tk/stubs.c (_nativethread_consistency_check): use simpler | nagai | 2005-11-07 | 1 | -7/+2 |
* | * ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): passed imp... | nagai | 2005-11-02 | 1 | -9/+9 |
* | * ext/tk/stubs.c: When --enable-tcltk-stubs, the initialize | nagai | 2005-07-28 | 1 | -9/+17 |
* | * ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revert | nagai | 2005-07-21 | 1 | -5/+6 |
* | * ext/tk/tkutil/tkutil.c: fix typo. | nagai | 2005-07-05 | 1 | -2/+2 |
* | * ext/tk/tcltklib.c: bug fix on treating Unicode strings. | nagai | 2005-07-05 | 1 | -26/+157 |
* | * ext/tk/tkutil/tkutil.c: forgot update RELEASE_DATE | nagai | 2005-06-14 | 1 | -1/+1 |
* | * ext/tk/tkutil/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...) | nagai | 2005-06-13 | 1 | -1/+128 |
* | * ext/tk/tkutil/tkutil.c (ary2list): give wrong arguments to hash2kv() | nagai | 2005-03-15 | 1 | -2/+7 |
* | * ext/tk/tkutil/tkutil.c: follow the change of st.c (committed at Fri, | nagai | 2005-03-06 | 1 | -57/+1 |
* | * ext/tk/tcltklib.c: enforce thread-check and exception-handling to | nagai | 2005-03-02 | 1 | -23/+75 |
* | * ext/tk/extconf.rb: add tkutil configuration step (remove old schema) | nagai | 2005-01-31 | 1 | -0/+1369 |