summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-08sprintf.c: skip non-interned namenobu
2014-07-08memory_status.rb: find proper psnobu
2014-07-08parse.y: expand is_asgn_or_idnobu
2014-07-08* 2014-07-08svn
2014-07-08* parse.y (dsymbol_alloc): set global_symbols.minor_marked to 0.ko1
2014-07-07test/ruby/find_executable.rbnobu
2014-07-07common.mk: integrate clean targetsnobu
2014-07-07* parse.y: remove global_symbols::pinned_dsymko1
2014-07-07* gc.c: revert miss-commit.ko1
2014-07-07* parse.y: need to use updated (re-created) symbols.ko1
2014-07-07* tool/mkconfig.rb: remove not to require rbconfig/obsolete.rb.naruse
2014-07-07* parse.y: do not use rb_gc_resurrect(), but create a new dynamicko1
2014-07-06string.c: do not use garbage objectnobu
2014-07-06* string.c (fstr_update_callback): do not use rb_gc_resurrect()ko1
2014-07-06* gc.c: rename is_dying_object() to is_garbage_object().ko1
2014-07-06st.c: fix uninitialized variablenobu
2014-07-06* 2014-07-07svn
2014-07-06st.c: remove equality checksnobu
2014-07-06st.c: re-calc hash_val before addingnobu
2014-07-06st.c: update the key too if changednobu
2014-07-06* file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc.ktsj
2014-07-06* gc.c (is_dying_object): fix missed condition.ko1
2014-07-06* gc.c: rename is_dead_object() to is_dying_object().ko1
2014-07-06split tool/fake.rbnobu
2014-07-06* gc.c (rb_gc_register_mark_object): change data structure.ko1
2014-07-06fake.rb.in: override File::ALT_SEPARATORnobu
2014-07-06mkconstants.rb: remove empty commentsnobu
2014-07-06rdoc/stats/normal.rb: fix last_widthnobu
2014-07-06rdoc/stats/normal.rb: IO.console_sizenobu
2014-07-06rdoc/stats/normal.rb: clear previous outputnobu
2014-07-05* 2014-07-06svn
2014-07-05common.mk: ignore clean-runnable errorsnobu
2014-07-05common.mk: remove sizes.onobu
2014-07-05common.mk: empty by distcleannobu
2014-07-05ext/rbconfig/sizeof: distcleannobu
2014-07-05ext/etc: distcleannobu
2014-07-05* class.c: [DOC] mention about prepended modules.ktsj
2014-07-05fix a typo [ci skip]kazu
2014-07-04lib/irb/locale.rb: fix typonobu
2014-07-04common.mk: move DEFAULT_PRELUDESnobu
2014-07-04* 2014-07-05svn
2014-07-04parse.y: fix castsnobu
2014-07-04* parse.y: rename symbols::sym_id to symbols::str_id.ko1
2014-07-04* parse.y (must_be_dynamic_symbol): fix missed-condition.ko1
2014-07-04* parse.y (rb_pin_dynamic_symbol): should be `static' function.ko1
2014-07-04* parse.y (must_be_dynamic_symbol): refactoring.ko1
2014-07-04test/unit.rb: newline after messagenobu
2014-07-04parse.y: remove global_symbols.op_symnobu
2014-07-04parse.y: use rb_fstring_newnobu
2014-07-04string.c: rb_fstring_new assumes US-ASCIInobu