summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-05class.c: check redefinitionnobu
2013-03-05test_method.rb: reduce iterationnobu
2013-03-05proc.c: revert r39224nobu
2013-03-05* lib/rubygems.rb: Bump version to 2.0.1 for upcoming bugfix releasedrbrain
2013-03-05objspace.c: newly added nodesnobu
2013-03-05enumerator.c: allow Bignum for with_indexnobu
2013-03-04ext_conf_builder.rb: install via temporary directorynobu
2013-03-03ext_conf_builder.rb: remove circular dependency in install-sonobu
2013-03-02ext_conf_builder.rb: hack for obsolete sytle gemsnobu
2013-03-02ext_conf_builder.rb: use RUBYOPTnobu
2013-03-01* lib/fileutils.rb: Revert r34669 which altered the waydrbrain
2013-02-28* lib/rubygems/ext/builder.rb: Fix incompatibilities when installingdrbrain
2013-02-28* compile.c (iseq_compile_each): remove redundant trace(line)ko1
2013-02-28* iseq.c (iseq_data_to_ary): fix condition.ko1
2013-02-27* lib/rubygems/available_set.rb: Undent for styledrbrain
2013-02-27* lib/rexml/security.rb (REXML::Security): create.kou
2013-02-26test_keyword.rb: suppress warningnobu
2013-02-26parse.y: keyword argument without parennobu
2013-02-25* test/ruby/test_fnmatch.rb: use assert_file.nobu
2013-02-25envutil.rb: rename membernobu
2013-02-25* string.c (str_byte_substr): don't set coderange if it's not known.naruse
2013-02-25test_string.rb: defer ENUMERATORS_WANTARRAY to next majornobu
2013-02-25test_string.rb: ENUMERATORS_WANTARRAYnobu
2013-02-25* lib/rubygems/config_file.rb: Lazily load .gem/credentials to onlydrbrain
2013-02-24Use require_relative to require local librarynaruse
2013-02-24test_array.rb: fix test for r39466nobu
2013-02-24random.c: increase limit for generic randnobu
2013-02-24* lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get.drbrain
2013-02-24vm_insnhelper.c: compare with me in method top cfpnobu
2013-02-23compile.c: no keyword check if kw_restnobu
2013-02-23test_backtrace.rb: test Thread#backtrace_locations with rangezzak
2013-02-23test_process.rb: fix testnobu
2013-02-23dir.c: encoding checknobu
2013-02-22* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):usa
2013-02-22* test/test_rbconfig.rb (TestRbConfig): fix r39372.naruse
2013-02-22random.c: fix error messagenobu
2013-02-22test_process.rb: fix parametersnobu
2013-02-22* test/ruby/test_process.rb: remove useless sleep.nobu
2013-02-22test_rbconfig.rb: honor configuration optionsnobu
2013-02-21* lib/rubygems/installer.rb (build_extensions): Create extensiondrbrain
2013-02-21Add test for [Backport #7896] [ruby-core:52607]naruse
2013-02-21* file.c (rb_group_member): get rid of NGROUPS dependency.kosaki
2013-02-20enumerator.c: suppress warningsnobu
2013-02-20* lib/rubygems/commands/update_command.rb: Create the installer afterdrbrain
2013-02-18* lib/rubygems/installer.rb: Fixed placement of executables withdrbrain
2013-02-17compar.c: inversed comarison without infinite recursionnobu
2013-02-16* test/ruby/test_thread.rb: fixed typoayumin
2013-02-16* vm.c (rb_thread_mark): mark a working Proc of bmethodko1
2013-02-16* proc.c (rb_binding_new_with_cfp): create binding object even ifko1
2013-02-14* test/ruby/test_process.rb (test_setsid): Added a workaround forkosaki