summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tk.rb
AgeCommit message (Expand)Author
2003-07-30* bug fixnagai
2003-07-30* additional check of Tk interpreters' status for a little more safetynagai
2003-07-29* bug fixnagai
2003-07-29* bug fix ( tested with Ruby/Tk widget demo )nagai
2003-07-27multi-tk.rb : (new) library to support multiple Tk interpreters (high level)nagai
2003-07-26* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz
2003-07-26* variable.c (rb_mod_const_missing): "const_missing" should notmatz
2003-07-25tcltklib.c : add TclTkIp#create_slave , TclTkIp#_make_safe and TclTkIp#safe?nagai
2003-07-23process.c : unify indentationnagai
2003-07-17tk.rb :nagai
2003-07-17* eval.c (ruby_init): set ruby_running to true aftermatz
2003-07-11tk.rb :nagai
2003-07-01tk.rb :nagai
2003-06-25tk.rb :nagai
2003-06-25tkcanvas.rb :nagai
2003-06-24tk.rb :nagai
2003-06-23tk.rb :nagai
2003-06-22tk.rb :nagai
2003-06-21tk.rb :nagai
2003-06-21Ruby/Tk libraries except tk.rb :nagai
2003-06-20tcltklib.c :nagai
2003-06-19tcltklib.c :nagai
2003-06-18tk.rb :nagai
2003-06-16* eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz
2003-06-12tk.rb : add 'no_create' option to widget initialize method.nagai
2003-06-12tk.rb : widget configure returns self (for method call chain)nagai
2003-06-03* eval.c (rb_call_super): inheritance line adjustment moved frommatz
2003-05-26* eval.c (Init_Proc): Block/Proc separation. [huge change]matz
2003-05-23* eval.c (ruby_finalize): turn off ruby_debug flag before callingmatz
2003-04-03* eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz
2003-03-23update NotImplementError to NotImplementedError.matz
2003-03-22* lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr
2003-03-21* regex.c (re_compile_pattern): fix previous change.akr
2002-10-02* commit miss; and tcltklib fix too.matz
2002-09-12* dir.c (glob_helper): prevent memory leak using rb_protect().matz
2002-06-28* re.c (rb_reg_expr_str): need to process backslashes properly.matz
2002-06-04* tkfont.rb: Fix bugs on TkFont.init_widget_font for Tk8.x.nagai
2002-03-11* marshal.c (w_object): module inclusion using extend() shouldmatz
2002-03-08* eval.c (cvar_cbase): utility function to find innermost nonmatz
2002-02-28* eval.c (rb_mod_include): load modules in argument order.matz
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-09-05* re.c (Init_Regexp): to_s to be alias to inspect.matz
2001-06-01* parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-06forgot some checkins.matz
2001-03-27* eval.c (rb_mod_define_method): should have clear method cache.matz
2000-11-27matzmatz
2000-11-20matzmatz