| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/ruby.h: embeds the elements of an array into its | yugui | 2008-10-09 | 1 | -6/+3 |
* | * dln.c: Ruby no longer supports Windows CE. | yugui | 2008-10-04 | 1 | -1/+1 |
* | * dln.c: Ruby no longer supports MacOS 9 or before. | yugui | 2008-10-04 | 2 | -40/+1 |
* | * thread.c (rb_thread_check_trap_pending): added for compatibility. | ko1 | 2008-09-04 | 2 | -75/+36 |
* | * ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warnings | nobu | 2008-07-23 | 4 | -44/+49 |
* | * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to be | nobu | 2008-07-15 | 4 | -9/+8 |
* | * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Do | knu | 2008-07-15 | 3 | -5/+3 |
* | * ext/tk/lib/tkextlib/tile/treeview.rb: cannot configure tags. | nagai | 2008-06-19 | 1 | -9/+10 |
* | * ext/tk/lib/multi-tk.rb: cannot access class variable from singleton method. | nagai | 2008-06-17 | 1 | -3/+4 |
* | * ext/tk/sample/demos-jp/toolber.rb, ext/tk/sample/demos-en/toolber.rb: | nagai | 2008-06-16 | 2 | -2/+2 |
* | * ext/tk/tcltklib.c: SEGV when exit. | nagai | 2008-06-16 | 3 | -9/+23 |
* | * ext/tk/tcltklib.c: [trial patch] On some environments, it gives | nagai | 2008-06-12 | 3 | -6/+12 |
* | * ext/tk: check proper conditions. [ruby-dev:35047] | nobu | 2008-06-11 | 5 | -283/+104 |
* | * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled. | nagai | 2008-06-10 | 219 | -1265/+6983 |
* | revert git backfire in r15860; sorry | matz | 2008-03-30 | 4 | -8/+98 |
* | * proc.c (proc_dup): should copy is_lambda attribute as well. | matz | 2008-03-30 | 4 | -98/+8 |
* | * ext/tk/sample/ttk_wrapper.rb: minor bug fix. | nagai | 2008-03-29 | 1 | -1/+1 |
* | * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5. | nagai | 2008-03-29 | 120 | -2194/+7771 |
* | * ext/tk/lib/tk.rb: forgot to update RELEASE_DATE | nagai | 2008-02-28 | 6 | -27/+42 |
* | * ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set | nagai | 2008-02-27 | 87 | -463/+821 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 7 | -7/+0 |
* | * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to | ko1 | 2007-12-25 | 1 | -8/+8 |
* | * ext/tk/sample/tkextlib/vu/canvSticker2.rb, | usa | 2007-12-21 | 3 | -14/+14 |
* | Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5. | nagai | 2007-12-21 | 45 | -325/+1185 |
* | * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, | akr | 2007-12-21 | 2 | -2/+2 |
* | * encoding.c (rb_enc_mbclen): make it never fail. | akr | 2007-12-08 | 1 | -1/+0 |
* | forgot to modify | akr | 2007-08-29 | 1 | -7/+7 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 60 | -0/+67 |
* | * 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 | 5 | -9/+10 |
* | * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo. | nagai | 2007-05-25 | 4 | -3/+12 |
* | * ext/tk/sample/irbtkw.rbw: fails to exit process. | nagai | 2007-03-06 | 1 | -1/+6 |
* | * ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, | nagai | 2007-02-09 | 1 | -2/+2 |
* | * ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226] | nagai | 2007-01-31 | 1 | -37/+12 |
* | * ext/tk/sample/tktextio.rb: 'hist_size' option causes error. | nagai | 2007-01-29 | 1 | -1/+1 |
* | * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): | nagai | 2007-01-26 | 10 | -17/+32 |
* | * 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/extconf.rb: support --with-X11/--without-X11 option. | nagai | 2006-11-22 | 3 | -3/+22 |
* | * ext/tk/lib/tkextlib/version.rb: forgot to commmit. sorry. | nagai | 2006-11-07 | 1 | -1/+1 |
* | * ext/tk/lib/tk/itemconfig.rb: minor bug fix. | nagai | 2006-11-07 | 5 | -33/+82 |
* | * ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, and | nagai | 2006-11-06 | 9 | -190/+1651 |
* | * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle new | matz | 2006-10-12 | 1 | -2/+2 |
* | * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6. | nagai | 2006-10-04 | 9 | -42/+142 |
* | * ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value. | nobu | 2006-09-05 | 2 | -107/+75 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -25/+20 |
* | * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x. | nagai | 2006-09-01 | 2 | -6/+6 |
* | * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR and | usa | 2006-08-31 | 3 | -122/+121 |
* | * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't work | nagai | 2006-08-31 | 2 | -2/+8 |