summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-27* lib/irb/notifier.rb: [Doc] Fix typoa_matsuda
2013-11-27* lib/irb/notifier.rb: Fix typoa_matsuda
2013-11-27* gc.c (gc_mark_stacked_objects): check only when check_mode > 0.ko1
2013-11-27* test/ruby/test_gc.rb (class TestGc): Fix warning intmm1
2013-11-27* gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm1
2013-11-27* gc.c (gc_page_sweep): Fix compile warning from last commit.tmm1
2013-11-27* gc.c (gc_page_sweep): disable debug print.ko1
2013-11-27* gc.c (gc_stat): add new information heap_eden_page_length andko1
2013-11-27* test/ruby/test_eval.rb (class TestEval): Use assert_same instead oftmm1
2013-11-27 * lib/rinda/ring.rb: Announce RingServer for the same process.drbrain
2013-11-27* test/ruby/test_eval.rb (class TestEval): Add test for shared evaltmm1
2013-11-27* hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash stringtmm1
2013-11-27* test/ruby/test_string.rb: Add test for error when appending aheadius
2013-11-27* gc.c: Rename rb_heap_t members:tmm1
2013-11-27test_bug_reporter.rb: remove corenobu
2013-11-26* compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...tmm1
2013-11-26* ext/psych/lib/psych.rb: psych version 2.0.2tenderlove
2013-11-26* ext/psych/lib/psych/scalar_scanner.rb: fix support for negativetenderlove
2013-11-26* ext/psych/lib/psych/scalar_scanner.rb: fix regexp for matching TIMEtenderlove
2013-11-26string.c: fix memsize of frozen shared stringnobu
2013-11-26* 2013-11-27svn
2013-11-26should not ignore the rest of recursive constructsnobu
2013-11-26hash.c: cut off if recursionnobu
2013-11-26* test/ruby/test_settracefunc.rb: add tests for a_call/a_returnko1
2013-11-26* common.mk: add useful config "set breakpoint pending on"ko1
2013-11-26* ext/objspace/object_tracing.c (newobj_i): skip class_path if classko1
2013-11-26* vm_trace.c: skip "exception check" and "reentrant check (only normalko1
2013-11-26* vm_trace.c: prohibit to specify normal events and internal eventsko1
2013-11-26file.c: fix buffer overflownobu
2013-11-26* ext/objspace/objspace_dump.c (dump_append_string_value): Escapetmm1
2013-11-26* ruby_atomic.h: use __atomic builtin functions supported by GCC.glass
2013-11-26* properties: ext/bigdecimal/bigdecimal.gemspecnobu
2013-11-26* properties: ext/bigdecimal/bigdecimal.gemspecnobu
2013-11-26bigdecimal.gemspec: datenobu
2013-11-25* NEWS: Add ObjectSpace.after_gc_{start,end}_hook=tmm1
2013-11-25* 2013-11-26svn
2013-11-25* lib/rubygems: Update to RubyGems master 612f85a. Notable changes:drbrain
2013-11-25* lib/xmlrpc.rb: [DOC] Fix link to xmlrpc4r site [Bug #9148]zzak
2013-11-25* lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456]zzak
2013-11-25* ext/bigdecimal/bigdecimal.gemspec: bump BigDecimal to 1.2.3 forzzak
2013-11-25* ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#datezzak
2013-11-25fix typoskazu
2013-11-25* internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()ko1
2013-11-24* test/-ext-/tracepoint/test_tracepoint.rb: catch up GC.stat changesko1
2013-11-24* gc.c: continue to change OLDSPACE -> OLDMALLOC.ko1
2013-11-24* gc.c: change terminlogy "..._num" to "..._slots" about slot opetaion.ko1
2013-11-24* gc.c (gc_stat): add internal information.ko1
2013-11-24* test/ruby/test_gc.rb: catch up last commit.ko1
2013-11-24* gc.c: change terminology OLDSPACE -> OLDMALLOC.ko1
2013-11-24* 2013-11-25svn