aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_process.rb (test_setsid): Added a workaround forkosaki2013-02-141-0/+3
* * lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain2013-02-142-3/+3
* class.c: cyclic prependnobu2013-02-141-0/+10
* vm_method.c: fix method_removednobu2013-02-141-1/+1
* vm_method.c: fix method_removednobu2013-02-141-2/+17
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-143-0/+67
* proc.c: skip prependsnobu2013-02-131-0/+27
* proc.c: original_namenobu2013-02-131-0/+1
* proc.c: show the given namenobu2013-02-131-0/+11
* * lib/rubygems.rb: Return BINARY strings from Gem.gzip and Gem.gunzip.drbrain2013-02-121-0/+28
* Suppress warnings: setting Encoding.default_externalnaruse2013-02-121-35/+43
* Get libc's path by ldd [Bug #7828] [ruby-core:52129]naruse2013-02-121-1/+2
* * ext/json: merge JSON 1.7.7.naruse2013-02-129-60/+147
* configure.in: sitearchnobu2013-02-111-2/+2
* Makefile.sub: sitearchnobu2013-02-111-0/+41
* the process maybe already finishednaruse2013-02-091-1/+1
* * lib/rubygems/package/old.rb: Fix behavior only on ruby 1.8.drbrain2013-02-091-0/+18
* * test/fiddle/helper.rb: specify libc and libm locations for MirOS BSD.akr2013-02-082-0/+6
* * array.c (rb_ary_dup): reverted r39004. see [Bug #7768], and theusa2013-02-081-7/+0
* eval.c: preserve errinfonobu2013-02-081-0/+32
* envutil.rb: check termsignobu2013-02-081-2/+5
* * lib/rdoc/generator/darkfish.rb: Set encoding on output template todrbrain2013-02-081-0/+10
* * lib/rubygems/security/policy.rb: Raise proper exceptions whendrbrain2013-02-081-0/+67
* * test/rubygems/test_gem_dependency_installer.rb: Improve coverage ofdrbrain2013-02-081-2/+7
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationtenderlove2013-02-072-2/+11
* * lib/rubygems/package/old.rb: Disallow installation of old-formatdrbrain2013-02-071-0/+42
* * lib/rubygems/dependency_installer.rb: Only install local gems ifdrbrain2013-02-071-0/+27
* * test/rubygems/test_gem_config_file.rbusa2013-02-071-0/+2
* mkmf.rb: fix merge_libsnobu2013-02-071-0/+17
* test_libs.rb: new testnobu2013-02-071-0/+69
* * lib/rubygems/package.rb: Ensure digests are generated for signing.drbrain2013-02-072-35/+128
* test_basicinstructions.rb: fix typonobu2013-02-071-1/+1
* test_basicinstructions.rb: implementation definednobu2013-02-071-0/+2
* test_basicinstructions.rb: fix typonobu2013-02-071-1/+1
* * vm_insnhelper.c: attr_writer should return its argument [Bug #7773]marcandre2013-02-061-1/+12
* * test/ruby/test_process.rb (test_setsid): ensure to callkosaki2013-02-061-7/+9
* * test/ruby/test_process.rb (test_setsid): skip when platform iskosaki2013-02-061-0/+7
* test_require.rb: shared drivenobu2013-02-061-1/+7
* * remove trailing spaces.nobu2013-02-061-1/+1
* * lib/csv.rb: Remove the dangerous serialization feature.jeg22013-02-052-159/+0
* * vm.c (rb_vm_stack_to_heap): call rb_vm_get_binding_creatable_next_cfpktsj2013-02-051-3/+14
* * lib/rdoc/servlet.rb: Fixed root search paths, filesystem pathsdrbrain2013-02-051-1/+1
* vm_method.c: drop include_all flagnobu2013-02-051-0/+12
* * proc.c (rb_binding_new_with_cfp): permit to create binding objectko12013-02-051-0/+18
* * numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1marcandre2013-02-051-0/+19
* * rational.c (nurat_expt): Deal with special cases for rationals 0, ±1marcandre2013-02-051-0/+20
* test_range.rb: refine messagenobu2013-02-051-1/+8
* console.c: default by stty rawnobu2013-02-051-7/+17
* * range.c: Use div instead of / for bsearchmarcandre2013-02-051-0/+5
* * enumerator.c: Use to_enum for Enumerable methods returning Enumerators.marcandre2013-02-051-0/+16