aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* tk.rb :nagai2003-07-171-0/+4
* * eval.c (ruby_init): set ruby_running to true aftermatz2003-07-171-9/+5
* * eval.c (rb_disable_super, rb_enable_super): deprecate.matz2003-07-162-5/+0
* * ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning.eban2003-07-151-1/+1
* * ext/syck/rubyext.c (syck_mark_emitter): forgot to rb_gc_mark thewhy2003-07-141-1/+5
* Missed MANIFEST change and addition of ext/syck/emitter.c.why2003-07-112-0/+318
* * ext/syck/emitter.c: new emitter code.why2003-07-113-29/+285
* tk.rb :nagai2003-07-111-2/+2
* * ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compateban2003-07-071-1/+1
* *** empty log message ***nobu2003-07-044-121/+137
* * ext/curses/extconf.rb: updated for tinfo check.matz2003-07-041-2/+1
* * string.c (rb_str_shared_replace): clear flags before copy.matz2003-07-021-0/+1
* tk.rb :nagai2003-07-012-10/+24
* Precision for '**' enhanced (bug).shigek2003-07-011-2/+2
* Bug in '/' fixed by Tadashi Saito.shigek2003-06-291-2/+4
* Changed according to Tadashi Saito's advice.shigek2003-06-271-4/+4
* 1.From Tadashi Saito's adviceshigek2003-06-274-614/+740
* tk.rb :nagai2003-06-252-2/+154
* tkcanvas.rb :nagai2003-06-253-40/+128
* tk.rb :nagai2003-06-245-22/+204
* * io.c (io_close): missing prototype.aamine2003-06-232-0/+3
* * 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-218-22/+82
* tcltklib.c :nagai2003-06-202-7/+12
* tcltklib.c :nagai2003-06-197-12/+284
* tk.rb :nagai2003-06-1814-432/+1650
* *** empty log message ***katsu2003-06-181-0/+5
* * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why2003-06-181-14/+86
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-176-755/+1019
* * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa2003-06-162-2/+2
* * 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
* * ext/syck/token.c: preserve newlines prepended to a block.why2003-06-102-1065/+1197
* * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz2003-06-101-1/+1
* fix : 100% CPU problem of Tk.mainloopnagai2003-06-091-6/+27
* renew Tk.mainloopnagai2003-06-091-24/+66
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-062-2/+2
* * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why2003-06-053-63/+62
* * ext/curses/curses.c (window_s_allocate,curses_finalize):eban2003-06-051-3/+2
* * ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071]why2003-06-052-15/+41
* * ext/syck/token.c: directives choked on a period.why2003-06-056-193/+317
* * eval.c (rb_call_super): inheritance line adjustment moved frommatz2003-06-034-23/+23
* * ext/digest/defs.h: better support for old Cygwin, again.eban2003-06-011-1/+1
* * ext/digest/defs.h: better support for old Cygwin.eban2003-06-011-1/+1
* * ext/digest/defs.h: avoid warnings on Cygwin.eban2003-06-011-1/+1
* * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why2003-05-303-279/+403