aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_method.c (basic_obj_respond_to): call #respond_to_missing?matz2009-10-173-5/+10
* * lib/delegate.rb (Delegator#respond_to_missing): warn only whenmatz2009-10-172-3/+10
* * lib/delegate: rdoc typomarcandre2009-10-161-1/+1
* * 2009-10-17svn2009-10-161-2/+2
* * st.c (unpack_entries): save table->bins and never change the tablewanabe2009-10-162-8/+16
* * prelude.rb (require_relative): defined as a module function ofakr2009-10-162-8/+16
* * lib/delegate.rb (Delegator#method_missing): remove backtracematz2009-10-162-1/+8
* * lib/delegate.rb (Delegator#freeze): #freeze should freeze selfmatz2009-10-162-0/+11
* add ML ref [ruby-core:26081]matz2009-10-161-1/+1
* * lib/delegate.rb (Delegator#respond_to_missing): warn if optionalmatz2009-10-162-3/+14
* * bootstraptest/test_gc.rb: added tests based on [ruby-dev:39484]nobu2009-10-162-0/+39
* * win32/win32.c (rb_w32_spawn): `\'' is also quote character.usa2009-10-162-1/+5
* * gc.h (rb_gc_debug_body): constified.nobu2009-10-163-6/+12
* * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse2009-10-169-13/+34
* * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risknobu2009-10-161-4/+2
* * test/ruby/test_object.rb (test_respond_to_missing):nobu2009-10-161-1/+1
* * lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the ionaruse2009-10-162-1/+8
* * test/ruby/test_object.rb (test_remove_method): test for Bug#2202.nobu2009-10-161-0/+20
* * 2009-10-16svn2009-10-151-2/+2
* * lib/csv.rb (CSV#read_to_char): set encoding and verify datanaruse2009-10-152-9/+29
* * parse.y (rb_intern3): check symbol table overflow before generatenobu2009-10-152-4/+4
* * parse.y (rb_intern3): check symbol table overflow.nobu2009-10-153-17/+17
* * io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu2009-10-153-26/+27
* * io.c (io_reopen): unread current buffer before telling thenobu2009-10-153-7/+21
* * ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu2009-10-155-8/+23
* * test/iconv/test_option.rb: removed particular implementationnobu2009-10-151-1/+1
* * ext/socket/init.c (rsock_init_sock): mswin doesn't have S_IFSOCKusa2009-10-152-0/+11
* * tool/enc-unicode.rb,naruse2009-10-146-15739/+8266
* * 2009-10-15svn2009-10-141-2/+2
* * ext/socket/init.c (rsock_init_sock): validate file descriptor.akr2009-10-142-0/+10
* * vm_eval.c (eval_string): rdoc fix [ruby-core:26086]marcandre2009-10-141-5/+4
* * string.c (rb_check_string_type): rdoc fix [ruby-core:26084]marcandre2009-10-141-1/+1
* * ruby.c (process_options): script name should not be shown in annobu2009-10-143-2/+16
* * eval.c (rb_threadptr_errinfo): removed.nobu2009-10-141-6/+0
* * eval.c (ruby_run_node): need to call ruby_cleaup() always evennobu2009-10-142-1/+9
* * object.c (rb_mod_const_defined): rdoc fixmarcandre2009-10-131-3/+3
* * 2009-10-14svn2009-10-131-2/+2
* * proc.c (mnew): Method#new checks for respond_to_missing? with private set t...marcandre2009-10-132-1/+7
* Add derived core and binary property and aliases.naruse2009-10-136-1282/+36576
* add comment.akr2009-10-131-1/+2
* * ext/tk/variable.rb: bug fix. additional trace definition changes thenagai2009-10-132-2/+7
* * parse.y (token_info_push, token_info_pop): reduced ifdefs.nobu2009-10-132-34/+21
* * parse.y (parser_magic_comment): fixed normalization.nobu2009-10-132-1/+5
* * ChangeLog: add commit logmarcandre2009-10-131-0/+7
* * thread.c: Revert changes to Thread#raise made in r25278 [ruby-core:25367]marcandre2009-10-123-13/+2
* * 2009-10-13svn2009-10-121-2/+2
* fix rdoc.akr2009-10-121-2/+2
* * lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo2009-10-122-17/+6
* * lib/net/ftp.rb (retrlines): added a new block parameter.shugo2009-10-122-10/+13
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppressnobu2009-10-121-1/+1