| Commit message (Expand) | Author | Age | Files | Lines |
| * | * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception, | matz | 2004-10-29 | 1 | -0/+5 |
| * | * ext/zlib/zlib.c (zstream_detach_input): resets klass of z->input if | akira | 2004-10-28 | 1 | -0/+5 |
| * | * ext/extmk.rb: prefer relative path. [ruby-talk:93037] | nobu | 2004-10-28 | 1 | -0/+4 |
| * | * gc.c: prototype; rb_io_fptr_finalize() doesn't return any value | usa | 2004-10-27 | 1 | -0/+5 |
| * | * gc.c (gc_sweep): recover ruby_in_compile variable. | matz | 2004-10-27 | 1 | -0/+4 |
| * | * string.c (RESIZE_CAPA): check string attribute before modifying | matz | 2004-10-27 | 1 | -0/+33 |
| * | * string.c (str_gsub): use a string object for exception safeness. | nobu | 2004-10-27 | 1 | -0/+5 |
| * | * io.c (rb_io_getline): rs modification check should not interfere in the loop. | nobu | 2004-10-26 | 1 | -1/+5 |
| * | Restore correct :nodoc: behavior with nested classes | dave | 2004-10-26 | 1 | -0/+5 |
| * | * win32/win32.c (isUNCRoot): should check NUL after '.'. | eban | 2004-10-25 | 1 | -0/+7 |
| * | * eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587] | nobu | 2004-10-24 | 1 | -0/+4 |
| * | * eval.c (rb_load, search_required, rb_require_safe, rb_require): use | nobu | 2004-10-23 | 1 | -1/+6 |
| * | * ext/zlib/zlib.c (zstream_run): always use zstream_append_input() | matz | 2004-10-22 | 1 | -0/+5 |
| * | * eval.c (rb_alias): was warning for wrong condition. | matz | 2004-10-22 | 1 | -0/+5 |
| * | * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars): | gotoyuzo | 2004-10-22 | 1 | -0/+5 |
| * | * ext/zlib/zlib.c (zstream_shift_buffer): should restore class | matz | 2004-10-21 | 1 | -0/+13 |
| * | * string.c (rb_str_include): should not treat char as negative value. | nobu | 2004-10-21 | 1 | -0/+5 |
| * | * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io): | gotoyuzo | 2004-10-21 | 1 | -0/+5 |
| * | * string.c (str_gsub): reentrant check. [ruby-dev:24432] | matz | 2004-10-20 | 1 | -0/+76 |
| * | *** empty log message *** | nobu | 2004-10-20 | 1 | -1/+1 |
| * | RDoc can now deal with "attr" used as a variable | dave | 2004-10-19 | 1 | -0/+6 |
| * | * ext/win32ole.c(ole_invoke): retrieve the result value when | suke | 2004-10-19 | 1 | -0/+5 |
| * | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -0/+46 |
| * | * ext/tk/tkutil.c: backport from CVS HEAD | nagai | 2004-10-19 | 1 | -0/+4 |
| * | * intern.h, object.c (rb_class_inherited_p): export. | nobu | 2004-10-18 | 1 | -0/+4 |
| * | * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504] | nobu | 2004-10-18 | 1 | -0/+4 |
| * | * marshal.c (r_object0): check inheritance by the internal function. | nobu | 2004-10-18 | 1 | -0/+5 |
| * | * ChangeLog: remove a conflict tag | nagai | 2004-10-18 | 1 | -1/+0 |
| * | * range.c (range_step, range_each): need cast. | usa | 2004-10-18 | 1 | -0/+4 |
| * | * file.c (rb_file_truncate): discard read buffer before truncation. | nobu | 2004-10-17 | 1 | -8/+13 |
| * | * lib/webrick/config.rb (WEBrick::Config::General): add default values: | gotoyuzo | 2004-10-17 | 1 | -0/+32 |
| * | * lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host): new | gotoyuzo | 2004-10-17 | 1 | -0/+10 |
| * | * ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a block | nagai | 2004-10-17 | 1 | -0/+4 |
| * | * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch. | suke | 2004-10-17 | 1 | -0/+8 |
| * | * lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage. | kou | 2004-10-16 | 1 | -0/+4 |
| * | * lib/rss/: untabified. | kou | 2004-10-16 | 1 | -0/+6 |
| * | * lib/rss: supported prety print. | kou | 2004-10-16 | 1 | -0/+5 |
| * | * ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is acceptable. | nagai | 2004-10-15 | 1 | -0/+5 |
| * | eval.c (Init_stack): make prototype declaration consistent with the definitio... | akr | 2004-10-15 | 1 | -0/+5 |
| * | * io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition. | eban | 2004-10-14 | 1 | -0/+4 |
| * | * lib/rss/rss.rb: added link to Tutorial. | kou | 2004-10-14 | 1 | -0/+4 |
| * | * ext/tk/lib/tk/*: untabify | nagai | 2004-10-11 | 1 | -0/+4 |
| * | Support "require" as variable name in RDoc | dave | 2004-10-10 | 1 | -0/+5 |
| * | * lib/rss/converter.rb: changed to try to use Iconv for default | kou | 2004-10-09 | 1 | -0/+7 |
| * | * io.c (rb_io_getline): should not treat char as negative value. | nobu | 2004-10-09 | 1 | -2/+7 |
| * | * pack.c (pack_pack): pointer modification check before each | matz | 2004-10-08 | 1 | -0/+5 |
| * | * ext/tk/lib/tk/optiondb.rb: make it more secure | nagai | 2004-10-07 | 1 | -0/+4 |
| * | * ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannot | nagai | 2004-10-07 | 1 | -0/+6 |
| * | * ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returns | nagai | 2004-10-07 | 1 | -0/+5 |
| * | * io.c (io_read): should freeze buffer before thread context | matz | 2004-10-07 | 1 | -0/+3 |