summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-291-0/+5
* * ext/zlib/zlib.c (zstream_detach_input): resets klass of z->input ifakira2004-10-281-0/+5
* * ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu2004-10-281-0/+4
* * gc.c: prototype; rb_io_fptr_finalize() doesn't return any valueusa2004-10-271-0/+5
* * gc.c (gc_sweep): recover ruby_in_compile variable.matz2004-10-271-0/+4
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-271-0/+33
* * string.c (str_gsub): use a string object for exception safeness.nobu2004-10-271-0/+5
* * io.c (rb_io_getline): rs modification check should not interfere in the loop.nobu2004-10-261-1/+5
* Restore correct :nodoc: behavior with nested classesdave2004-10-261-0/+5
* * win32/win32.c (isUNCRoot): should check NUL after '.'.eban2004-10-251-0/+7
* * eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587]nobu2004-10-241-0/+4
* * eval.c (rb_load, search_required, rb_require_safe, rb_require): usenobu2004-10-231-1/+6
* * ext/zlib/zlib.c (zstream_run): always use zstream_append_input()matz2004-10-221-0/+5
* * eval.c (rb_alias): was warning for wrong condition.matz2004-10-221-0/+5
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars):gotoyuzo2004-10-221-0/+5
* * ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz2004-10-211-0/+13
* * string.c (rb_str_include): should not treat char as negative value.nobu2004-10-211-0/+5
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):gotoyuzo2004-10-211-0/+5
* * 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