aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/syck/token.c: preserve any indentation passed an explicitwhy2003-05-291-63/+61
* * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why2003-05-294-560/+468
* * ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptrnobu2003-05-271-2/+2
* * 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-232-5/+3
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-221-44/+46
* * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy2003-05-221-1/+1
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-223-118/+114