summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2013-07-19* lib/rake/*: [DOC] Capitalize "Ruby" in documentationzzak
2013-07-18* ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.akr
2013-07-18* test/ruby/test_array.rb (test_count): add a test case for #counteregon
2013-07-18* array.c (rb_ary_eql): compare RARRAY_PTR() for performanceglass
2013-07-18* lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak
2013-07-18* bignum.c (bary_sq_fast): Specialize the last iteration of theakr
2013-07-18* array.c (rb_ary_equal): compare RARRAY_PTR() for performanceglass
2013-07-18* array.c (rb_ary_fill): use memfill().glass
2013-07-18* array.c (rb_ary_count): check length to avoid SEGVeregon
2013-07-18* hash.c (rb_hash_flatten): performance improvement by not usingglass
2013-07-18* hash.c (rb_hash_flatten): performance improvement by not usingglass
2013-07-18* array.c: add logging feature for RGenGC's write barrier unprotectko1
2013-07-18ruby.h: error only in the corenobu
2013-07-18* include/ruby/ruby.h: fix spell miss.ko1
2013-07-18ruby.h: no $nobu
2013-07-18* array.c (ary_alloc): slim setup process.ko1
2013-07-18* string.c (str_alloc): no need to clear RString (already cleared).ko1
2013-07-18* bignum.c (BDIGITS_ZERO): Defined.akr
2013-07-17* gc.c: rename gc related functions with prefix "gc_".ko1
2013-07-17* hash.c (delete_if_i): use ST_DELETE.glass
2013-07-17* bignum.c: An static assertion for relation of SIZEOF_LONG andakr
2013-07-17* hash.c (rb_hash_replace): performance improvement by usingglass
2013-07-17* gc.c: rename heap management functions with prefix "heap_".ko1
2013-07-17hash.c: key name in error messagenobu
2013-07-17* gc.c: catch up last changes for debugging/checking mode.ko1
2013-07-17* gc.c (rb_objspace_free): free slot itself.ko1
2013-07-17* gc.c (unlink_heap_slot): fix memory leak.ko1
2013-07-17* gc.c: re-design the heap structure.ko1
2013-07-17* gc.c: fix heaps_header and heaps_slot to reduce memory consumption.ko1
2013-07-17* include/ruby/st.h (st_strcasecmp): Macro defined for compatibility.akr
2013-07-17ChangeLog: Update r42013 r42014.xibbar
2013-07-16* st.c (st_locale_insensitive_strcasecmp): Renamed from st_strcasecmp.akr
2013-07-16* bignum.c (bigmul1_toom3): Use bigdivrem_single instead of bigdivrem.akr
2013-07-16* configure.in: revert r42008. strcasecmp() uses the current locale.glass
2013-07-16* configure.in: check strcasecmp().glass
2013-07-16* bignum.c (bigsq): Renamed from bigsqr.akr
2013-07-16* bignum.c (USHORT): Unused macro removed.akr