| Commit message (Expand) | Author | Age | Files | Lines |
* | * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc): Fix | knu | 2012-10-16 | 1 | -1/+1 |
* | * test/-ext-/test_threadswitch_hook.rb | knu | 2012-10-16 | 1 | -1/+1 |
* | Merge r37148 from ruby_1_8_7. | knu | 2012-10-16 | 1 | -1/+29 |
* | merge revision(s) 34908: | nobu | 2012-03-06 | 1 | -0/+52 |
* | Backport r34482 from trunk. See #5353 | nahi | 2012-02-08 | 1 | -0/+15 |
* | Forward port r34151 from ruby_1_8_7. | knu | 2012-01-26 | 1 | -0/+13 |
* | * string.c (rb_str_partition, rb_str_rpartition) | nobu | 2011-10-26 | 1 | -0/+22 |
* | Backport r23730; fixes #2462. | knu | 2011-07-17 | 1 | -0/+27 |
* | * array.c (ary_reject_bang): should not remove elements which are | nobu | 2011-07-03 | 1 | -2/+2 |
* | * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejected | nobu | 2011-07-01 | 1 | -0/+10 |
* | * test/test_securerandom.rb: Add testcase. This testcase does NOT aim | nahi | 2011-06-16 | 1 | -0/+178 |
* | * lib/uri/generic.rb (#route_from_path): Fix a bug where | knu | 2011-05-15 | 1 | -0/+11 |
* | backported r31286 from trunk | usa | 2011-04-18 | 1 | -0/+9 |
* | * error.c (exc_to_s): untainted strings can be tainted via | shyouhei | 2011-02-18 | 1 | -0/+22 |
* | merge revision(s) 27388:27390: | shyouhei | 2010-12-23 | 1 | -0/+16 |
* | * Backported the fix at | nahi | 2010-12-20 | 1 | -0/+5 |
* | Make test-all run. require_relative is from 1.9. | nahi | 2010-12-20 | 1 | -1/+5 |
* | * Backported the fix at | nahi | 2010-12-20 | 1 | -0/+12 |
* | * lib/mkmf.rb (check_sizeof): should return integer always. | nobu | 2010-12-03 | 3 | -0/+91 |
* | * array.c (rb_ary_sort_by_bang): Add Array#sort_by!. | knu | 2010-11-17 | 1 | -0/+6 |
* | * ext/digest/digest.c (rb_digest_class_init): Define | knu | 2010-10-31 | 1 | -0/+6 |
* | * lib/rdoc/ri/ri_paths.rb (RI::Paths): use RbConfig instead of | nobu | 2010-10-01 | 2 | -4/+4 |
* | * ext/stringio/stringio.c (Init_stringio): added readpartial, | nobu | 2010-09-24 | 1 | -4/+8 |
* | * eval.c (rb_add_threadswitch_hook): wrapper for unofficial APIs | nobu | 2010-09-23 | 2 | -0/+28 |
* | * ext/openssl/ossl_asn1.c (obj_to_asn1bool): fixed ASN1::Boolean | nahi | 2010-08-23 | 1 | -0/+14 |
* | * test/openssl/{test_x509cert.rb,test_ssl.rb,test_x509req.rb}: added | nahi | 2010-08-19 | 3 | -2/+369 |
* | * test/openssl/test_ssl.rb: removed unnecessary free port scanning of | nahi | 2010-08-19 | 1 | -6/+0 |
* | * ext/openssl/lib/openssl/config.rb, test/openssl/test_config.rb: | nahi | 2010-08-19 | 1 | -1/+1 |
* | * file.c (file_expand_path): home directory must be absolute. | nobu | 2010-07-29 | 1 | -0/+12 |
* | * file.c (file_expand_path): should check if could find user. | nobu | 2010-07-29 | 1 | -0/+3 |
* | * util.c (ruby_add_suffix): fixed a bug returning uninitialized | nobu | 2010-07-29 | 1 | -0/+46 |
* | * ext/openssl/ossl_config.c, ext/openssl/lib/openssl/config.rb, | nahi | 2010-07-13 | 1 | -0/+4 |
* | * ext/openssl/ossl_config.c (ossl_config_copy): wrongly updating the | nahi | 2010-07-12 | 1 | -0/+12 |
* | * test/openssl/test_config.rb: more tests for parse_config formats. | nahi | 2010-07-09 | 1 | -24/+91 |
* | * test/openssl/test_config.rb: test_s_parse_format added in the | nahi | 2010-07-08 | 1 | -10/+22 |
* | * test/openssl/test_config.rb: added tests for class methods, | nahi | 2010-07-08 | 1 | -3/+55 |
* | * test/openssl/test_config.c: added tests for all Config methods. | nahi | 2010-07-08 | 3 | -12/+139 |
* | * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround for | knu | 2010-06-25 | 1 | -0/+8 |
* | * test/optparse/test_summary.rb: fixed superclass so that it run | nobu | 2010-06-22 | 1 | -4/+2 |
* | * bignum.c (rb_big2dbl), test/ruby/test_bignum.rb (test_to_f): A negative Big... | mrkn | 2010-06-15 | 1 | -0/+6 |
* | raise DRbConnError instead of ArgumentError if too many arguments. | seki | 2010-06-14 | 2 | -2/+2 |
* | * regexp.c (re_compile_pattern): allow zero times match for | naruse | 2010-06-07 | 1 | -0/+5 |
* | backport pack and unpack tests from Ruby 1.9. | akr | 2010-05-10 | 1 | -7/+484 |
* | * regex.c (read_special): get rid of overrun. | nobu | 2010-05-10 | 1 | -0/+470 |
* | * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not get | nobu | 2010-05-08 | 1 | -0/+11 |
* | don't sleep indefinitely. collect the zombie. | akr | 2010-05-07 | 1 | -3/+6 |
* | * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flag | nobu | 2010-05-02 | 1 | -23/+93 |
* | * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengo | shugo | 2010-04-25 | 1 | -0/+16 |
* | * file.c (rb_file_s_extname): skip last directory separators. | nobu | 2010-04-19 | 1 | -0/+2 |
* | * eval.c (search_required): expand home relative path first. | nobu | 2010-04-19 | 1 | -0/+27 |