summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * original nkf.c rev:1.40naruse2004-11-191-168/+515
* * ext/stringio/stringio.c: needs fcntl.h for O_* constants.nobu2004-11-181-0/+5
* * io.c, rubyio.h (rb_io_modenum_flags): exported.nobu2004-11-181-10/+12
* * ext/stringio/stringio.c (strio_read): position was ignored when anobu2004-11-161-1/+1
* * ext/gdbm/gdbm.c (fgdbm_store): StringValue() may alter stringmatz2004-11-143-3/+4
* * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai2004-11-122-14/+12
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-4/+0
* * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai2004-11-093-0/+15
* * ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai2004-11-079-74/+83
* * ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollablenagai2004-11-053-17/+28
* * ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai2004-11-051-2/+6
* * ext/tk/lib/tk/text.rb: sorry. bug fix again.nagai2004-11-051-1/+1
* * ext/tk/lib/tk/text.rb: bug fixnagai2004-11-051-2/+2
* * ext/tk/lib/tk/variable.rb: forget to initialize instance_variablesnagai2004-11-041-0/+7
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-042-8/+7
* * ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai2004-11-0314-47/+89
* * follow nkf 2.0.4naruse2004-11-035-2048/+780
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-0131-1026/+0
* * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban2004-11-011-2/+2
* 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