summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc): Fixknu2012-10-161-1/+1
* * test/-ext-/test_threadswitch_hook.rbknu2012-10-161-1/+1
* Merge r37148 from ruby_1_8_7.knu2012-10-161-1/+29
* merge revision(s) 34908:nobu2012-03-061-0/+52
* Backport r34482 from trunk. See #5353nahi2012-02-081-0/+15
* Forward port r34151 from ruby_1_8_7.knu2012-01-261-0/+13
* * string.c (rb_str_partition, rb_str_rpartition)nobu2011-10-261-0/+22
* Backport r23730; fixes #2462.knu2011-07-171-0/+27
* * array.c (ary_reject_bang): should not remove elements which arenobu2011-07-031-2/+2
* * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu2011-07-011-0/+10
* * test/test_securerandom.rb: Add testcase. This testcase does NOT aimnahi2011-06-161-0/+178
* * lib/uri/generic.rb (#route_from_path): Fix a bug whereknu2011-05-151-0/+11
* backported r31286 from trunkusa2011-04-181-0/+9
* * error.c (exc_to_s): untainted strings can be tainted viashyouhei2011-02-181-0/+22
* merge revision(s) 27388:27390:shyouhei2010-12-231-0/+16
* * Backported the fix atnahi2010-12-201-0/+5
* Make test-all run. require_relative is from 1.9.nahi2010-12-201-1/+5
* * Backported the fix atnahi2010-12-201-0/+12
* * lib/mkmf.rb (check_sizeof): should return integer always.nobu2010-12-033-0/+91
* * array.c (rb_ary_sort_by_bang): Add Array#sort_by!.knu2010-11-171-0/+6
* * ext/digest/digest.c (rb_digest_class_init): Defineknu2010-10-311-0/+6
* * lib/rdoc/ri/ri_paths.rb (RI::Paths): use RbConfig instead ofnobu2010-10-012-4/+4
* * ext/stringio/stringio.c (Init_stringio): added readpartial,nobu2010-09-241-4/+8
* * eval.c (rb_add_threadswitch_hook): wrapper for unofficial APIsnobu2010-09-232-0/+28
* * ext/openssl/ossl_asn1.c (obj_to_asn1bool): fixed ASN1::Booleannahi2010-08-231-0/+14
* * test/openssl/{test_x509cert.rb,test_ssl.rb,test_x509req.rb}: addednahi2010-08-193-2/+369
* * test/openssl/test_ssl.rb: removed unnecessary free port scanning ofnahi2010-08-191-6/+0
* * ext/openssl/lib/openssl/config.rb, test/openssl/test_config.rb:nahi2010-08-191-1/+1
* * file.c (file_expand_path): home directory must be absolute.nobu2010-07-291-0/+12
* * file.c (file_expand_path): should check if could find user.nobu2010-07-291-0/+3
* * util.c (ruby_add_suffix): fixed a bug returning uninitializednobu2010-07-291-0/+46
* * ext/openssl/ossl_config.c, ext/openssl/lib/openssl/config.rb,nahi2010-07-131-0/+4
* * ext/openssl/ossl_config.c (ossl_config_copy): wrongly updating the nahi2010-07-121-0/+12
* * test/openssl/test_config.rb: more tests for parse_config formats.nahi2010-07-091-24/+91
* * test/openssl/test_config.rb: test_s_parse_format added in the nahi2010-07-081-10/+22
* * test/openssl/test_config.rb: added tests for class methods,nahi2010-07-081-3/+55
* * test/openssl/test_config.c: added tests for all Config methods.nahi2010-07-083-12/+139
* * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround forknu2010-06-251-0/+8
* * test/optparse/test_summary.rb: fixed superclass so that it runnobu2010-06-221-4/+2
* * bignum.c (rb_big2dbl), test/ruby/test_bignum.rb (test_to_f): A negative Big...mrkn2010-06-151-0/+6
* raise DRbConnError instead of ArgumentError if too many arguments.seki2010-06-142-2/+2
* * regexp.c (re_compile_pattern): allow zero times match fornaruse2010-06-071-0/+5
* backport pack and unpack tests from Ruby 1.9.akr2010-05-101-7/+484
* * regex.c (read_special): get rid of overrun.nobu2010-05-101-0/+470
* * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not getnobu2010-05-081-0/+11
* don't sleep indefinitely. collect the zombie.akr2010-05-071-3/+6
* * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu2010-05-021-23/+93
* * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo2010-04-251-0/+16
* * file.c (rb_file_s_extname): skip last directory separators.nobu2010-04-191-0/+2
* * eval.c (search_required): expand home relative path first.nobu2010-04-191-0/+27