aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rational.c: ensure to be Rationalnobu2013-07-263-1/+111
* fix missing assignment in r42174naruse2013-07-261-1/+1
* fix warning: shadowing outer local variable - pathnaruse2013-07-261-3/+3
* envutil.rb: encodingnobu2013-07-252-5/+11
* Somehow Debian 6.0.7 needs ifname for IPv6 multicast connectnaruse2013-07-251-4/+14
* * include/ruby/ruby.h: check defined(USE_RGENGC_LOGGING_WB_UNPROTECT)naruse2013-07-252-1/+5
* * 2013-07-26svn2013-07-251-2/+2
* * file.c (rb_file_expand_path_internal): fix r42160; skip '~'.naruse2013-07-253-0/+10
* fix r42168; Add class name to constantsnaruse2013-07-251-1/+1
* * lib/net/http.rb (Net::HTTP#connect): disable Nagle's algorithm onnaruse2013-07-252-0/+6
* * re.c (rb_reg_to_s): convert closing parenthes to the target encodingnaruse2013-07-253-2/+37
* encoding.c: is_obj_encodingnobu2013-07-252-2/+9
* file.c: clear coderange for user namenobu2013-07-252-0/+6
* Change repository of rubyspec from original to nurse'snaruse2013-07-251-1/+1
* Add a test for r42162naruse2013-07-251-0/+2
* * encoding.c (check_encoding): Check T_DATA or not.ko12013-07-252-1/+6
* fix typonaruse2013-07-251-1/+1
* file.c: split rb_home_dirnobu2013-07-255-33/+78
* * ext/openssl/ossl.c: support additional three thread synchronizationko12013-07-252-3/+43
* * remove trailing spaces.nobu2013-07-251-1/+1
* * 2013-07-25svn2013-07-241-2/+2
* * lib/rubygems: Import RubyGems from master as of commit 4ff70ccdrbrain2013-07-244-7/+22
* * compile.c (iseq_set_arguments): use RARRAY_RAWPTR() instead ofko12013-07-242-4/+11
* * lib/uri/generic.rb (find_proxy): raise BadURIError if the URI isnaruse2013-07-243-0/+7
* * vm_insnhelper.c (vm_expandarray): use RARRAY_RAWPTR() instead ofko12013-07-242-5/+15
* * array.c, gc.c: move ary_unprotect_logging() intoko12013-07-244-52/+57
* file.c: exception message encodingnobu2013-07-243-3/+23
* ossl.c: suppress warningnobu2013-07-241-1/+1
* fix typoskazu2013-07-241-2/+2
* * test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to countko12013-07-232-0/+9
* fix test of r42101 [Feature #6626]naruse2013-07-231-22/+40
* fix typonaruse2013-07-231-1/+1
* * 2013-07-24svn2013-07-231-2/+2
* it may stuck with console on readline 5.1 + CentOS 5naruse2013-07-231-1/+4
* * ext/openssl/extconf.rb (CRYPTO_THREADID): check exist or not.naruse2013-07-233-1/+32
* * bignum.c: Move functions.akr2013-07-232-202/+207
* * bignum.c (bary_divmod): Add special cases for x < y easily detectedakr2013-07-232-1/+23
* * thread_(pthread|win32).h: rename rb_thread_cond_t toko12013-07-237-32/+40
* * thread_native.h: add rb_nativethread_self() which returnsko12013-07-234-0/+22
* * thread_pthread.h, thread_win32.h: rename rb_thread_id_t toko12013-07-235-5/+12
* * ext/openssl/ossl.c: use system native (system provided)ko12013-07-232-6/+14
* * properties.nobu2013-07-230-0/+0
* * thread_native.h: added.ko12013-07-239-31/+70
* * gc.c (gc_before_sweep): fix spacing.ko12013-07-232-1/+4
* * gc.c (heap_get_freeobj): clear slot->freelist here.ko12013-07-232-2/+22
* * properties.nobu2013-07-233-4/+4
* * properties.nobu2013-07-230-0/+0
* * sample/drb/README*.rdoc: [DOC] migrate DRb sample READMEs to rdoczzak2013-07-233-2/+6
* * lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixinzzak2013-07-232-2/+6
* * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZdrbrain2013-07-223-3/+24