aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-016-0/+9431
* * string.c (rb_str_locktmp): lock string temporarily.matz2004-10-301-2/+2
* some typo fixed.suke2004-10-302-46/+46
* * ext/zlib/zlib.c (zstream_detach_input): resets klass of z->input ifakira2004-10-281-1/+7
* * ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu2004-10-281-2/+18
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-271-10/+29
* * ext/tk/sample/tkextlib/bwidget/tree.rb: bug fixnagai2004-10-242-1/+5
* Use NUM2INT to convert short values.ttate2004-10-231-2/+2
* * ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz2004-10-211-1/+5
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-204-5/+10
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-10-191-0/+5
* * ext/win32ole.c(ole_invoke): retrieve the result value whensuke2004-10-191-3/+5
* * io.c (read_all): block string buffer modification duringmatz2004-10-195-15/+11
* * ext/tk/tkutil.c: backport from CVS HEADnagai2004-10-191-13/+30
* * ext/tk/MANIFEST: add lib/tkextlib/tcllib/ico.rb.eban2004-10-181-0/+1
* * ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai2004-10-171-5/+11
* * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke2004-10-172-14/+22
* * ext/tk/lib/tkextlib/tcllib: based on Tcllib 1.7nagai2004-10-163-0/+118
* * ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is acceptable.nagai2004-10-151-14/+37
* * ext/tk/lib/tk/*: untabifynagai2004-10-11295-13878/+13907
* * ext/tk/lib/tk/optiondb.rb: make it more securenagai2004-10-071-21/+34
* * ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannotnagai2004-10-071-2/+11
* * ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai2004-10-071-1/+10
* * ext/stringio/stringio.c: use FMODE_APPEND.nobu2004-10-061-5/+4
* * ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai2004-10-064-2/+18
* * ext/tk/lib/tk/image.rb: bug fixnagai2004-10-045-1/+83
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-0/+2
* * ext/tk/lib/tk/grid.rb: revive TkGrid.gridnagai2004-10-013-3/+6
* * ext/tcltklib/tcltklib.c (ip_init): bug fixnagai2004-09-297-10/+122
* merged from HEAD.ttate2004-09-272-11/+8
* * array.c (rb_ary_equal): element size might change duringmatz2004-09-181-7/+7
* * ext/tk/lib/multi-tk.rb: improve exit operationnagai2004-09-171-55/+67
* * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai2004-09-176-208/+570
* * ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIpnagai2004-09-151-3/+3
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by thenagai2004-09-142-16/+44
* * ext/tcltklib/tcltklib.c: fix SEGVnagai2004-09-145-116/+252
* * ext/zlib/zlib.c: backported from HEAD.eban2004-09-131-20/+33
* * ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave acceptnagai2004-09-132-21/+76
* * ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkipnagai2004-09-122-44/+208
* * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=nagai2004-09-117-181/+997
* * ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspiciousocean2004-09-101-1/+1
* * ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...nagai2004-09-092-2/+36
* * ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.nobu2004-09-081-4/+6
* * ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4nagai2004-09-084-65/+263
* * ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct methodocean2004-09-061-1/+1
* * ext/tk/lib/tk.rb: Tk.after makes TkCore::INTERP.tk_cmd_tbl grow [ruby-dev:2...nagai2004-09-031-2/+14
* * ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]nagai2004-09-027-44/+199
* * ext/extmk.rb: already built-in libraries satisfy dependencies.nobu2004-09-021-1/+3
* * ext/tk/lib/tk/spinbox.rb: fix typoocean2004-09-011-1/+1
* * ext/tk/tkutil.c (cbsubst_init): fix memory leakocean2004-08-311-2/+1