summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-24ossl.c: suppress warningnobu
2013-07-24fix typoskazu
2013-07-23* test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to countko1
2013-07-23fix test of r42101 [Feature #6626]naruse
2013-07-23fix typonaruse
2013-07-23* 2013-07-24svn
2013-07-23it may stuck with console on readline 5.1 + CentOS 5naruse
2013-07-23* ext/openssl/extconf.rb (CRYPTO_THREADID): check exist or not.naruse
2013-07-23* bignum.c: Move functions.akr
2013-07-23* bignum.c (bary_divmod): Add special cases for x < y easily detectedakr
2013-07-23* thread_(pthread|win32).h: rename rb_thread_cond_t toko1
2013-07-23* thread_native.h: add rb_nativethread_self() which returnsko1
2013-07-23* thread_pthread.h, thread_win32.h: rename rb_thread_id_t toko1
2013-07-23* ext/openssl/ossl.c: use system native (system provided)ko1
2013-07-23* properties.nobu
2013-07-23* thread_native.h: added.ko1
2013-07-23* gc.c (gc_before_sweep): fix spacing.ko1
2013-07-23* gc.c (heap_get_freeobj): clear slot->freelist here.ko1
2013-07-23* properties.nobu
2013-07-23* properties.nobu
2013-07-23* sample/drb/README*.rdoc: [DOC] migrate DRb sample READMEs to rdoczzak
2013-07-23* lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixinzzak
2013-07-22* ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZdrbrain
2013-07-22* lib/rexml/streamlistener.rb: [DOC] Fix examples inzzak
2013-07-22* lib/rubygems: Import RubyGems from master as of commit b165260drbrain
2013-07-22* bignum.c (bary_mulsub_1xN): New function.akr
2013-07-22* bignum.c (KARATSUBA_BALANCED): New macro.akr
2013-07-22* 2013-07-23svn
2013-07-22* bignum.c (bigdivrem_mulsub): Extracted from bigdivrem1.akr
2013-07-22* test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicatednagachika
2013-07-22readline.c: $SAFE 4nobu
2013-07-22* string.c (rb_str_enumerate_chars): specify array capaglass
2013-07-22* string.c (rb_str_enumerate_chars): specify array capa.glass
2013-07-22* ChangeLog: fix typo.glass
2013-07-22* string.c (rb_str_each_char_size): performance implement byglass
2013-07-22fix commit missnobu
2013-07-22vm_eval.c: Check_TypedStructnobu
2013-07-22fix typoskazu
2013-07-22* array.c (ary_resize_capa): use RARRAY_RAWPTR() becauseko1
2013-07-22* array.c (ary_memfill): added.ko1
2013-07-22* gc.c (gc_slot_sweep): need to add empty RVALUE as freeobj.ko1
2013-07-22vm_eval.c: use file argumentnobu
2013-07-22readline.c: $SAFEnobu
2013-07-22* ext/readline/readline.c (Init_readline): addedkouji
2013-07-21date_parse.c: missing wdaynobu
2013-07-21opttest.rb: adust stylesnobu
2013-07-21* 2013-07-22svn
2013-07-21* bignum.c (bary_sq_fast): Refine expressions.akr
2013-07-21* bignum.c (bary_mul): Use simple multiplication if yl is small.akr
2013-07-21* bignum.c (bary_mul_toom3): New function based on bigmul1_toom3.akr