aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/logger/test_logger.rb (TestLogDevice#test_write): checknobu2009-10-202-0/+11
* * lib/matrix.rb (transpose, inspect): Bug fixmarcandre2009-10-201-2/+1
* * lib/matrix.rb (empty): Improved rdocmarcandre2009-10-201-2/+9
* * ChangeLog: Added summary of r25412, cf [ruby-core:23598]marcandre2009-10-201-0/+10
* Use Array#permutation for permutation tests.naruse2009-10-201-21/+14
* * added monitor.rb test. see #2240 the bug on ruby_1_8.nahi2009-10-201-0/+27
* * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.nahi2009-10-202-2/+6
* * 2009-10-21svn2009-10-201-2/+2
* * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.nahi2009-10-203-55/+205
* * lib/matrix.rb: Bug fix. See detail [ruby-core:23598].keiju2009-10-202-96/+123
* * marshal.c (w_symbol, r_symreal): fixed the order of symbol andnobu2009-10-202-2/+10
* * include/ruby/win32.h (finite, scalb): inline'ed non-standardusa2009-10-202-9/+18
* * parse.y (ripper_intern): enable literal optimization.nobu2009-10-202-8/+4
* * test/ripper/test_*.rb: fixed indent.nobu2009-10-204-31/+26
* * parse.y (method_call): dispatch symbols. a patch from Andy Keep innobu2009-10-203-9/+26
* * parse.y (mlhs_basic): fixed handling splat in middle of mlhs. anobu2009-10-203-22/+46
* * 2009-10-20svn2009-10-201-2/+2
* * parse.y (parser_here_document): dispatch delayed heredocnobu2009-10-205-26/+74
* * .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