aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-0/+46
* * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]nobu2004-10-181-0/+6
* * marshal.c (r_object0): check inheritance by the internal function.nobu2004-10-181-0/+5
* * io.c (rb_io_flags_mode, rb_io_mode_flags): distinguish whether filenobu2004-10-181-0/+5
* * file.c (rb_file_truncate): discard read buffer before truncation.nobu2004-10-171-1/+6
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize):gotoyuzo2004-10-171-0/+5
* * 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
* * lib/mkmf.rb (create_makefile): install-rb is needed for staticallynobu2004-10-161-1/+6
* * ext/openssl/ossl_x509store.cgotoyuzo2004-10-151-0/+10
* * 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
* * added link to Tutorial.kou2004-10-141-0/+4
* * lib/webrick/config.rb:gotoyuzo2004-10-121-0/+29
* * io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition.eban2004-10-121-0/+4
* * ext/tk/lib/tk/*: untabifynagai2004-10-111-0/+4
* Support "require" as variable name in RDocdave2004-10-101-0/+5
* * ext/ripper/lib/ripper/filter.rb: require ripper/tokenizer.aamine2004-10-091-0/+6
* * parse.y [ripper]: \n between two comments disappeared.aamine2004-10-091-0/+4
* * 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
* * lib/fileutils.rb (fu_traverse): return value of Dir.entries is reliable. (p...aamine2004-10-081-0/+8
* * 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/+5
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-0/+15
* * io.c (rb_fopen): mode string copy at the lowest level.matz2004-10-051-0/+22
* * 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
* * parse.y (local_vars): moved to struct parser_params.nobu2004-10-021-1/+10
* * string.c (rb_str_sum): should use bignums when bits is greatermatz2004-10-021-0/+6
* * string.c (rb_str_sum): wrong cast caused wrong result.matz2004-10-021-0/+6
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-0/+3
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-011-0/+24
* * 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
* * array.c (rb_ary_delete): comparison may change the capacity.matz2004-09-291-3/+17
* * enum.c (sort_by_i): internally used object must not be changednobu2004-09-291-0/+5
* add ML reference.nobu2004-09-271-1/+1
* * eval.c (rb_call0): invoke finalizers periodically.nobu2004-09-271-0/+8