aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* file.c: split rb_home_dirnobu2013-07-251-0/+11
* * ext/openssl/ossl.c: support additional three thread synchronizationko12013-07-251-0/+5
* * lib/rubygems: Import RubyGems from master as of commit 4ff70ccdrbrain2013-07-241-0/+5
* * compile.c (iseq_set_arguments): use RARRAY_RAWPTR() instead ofko12013-07-241-0/+7
* * lib/uri/generic.rb (find_proxy): raise BadURIError if the URI isnaruse2013-07-241-0/+5
* * vm_insnhelper.c (vm_expandarray): use RARRAY_RAWPTR() instead ofko12013-07-241-0/+9
* * array.c, gc.c: move ary_unprotect_logging() intoko12013-07-241-0/+8
* file.c: exception message encodingnobu2013-07-241-0/+5
* fix typoskazu2013-07-241-2/+2
* * test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to countko12013-07-231-0/+5
* * ext/openssl/extconf.rb (CRYPTO_THREADID): check exist or not.naruse2013-07-231-0/+17
* * bignum.c: Move functions.akr2013-07-231-0/+4
* * bignum.c (bary_divmod): Add special cases for x < y easily detectedakr2013-07-231-0/+5
* * thread_(pthread|win32).h: rename rb_thread_cond_t toko12013-07-231-0/+8
* * thread_native.h: add rb_nativethread_self() which returnsko12013-07-231-0/+7
* * thread_pthread.h, thread_win32.h: rename rb_thread_id_t toko12013-07-231-0/+7
* * ext/openssl/ossl.c: use system native (system provided)ko12013-07-231-0/+8
* * thread_native.h: added.ko12013-07-231-0/+15
* * gc.c (gc_before_sweep): fix spacing.ko12013-07-231-0/+4
* * gc.c (heap_get_freeobj): clear slot->freelist here.ko12013-07-231-0/+13
* * sample/drb/README*.rdoc: [DOC] migrate DRb sample READMEs to rdoczzak2013-07-231-0/+4
* * lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixinzzak2013-07-231-0/+4
* * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZdrbrain2013-07-221-0/+6
* * lib/rexml/streamlistener.rb: [DOC] Fix examples inzzak2013-07-221-0/+5
* * lib/rubygems: Import RubyGems from master as of commit b165260drbrain2013-07-221-0/+5
* * bignum.c (bary_mulsub_1xN): New function.akr2013-07-221-0/+5
* * bignum.c (KARATSUBA_BALANCED): New macro.akr2013-07-221-0/+12
* * bignum.c (bigdivrem_mulsub): Extracted from bigdivrem1.akr2013-07-221-0/+5
* * string.c (rb_str_enumerate_chars): specify array capaglass2013-07-221-0/+7
* * string.c (rb_str_enumerate_chars): specify array capa.glass2013-07-221-0/+4
* * ChangeLog: fix typo.glass2013-07-221-1/+1
* * string.c (rb_str_each_char_size): performance implement byglass2013-07-221-0/+5
* vm_eval.c: Check_TypedStructnobu2013-07-221-0/+5
* fix typoskazu2013-07-221-2/+2
* * array.c (ary_resize_capa): use RARRAY_RAWPTR() becauseko12013-07-221-0/+5
* * array.c (ary_memfill): added.ko12013-07-221-0/+11
* * gc.c (gc_slot_sweep): need to add empty RVALUE as freeobj.ko12013-07-221-0/+4
* vm_eval.c: use file argumentnobu2013-07-221-0/+6
* * ext/readline/readline.c (Init_readline): addedkouji2013-07-221-0/+8
* date_parse.c: missing wdaynobu2013-07-211-0/+5
* * bignum.c (bary_sq_fast): Refine expressions.akr2013-07-211-0/+4
* * bignum.c (bary_mul): Use simple multiplication if yl is small.akr2013-07-211-0/+7
* * bignum.c (bary_mul_toom3): New function based on bigmul1_toom3.akr2013-07-211-0/+10
* * proc.c (proc_to_s): use PRIsVALUE to preserve the result encoding.ktsj2013-07-201-0/+4
* * hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bitnaruse2013-07-201-0/+5
* * common.mk (help): Fix environment variable name and argument.eregon2013-07-201-0/+6
* * common.mk: Document running a single test [Fixes GH-363]zzak2013-07-201-0/+5
* * sample/*: whitespace patch by Sergio Campama [Fixes GH-364]zzak2013-07-201-0/+5
* * doc/regexp.rdoc: [DOC] Fix typo in example [Fixes GH-365]zzak2013-07-201-0/+5
* * string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.naruse2013-07-201-0/+5