summaryrefslogtreecommitdiff
path: root/ext/tk
AgeCommit message (Expand)Author
2007-12-25* include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko1
2007-12-21 * ext/tk/sample/tkextlib/vu/canvSticker2.rb,usa
2007-12-21Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai
2007-12-21* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-08-29forgot to modify akr
2007-08-25* encoding.c: provide basic features for M17N.matz
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
2007-05-25* ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.nagai
2007-03-06* ext/tk/sample/irbtkw.rbw: fails to exit process.nagai
2007-02-09* ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, nagai
2007-01-31* ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226]nagai
2007-01-29* ext/tk/sample/tktextio.rb: 'hist_size' option causes error.nagai
2007-01-26* ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai
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-11-22* ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai
2006-11-07* ext/tk/lib/tkextlib/version.rb: forgot to commmit. sorry.nagai
2006-11-07* ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai
2006-11-06* ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai
2006-10-12* ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle newmatz
2006-10-04* ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.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-09-01* ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai
2006-08-31* ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa
2006-08-31* ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't worknagai
2006-07-28* ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-14* ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai
2006-07-13* ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai
2006-07-11* ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai
2006-07-11* ext/tk/lib/multi-tk.rb: security fix.nagai
2006-07-10* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai
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
2006-06-27* ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai
2006-06-26* ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deletednagai
2006-06-21* ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo.usa
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-18* ext/tk/lib/multi-tk.rb: fix bug: initialize improper tablesnagai
2006-06-09* math.c (log2): may be a macro.nobu
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-04-25* ext/tk/tcltklib.c (delete_slaves): maybe increment the referencenagai
2006-04-21* ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointernagai
2006-04-18* ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.nagai
2006-04-06* ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]nagai
2006-04-05* ext/tk/tcltklib.c: fix SEGV when embedding to an application.nagai