aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/rexml/streamlistener.rb: [DOC] Fix examples inzzak2013-07-222-6/+11
* * lib/rubygems: Import RubyGems from master as of commit b165260drbrain2013-07-2234-548/+1120
* * bignum.c (bary_mulsub_1xN): New function.akr2013-07-222-31/+46
* * bignum.c (KARATSUBA_BALANCED): New macro.akr2013-07-222-9/+23
* * 2013-07-23svn2013-07-221-2/+2
* * bignum.c (bigdivrem_mulsub): Extracted from bigdivrem1.akr2013-07-222-22/+42
* * test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicatednagachika2013-07-221-1/+1
* readline.c: $SAFE 4nobu2013-07-221-1/+3
* * string.c (rb_str_enumerate_chars): specify array capaglass2013-07-222-12/+21
* * string.c (rb_str_enumerate_chars): specify array capa.glass2013-07-222-2/+6
* * ChangeLog: fix typo.glass2013-07-221-1/+1
* * string.c (rb_str_each_char_size): performance implement byglass2013-07-222-10/+6
* fix commit missnobu2013-07-221-0/+14
* vm_eval.c: Check_TypedStructnobu2013-07-224-9/+11
* fix typoskazu2013-07-221-2/+2
* * array.c (ary_resize_capa): use RARRAY_RAWPTR() becauseko12013-07-222-2/+7
* * array.c (ary_memfill): added.ko12013-07-222-8/+23
* * gc.c (gc_slot_sweep): need to add empty RVALUE as freeobj.ko12013-07-222-0/+5
* vm_eval.c: use file argumentnobu2013-07-223-1/+12
* readline.c: $SAFEnobu2013-07-221-1/+5
* * ext/readline/readline.c (Init_readline): addedkouji2013-07-224-2/+84
* date_parse.c: missing wdaynobu2013-07-213-1/+14
* opttest.rb: adust stylesnobu2013-07-211-15/+55
* * 2013-07-22svn2013-07-211-2/+2
* * bignum.c (bary_sq_fast): Refine expressions.akr2013-07-212-4/+11
* * bignum.c (bary_mul): Use simple multiplication if yl is small.akr2013-07-212-8/+36