summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-11-16* ext/stringio/stringio.c (strio_read): position was ignored when anobu
2004-11-14* ext/gdbm/gdbm.c (fgdbm_store): StringValue() may alter stringmatz
2004-11-12* ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-11-09* ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai
2004-11-07* ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai
2004-11-05* ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollablenagai
2004-11-05* ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai
2004-11-05* ext/tk/lib/tk/text.rb: sorry. bug fix again.nagai
2004-11-05* ext/tk/lib/tk/text.rb: bug fixnagai
2004-11-04* ext/tk/lib/tk/variable.rb: forget to initialize instance_variablesnagai
2004-11-04* gc.c (gc_mark): enable GC stack checking.matz
2004-11-03* ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai
2004-11-03* follow nkf 2.0.4naruse
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-11-01* ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban
2004-11-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-10-30* string.c (rb_str_locktmp): lock string temporarily.matz
2004-10-30some typo fixed.suke
2004-10-28* ext/zlib/zlib.c (zstream_detach_input): resets klass of z->input ifakira
2004-10-28* ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu
2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-10-24* ext/tk/sample/tkextlib/bwidget/tree.rb: bug fixnagai
2004-10-23Use NUM2INT to convert short values.ttate
2004-10-21* ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz
2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz
2004-10-19This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-10-19 * ext/win32ole.c(ole_invoke): retrieve the result value whensuke
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-19* ext/tk/tkutil.c: backport from CVS HEADnagai
2004-10-18* ext/tk/MANIFEST: add lib/tkextlib/tcllib/ico.rb.eban
2004-10-17* ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai
2004-10-17 * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke
2004-10-16* ext/tk/lib/tkextlib/tcllib: based on Tcllib 1.7nagai
2004-10-15* ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is acceptable.nagai
2004-10-11* ext/tk/lib/tk/*: untabifynagai
2004-10-07* ext/tk/lib/tk/optiondb.rb: make it more securenagai
2004-10-07* ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannotnagai
2004-10-07* ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai
2004-10-06* ext/stringio/stringio.c: use FMODE_APPEND.nobu
2004-10-06* ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai
2004-10-04* ext/tk/lib/tk/image.rb: bug fixnagai
2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz
2004-10-01* ext/tk/lib/tk/grid.rb: revive TkGrid.gridnagai
2004-09-29* ext/tcltklib/tcltklib.c (ip_init): bug fixnagai
2004-09-27merged from HEAD.ttate
2004-09-18* array.c (rb_ary_equal): element size might change duringmatz
2004-09-17* ext/tk/lib/multi-tk.rb: improve exit operationnagai
2004-09-17* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai
2004-09-15* ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIpnagai