summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2013-07-19* array.c (ary_mem_clear): added. This operation doesn't need WBko1
2013-07-19* array.c: fix commit miss.ko1
2013-07-19* array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is noko1
2013-07-19* array.c (ary_memcpy): add a function to copy VALUEs into aryko1
2013-07-19* array.c (rb_ary_store): use RARRAY_PTR_USE() intead of RARRAY_PTR().ko1
2013-07-19* array.c (ary_ensure_room_for_push): use RARRAY_RAWPTR() instead ofko1
2013-07-19* gc.c, internal.h (rb_gc_writebarrier_remember_promoted): add a newko1
2013-07-19* array.c (ary_unprotect_logging): use (void *) for first parameterko1
2013-07-19* ext/pathname/pathname.c (path_inspect): use PRIsVALUE to preservektsj
2013-07-19* test/socket/test_tcp.rb (test_initialize_failure): Use EADDRNOTAVAILakr
2013-07-19* lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentationzzak
2013-07-19* ext/psych/lib/psych*: [DOC] Capitalize "Ruby" in documentationzzak
2013-07-19* lib/rdoc/*: [DOC] Capitalize "Ruby" in documentationzzak
2013-07-19* lib/rubygems*: [DOC] Capitalize "Ruby" in documentationzzak
2013-07-19Define Set#to_set so that aSet.to_set returns self.knu