aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk
Commit message (Expand)AuthorAgeFilesLines
* process.c : unify indentationnagai2003-07-2314-184/+317
* tk.rb :nagai2003-07-171-0/+4
* * eval.c (ruby_init): set ruby_running to true aftermatz2003-07-171-9/+5
* tk.rb :nagai2003-07-111-2/+2
* tk.rb :nagai2003-07-011-9/+23
* tk.rb :nagai2003-06-252-2/+154
* tkcanvas.rb :nagai2003-06-253-40/+128
* tk.rb :nagai2003-06-245-22/+204
* * MANIFEST: add wince files.eban2003-06-231-0/+1
* tk.rb :nagai2003-06-231-8/+23
* tk.rb :nagai2003-06-222-11/+165
* tk.rb :nagai2003-06-212-6/+52
* Ruby/Tk libraries except tk.rb :nagai2003-06-217-21/+63
* tcltklib.c :nagai2003-06-201-3/+4
* tcltklib.c :nagai2003-06-194-9/+53
* tk.rb :nagai2003-06-1813-430/+1646
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-164-22/+22
* tk.rb : add 'no_create' option to widget initialize method.nagai2003-06-123-8/+28
* tk.rb : widget configure returns self (for method call chain)nagai2003-06-123-0/+135
* * eval.c (rb_call_super): inheritance line adjustment moved frommatz2003-06-034-23/+23
* * eval.c (Init_Proc): Block/Proc separation. [huge change]matz2003-05-261-3/+12
* * eval.c (ruby_finalize): turn off ruby_debug flag before callingmatz2003-05-231-1/+1
* * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz2003-04-031-1/+1
* update NotImplementError to NotImplementedError.matz2003-03-231-2/+2
* * lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr2003-03-221-9/+9
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-211-9/+9
* * commit miss; and tcltklib fix too.matz2002-10-026-16/+16
* Update.knu2002-09-271-0/+1
* * dir.c (glob_helper): prevent memory leak using rb_protect().matz2002-09-121-0/+1
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-283-39/+39
* * ext/tk/lib/tkentry.rb: typo fix(!! -> ||).eban2002-06-041-1/+1
* * tkfont.rb: Fix bugs on TkFont.init_widget_font for Tk8.x.nagai2002-06-049-112/+370
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-2/+2
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-083-22/+45
* Make cvs ignore mkmf.log.knu2002-03-041-0/+1
* * eval.c (rb_mod_include): load modules in argument order.matz2002-02-285-386/+376
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-283-9/+16
* * eval.c (block_pass): allow "retry" from within argument passedmatz2002-01-171-0/+15
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-192-27/+2
* tkutil needed to be updatedmatz2001-11-131-1/+1
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-1/+16
* * re.c (Init_Regexp): to_s to be alias to inspect.matz2001-09-052-13/+13
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-1/+1
* * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz2001-06-011-3/+3
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-3/+19
* forgot some checkins.matz2001-05-062-27/+49
* * eval.c (rb_mod_define_method): should have clear method cache.matz2001-03-274-17/+105
* Add .cvsignore's.knu2001-01-091-0/+1
* changes from personal modifies -- matzmatz2000-12-282-15/+15