summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-2718-80/+149
* * 2004-10-27nobu2004-10-271-3/+3
* * string.c (str_gsub): use a string object for exception safeness.nobu2004-10-272-29/+36
* * 2004-10-26eban2004-10-261-3/+3
* 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-3/+20
* * ext/zlib/zlib.c (zstream_append_input): clear klass for z->inputmatz2004-10-233-12/+26
* * 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-222-9/+8
* * 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-214-1/+20
* * 2004-10-22eban2004-10-211-3/+3
* * string.c (rb_str_include): should not treat char as negative value.nobu2004-10-212-9/+7
* remove ext/win32ole/.document.suke2004-10-215-2/+17
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):gotoyuzo2004-10-212-16/+24
* * io.c (pipe_open): variable name "fpw" is conflicted.eban2004-10-212-3/+7
* * 2004-10-21eban2004-10-201-3/+3
* * parse.y (lex_getline): should not touch ruby_debug_lines ifmatz2004-10-204-0/+17
* commit missnobu2004-10-201-0/+5
* * parse.y (lex_getline): should update ruby_debug_lines.matz2004-10-204-4/+13
* * io.c (rb_io_getline): rs modification check should not interfere in the loop.nobu2004-10-201-1/+1
* * 2004-10-20eban2004-10-201-3/+3
* * MANIFEST: add ext/.document.eban2004-10-201-0/+1
* rdocnobu2004-10-203-0/+13
* rdocnobu2004-10-201-0/+16
* * ext/dbm/dbm.c (fdbm_delete_if): should check if deleting elementmatz2004-10-193-0/+9
* * array.c (rb_ary_times): Array#* should return an instance ofmatz2004-10-196-21/+78
* Commit missed file.. Sorry folksdave2004-10-191-0/+5
* * eval.c (search_required): required name must not be changed beforenobu2004-10-192-5/+6
* * eval.c (rb_require_safe): provide the feature after loaded.nobu2004-10-192-8/+13
* 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-6/+13
* * io.c (read_all): block string buffer modification duringmatz2004-10-1919-124/+126
* 2004-10-19nobu2004-10-191-3/+3
* * indent and tabifynobu2004-10-191-38/+38
* * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]nobu2004-10-183-56/+64
* * marshal.c (r_object0): check inheritance by the internal function.nobu2004-10-182-1/+6
* * ext/tk/MANIFEST: add lib/tkextlib/tcllib/ico.rb.eban2004-10-181-0/+1
* * io.c (rb_io_flags_mode, rb_io_mode_flags): distinguish whether filenobu2004-10-183-2/+11
* 2004-10-18nobu2004-10-171-3/+3
* * file.c (rb_file_truncate): discard read buffer before truncation.nobu2004-10-172-1/+10
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize):gotoyuzo2004-10-172-2/+9
* * ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai2004-10-172-5/+15