summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-09-30* ext/objspace/object_tracing.c: [DOC] add some nots forko1
2013-09-30* ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko1
2013-09-30* gc.c (rb_gc_disable): do rest_sweep() before disable GC.ko1
2013-09-30* properties.nobu
2013-09-30* vm_method.c (rb_undef): raise a NameError if the original methodshugo
2013-09-29fix a typokazu
2013-09-29fix typoskazu
2013-09-29parse.y: allow junk attrsetnobu
2013-09-29ChangeLog: remove duplicated entrynobu
2013-09-29parse.y: fix inconsistency with literalsnobu
2013-09-29* vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):ktsj
2013-09-28math.c: fix for Bignum argumentnobu
2013-09-28Added ticket numberkosaki
2013-09-28* test/dl/test_base.rb: {libc, libm} detection now handle GNU/Hurdkosaki
2013-09-28* remove trailing spaces.nobu
2013-09-27* ext/curses/extconf.rb: check the size of chtype.shugo
2013-09-27* gc.c: add two GC tuning environment variables.ko1
2013-09-27* gc.c (GC_MALLOC_LIMIT): 8,000,000 -> 8 * 1,024 * 1,024.ko1
2013-09-27* gc.c (gc_before_sweep): cast to size_t to suppress warnings.ko1
2013-09-27* remove trailing spaces.nobu
2013-09-27* gc.c: add some fine-grained profiling codes to tuning marking phase.ko1
2013-09-27* gc.c: simplify threshold of GC caused by malloc_increase.ko1
2013-09-26* remove trailing spaces.nobu
2013-09-26* re.c: [DOC] arguments of Regexp::union receive #to_regexp [Bug #8205]zzak
2013-09-26* struct.c: [DOC] grammar of ArgumentError in Struct.new [Bug #8936]zzak
2013-09-26* ext/bigdecimal/bigdecimal.c: [DOC] several fixes by @chastellzzak
2013-09-26* lib/observer.rb: [DOC] syntax improvement in example by @chastellzzak
2013-09-26* ext/digest/digest.c: [DOC] typo in overview by @chastellzzak
2013-09-26* ext/openssl/ossl.c: [DOC] typo in example by @zoranzariczzak
2013-09-26* misc/ruby-electric.el (ruby-electric-delete-backward-char): Addknu
2013-09-26* insns.def (opt_regexpmatch2): Check String#=~ hasn't overriddensorah
2013-09-26* misc/ruby-electric.el: Avoid use of the interactive functionknu
2013-09-26* insns.def (opt_regexpmatch1): check Regexp#=~ is not defined beforecharliesome
2013-09-26gc.c: disable AddressSanitizernobu
2013-09-25* README.EXT, README.EXT.ja: remove description of RARRAY_PTR()ko1
2013-09-25* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko1
2013-09-25internal.h: move inline functionsnobu
2013-09-25* test/rdoc/test_rdoc_generator_darkfish.rb: add a guard for windows.ko1
2013-09-25* lib/rubygems: Fix CVE-2013-4363. Miscellaneous minor improvements.drbrain
2013-09-24tabify indentkazu
2013-09-24string.c: fix for UTF-16/32nobu
2013-09-24encdb.c, encoding.c: make BOM-encodings dummynobu
2013-09-24win32/registry.rb: size in bytesnobu
2013-09-24win32/registry.rb: encode namenobu
2013-09-24win32/registry.rb: fix runtime errorsnobu
2013-09-24* gc.c (free_method_cache_entry_i): unused functioncharliesome
2013-09-24* class.c (class_alloc): remove mc_tblcharliesome
2013-09-24win32/registry.rb: fix runtime errorsnobu
2013-09-23encdb.c, utf_16_32.h: Unicode with BOMnobu
2013-09-23* hash.c (env_each_pair): do not call rb_assoc_new() ifglass