summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-21Retry ps if it doesn't do setproctitlenaruse
2013-03-21thread.c: fix deadlocknobu
2013-03-21parse.y: escape all closing parensnobu
2013-03-20* test/win32ole/test_err_in_callback.rb (TestErrInCallBack#setup):usa
2013-03-20* test/ruby/test_signal.rb (test_hup_me): skip if HUP isn't supported.shirosaki
2013-03-20* test/rubygems/test_gem_installer.rb (test_install_extension_flat):shirosaki
2013-03-20* test/win32ole/test_err_in_callback.rb (TestErrInCallBack#setup): useusa
2013-03-20* test/win32ole/test_err_in_callback.rb: revert r39823 (debug code).usa
2013-03-19* test/rinda/test_rinda.rb: remove unused variables.ayumin
2013-03-19* test/ruby/test_signal.rb (test_hup_me): added a few comments.kosaki
2013-03-19* test/win32ole/test_err_in_callback.rb: debug print. I'll remove this later.usa
2013-03-19compose HFS file namesnobu
2013-03-19* internal.h: added a declaration of ruby_kill().kosaki
2013-03-18* gc.c: Improve accuracy of objspace_live_num() andnari
2013-03-18* gc.c: Avoid unnecessary heap growth. patched by tmm1(Aman Gupta).nari
2013-03-18* test/win32ole/test_err_in_callback.rbusa
2013-03-16test_bignum.rb: refine testnobu
2013-03-16* thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug.kosaki
2013-03-15r39766 denied to initialized already initialized time objectnaruse
2013-03-15time.c: check re-initializenobu
2013-03-15* test/rubygems/test_gem_package.rb (test_verify_nonexistent): fixnobu
2013-03-15* test/rubygems/test_gem_package.rb (test_verify_nonexistent): shouldnobu
2013-03-13* gc.c: allow to tune growth of heap by environment variablenari
2013-03-13class.c: from the origin classnobu
2013-03-13vm_method.c: overrid flag of prepending methodnobu
2013-03-13test_file_exhaustive.rb: fix abolute rootnobu
2013-03-12required keyword argumentsnobu
2013-03-11* lib/rubygems/commands/setup_command.rb: Don't delete non-rubygemsdrbrain
2013-03-11* lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTPdrbrain
2013-03-11* test/mkmf/test_config.rb (TestMkmf): fix superclass mismatch.nobu
2013-03-11* test/mkmf/base.rb: class name conflict.usa
2013-03-11* enumerator.c (enumerator_with_index): try to convert given offset tonaruse
2013-03-11* test/ruby/envutil.rb (EnvUtil.with_default_external): add fornaruse
2013-03-11* io.c (extract_binmode): raise error even if binmode and textmodenaruse
2013-03-11mkmf.rb: defer use of instance variablenobu
2013-03-11test_file_exhaustive.rb: others homenobu
2013-03-11* remove trailing spaces.nobu
2013-03-10* lib/thread.rb (Queue#push): return self.kosaki
2013-03-10git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39711 b2dd03c8-39d4-4d8f-98...headius
2013-03-10* test/ruby/test_file_exhaustive.rb (test_expand_path_home_dir_string):nobu
2013-03-10Expand home directory when used in dir_stringluislavena
2013-03-10* test/thread/test_queue.rb (TestQueue#test_thr_kill): reducekosaki
2013-03-09marshal.c: check for prependednobu
2013-03-08marshal.c: prepended objectsnobu
2013-03-08marshaltestlib.rb: descriptive assertionsnobu
2013-03-08assertions.rb: allow procnobu
2013-03-08Remove very obsolete test codemarcandre
2013-03-07* class.c (rb_mod_ancestors): Include singleton_class in ancestors listmarcandre
2013-03-07compile.c: zsuper keyword argsnobu
2013-03-07 * ChangeLog:drbrain