summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-0/+76
* *** empty log message ***nobu2004-10-201-1/+1
* RDoc can now deal with "attr" used as a variabledave2004-10-191-0/+6
* * ext/win32ole.c(ole_invoke): retrieve the result value whensuke2004-10-191-0/+5
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-0/+46
* * ext/tk/tkutil.c: backport from CVS HEADnagai2004-10-191-0/+4
* * intern.h, object.c (rb_class_inherited_p): export.nobu2004-10-181-0/+4
* * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]nobu2004-10-181-0/+4
* * marshal.c (r_object0): check inheritance by the internal function.nobu2004-10-181-0/+5
* * ChangeLog: remove a conflict tagnagai2004-10-181-1/+0
* * range.c (range_step, range_each): need cast.usa2004-10-181-0/+4
* * file.c (rb_file_truncate): discard read buffer before truncation.nobu2004-10-171-8/+13
* * lib/webrick/config.rb (WEBrick::Config::General): add default values:gotoyuzo2004-10-171-0/+32
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host): newgotoyuzo2004-10-171-0/+10
* * ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai2004-10-171-0/+4
* * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke2004-10-171-0/+8
* * lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.kou2004-10-161-0/+4
* * lib/rss/: untabified.kou2004-10-161-0/+6
* * lib/rss: supported prety print.kou2004-10-161-0/+5
* * ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is acceptable.nagai2004-10-151-0/+5
* eval.c (Init_stack): make prototype declaration consistent with the definitio...akr2004-10-151-0/+5
* * io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition.eban2004-10-141-0/+4
* * lib/rss/rss.rb: added link to Tutorial.kou2004-10-141-0/+4
* * ext/tk/lib/tk/*: untabifynagai2004-10-111-0/+4
* Support "require" as variable name in RDocdave2004-10-101-0/+5
* * lib/rss/converter.rb: changed to try to use Iconv for defaultkou2004-10-091-0/+7
* * io.c (rb_io_getline): should not treat char as negative value.nobu2004-10-091-2/+7
* * pack.c (pack_pack): pointer modification check before eachmatz2004-10-081-0/+5
* * ext/tk/lib/tk/optiondb.rb: make it more securenagai2004-10-071-0/+4
* * ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannotnagai2004-10-071-0/+6
* * ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai2004-10-071-0/+5
* * io.c (io_read): should freeze buffer before thread contextmatz2004-10-071-0/+3
* * pack.c (pack_unpack): string conversion should at the top of thematz2004-10-071-0/+8
* * ext/stringio/stringio.c: use FMODE_APPEND.nobu2004-10-061-0/+4
* * ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai2004-10-061-0/+4
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-061-0/+52
* * io.c (rb_file_open_internal, rb_io_reopen): fname might be alterednobu2004-10-041-0/+5
* * ext/tk/lib/tk/image.rb: bug fixnagai2004-10-041-0/+7
* * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo2004-10-031-0/+9
* * node.h (NEW_DVAR): extra semicolon.nobu2004-10-021-1/+5
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-0/+57
* * ext/tk/lib/tk/grid.rb: revive TkGrid.gridnagai2004-10-011-0/+8
* * ext/tcltklib/tcltklib.c (ip_init): bug fixnagai2004-09-291-0/+11
* * enum.c (sort_by_i): internally used object must not be changednobu2004-09-291-3/+8
* * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz2004-09-221-0/+15
* * win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa2004-09-221-0/+5
* Add documentation to fork()dave2004-09-211-0/+4
* * array.c (rb_ary_equal): merge miss.matz2004-09-211-0/+2
* * array.c (rb_ary_uniq_bang): element size might change duringmatz2004-09-211-0/+23
* * array.c (rb_ary_equal): element size might change duringmatz2004-09-181-0/+45