summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-07-24fix typoskazu
2013-07-23* test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to countko1
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* 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* 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* bignum.c (bigdivrem_mulsub): Extracted from bigdivrem1.akr
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-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-22* ext/readline/readline.c (Init_readline): addedkouji
2013-07-21date_parse.c: missing wdaynobu
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
2013-07-20* proc.c (proc_to_s): use PRIsVALUE to preserve the result encoding.ktsj
2013-07-20* hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bitnaruse
2013-07-20* common.mk (help): Fix environment variable name and argument.eregon
2013-07-20* common.mk: Document running a single test [Fixes GH-363]zzak
2013-07-20* sample/*: whitespace patch by Sergio Campama [Fixes GH-364]zzak
2013-07-20* doc/regexp.rdoc: [DOC] Fix typo in example [Fixes GH-365]zzak
2013-07-20* string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.naruse
2013-07-20* array.c (rb_ary_resize): use simple memcpy because there are no newko1
2013-07-20safe.c: ruby_safe_level_4_warningnobu
2013-07-20* array.c (ary_make_shared): make shared array shady.ko1
2013-07-20string.c: wchar succnobu
2013-07-20encoding.c: add rb_enc_code_to_mbclennobu
2013-07-19* gc.c: declare type_name() at the beggining of file.ko1
2013-07-19* array.c: reduce shady operations.ko1
2013-07-19* array.c: reduce shade operations.ko1