summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-20 * added monitor.rb test. see #2240 the bug on ruby_1_8.nahi
2009-10-20 * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.nahi
2009-10-20* 2009-10-21svn
2009-10-20 * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.nahi
2009-10-20 * lib/matrix.rb: Bug fix. See detail [ruby-core:23598].keiju
2009-10-20* marshal.c (w_symbol, r_symreal): fixed the order of symbol andnobu
2009-10-20* include/ruby/win32.h (finite, scalb): inline'ed non-standardusa
2009-10-20* parse.y (ripper_intern): enable literal optimization.nobu
2009-10-20* test/ripper/test_*.rb: fixed indent.nobu
2009-10-20* parse.y (method_call): dispatch symbols. a patch from Andy Keep innobu
2009-10-20* parse.y (mlhs_basic): fixed handling splat in middle of mlhs. anobu
2009-10-20* 2009-10-20svn
2009-10-20* parse.y (parser_here_document): dispatch delayed heredocnobu
2009-10-19* .gdbinit (rb_method_entry): search method entry by class and id.nobu
2009-10-19* win32/Makefile.sub (enc/unicode/name2ctype.h): no need to createusa
2009-10-19* .gdbinit (rb_ps): dump all threads and their callstacks. basednobu
2009-10-19* iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu
2009-10-18* 2009-10-19svn
2009-10-18* lib/rexml/element.rb (text=): false should be converted to string.marcandre
2009-10-18 * lib/date.rb: do not require lib/delta.rb.tadf
2009-10-18Retry until the signal is trapped.naruse
2009-10-18* parse.y (is_special_global_name): add boundary check.akr
2009-10-18* ruby.c (ruby_init_loadpath_safe): should not dup tmp string. anobu
2009-10-18* 2009-10-18svn
2009-10-18* test/test_prime.rbyugui
2009-10-17* marshal.c (id2encidx): register encoding name.nobu
2009-10-17fix a typo.akr
2009-10-17* test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): usesyugui
2009-10-17* test/rake/data/unittest/subdir/.gitignore: dummy entry for ensuringyugui
2009-10-17* bignum.c (big_split): fix off-by-one error. [ruby-dev:39501]mame
2009-10-17* parse.y (parser_yylex): fix token even after trailing under score.akr
2009-10-17* vm_method.c (basic_obj_respond_to): call #respond_to_missing?matz
2009-10-17* lib/delegate.rb (Delegator#respond_to_missing): warn only whenmatz
2009-10-16* lib/delegate: rdoc typomarcandre
2009-10-16* 2009-10-17svn
2009-10-16* st.c (unpack_entries): save table->bins and never change the tablewanabe
2009-10-16* prelude.rb (require_relative): defined as a module function ofakr
2009-10-16* lib/delegate.rb (Delegator#method_missing): remove backtracematz
2009-10-16* lib/delegate.rb (Delegator#freeze): #freeze should freeze selfmatz
2009-10-16add ML ref [ruby-core:26081]matz
2009-10-16* lib/delegate.rb (Delegator#respond_to_missing): warn if optionalmatz
2009-10-16* bootstraptest/test_gc.rb: added tests based on [ruby-dev:39484]nobu
2009-10-16* win32/win32.c (rb_w32_spawn): `\'' is also quote character.usa
2009-10-16* gc.h (rb_gc_debug_body): constified.nobu
2009-10-16* ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse
2009-10-16* test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risknobu
2009-10-16* test/ruby/test_object.rb (test_respond_to_missing):nobu
2009-10-16* lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the ionaruse
2009-10-16* test/ruby/test_object.rb (test_remove_method): test for Bug#2202.nobu
2009-10-15* 2009-10-16svn