aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * .gdbinit (rb_method_entry): search method entry by class and id.nobu2009-10-192-1/+65
* * win32/Makefile.sub (enc/unicode/name2ctype.h): no need to createusa2009-10-192-1/+6
* * .gdbinit (rb_ps): dump all threads and their callstacks. basednobu2009-10-192-0/+43
* * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu2009-10-193-1/+12
* * 2009-10-19svn2009-10-181-2/+2
* * lib/rexml/element.rb (text=): false should be converted to string.marcandre2009-10-182-1/+6
* * lib/date.rb: do not require lib/delta.rb.tadf2009-10-183-8/+38
* Retry until the signal is trapped.naruse2009-10-181-1/+4
* * parse.y (is_special_global_name): add boundary check.akr2009-10-182-1/+5
* * ruby.c (ruby_init_loadpath_safe): should not dup tmp string. anobu2009-10-182-7/+9
* * 2009-10-18svn2009-10-181-2/+2
* * test/test_prime.rbyugui2009-10-183-19/+80
* * marshal.c (id2encidx): register encoding name.nobu2009-10-173-18/+78
* fix a typo.akr2009-10-171-1/+1
* * test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): usesyugui2009-10-172-6/+16
* * test/rake/data/unittest/subdir/.gitignore: dummy entry for ensuringyugui2009-10-171-0/+2
* * bignum.c (big_split): fix off-by-one error. [ruby-dev:39501]mame2009-10-172-4/+8
* * parse.y (parser_yylex): fix token even after trailing under score.akr2009-10-172-1/+5
* * 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