aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-2713-56/+141
* * 2004-10-27nobu2004-10-271-3/+3
* * string.c (str_gsub): use a string object for exception safeness.nobu2004-10-272-28/+35
* 2004-10-26nobu2004-10-261-3/+3
* * io.c (rb_io_getline): rs modification check should not interfere in the loop.nobu2004-10-262-2/+6
* Restore correct :nodoc: behavior with nested classesdave2004-10-262-1/+7
* * win32/win32.c (isUNCRoot): should check NUL after '.'.eban2004-10-252-2/+9
* 2004-10-25nobu2004-10-251-3/+3
* * eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587]nobu2004-10-242-1/+5
* * ext/tk/sample/tkextlib/bwidget/tree.rb: bug fixnagai2004-10-242-1/+5
* * 2004-10-24eban2004-10-231-3/+3
* * eval.c (rb_load, search_required, rb_require_safe, rb_require): usenobu2004-10-233-4/+21
* * 2004-10-23eban2004-10-231-3/+3
* Use NUM2INT to convert short values.ttate2004-10-231-2/+2
* * 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-222-4/+11
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars):gotoyuzo2004-10-222-1/+6
* * ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz2004-10-213-1/+21
* * 2004-10-22eban2004-10-211-3/+3
* * string.c (rb_str_include): should not treat char as negative value.nobu2004-10-212-9/+7
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):gotoyuzo2004-10-212-16/+24
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-2012-109/+271
* *** empty log message ***nobu2004-10-202-6/+2
* * lib/xsd/charset.rb (Charset.charset_str): reverted. Hash#key does not exist...eban2004-10-201-1/+1
* * 2004-10-20eban2004-10-201-3/+3
* * MANIFEST: add ext/.document.eban2004-10-201-0/+1
* Added .document file for ext/dave2004-10-190-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-10-191-0/+5
* RDoc can now deal with "attr" used as a variabledave2004-10-192-1/+7
* * ext/win32ole.c(ole_invoke): retrieve the result value whensuke2004-10-192-3/+10
* * io.c (read_all): block string buffer modification duringmatz2004-10-1919-131/+131
* * ext/tk/tkutil.c: backport from CVS HEADnagai2004-10-192-13/+34
* 2004-10-19nobu2004-10-191-3/+3
* * intern.h, object.c (rb_class_inherited_p): export.nobu2004-10-183-6/+11
* * indent and tabifynobu2004-10-182-78/+78
* * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]nobu2004-10-182-0/+5
* * marshal.c (r_object0): check inheritance by the internal function.nobu2004-10-182-1/+6
* * ChangeLog: remove a conflict tagnagai2004-10-181-1/+0
* * range.c (range_step, range_each): need cast.usa2004-10-182-2/+8
* * ext/tk/MANIFEST: add lib/tkextlib/tcllib/ico.rb.eban2004-10-181-0/+1
* 2004-10-18nobu2004-10-171-3/+3
* * file.c (rb_file_truncate): discard read buffer before truncation.nobu2004-10-172-8/+17
* * lib/webrick/config.rb (WEBrick::Config::General): add default values:gotoyuzo2004-10-176-34/+175
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host): newgotoyuzo2004-10-173-4/+42
* * ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai2004-10-172-5/+15
* 2004-10-17usa2004-10-171-3/+3
* * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke2004-10-173-14/+30
* 2004-10-16usa2004-10-161-3/+3
* * lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.kou2004-10-162-1/+5
* * lib/rss/: untabified.kou2004-10-1627-4269/+4275