aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vm_insnhelper.c: fix implicit splat keyword argumentnobu2014-07-103-3/+28
* fix typos [ci skip]kazu2014-07-101-5/+5
* gc.c: fix typonobu2014-07-101-8/+8
* * symbol.c: remove rb_gc_mark_symbols().ko12014-07-094-22/+33
* * 2014-07-10svn2014-07-091-2/+2
* * common.mk (DTRACE_DEPENDENT_OBJS): fix build failure on Solarisngoto2014-07-092-0/+7
* random.c: fix castsnobu2014-07-091-4/+4
* symbol.c, symbol.h: split from parse.ynobu2014-07-095-1149/+1198
* parse.y: adjust argument typesnobu2014-07-091-2/+3
* io.c: refine error messagenobu2014-07-091-1/+13
* test_io.rb: fix assertionnobu2014-07-091-1/+1
* * parse.y: change Symbol <-> ID relationship to avoidko12014-07-0911-136/+231
* * parse.y (symbols_i): delete garbage symbols for Symbol.all_symbols.ko12014-07-092-5/+15
* require "rbconfig" to use RbConfignaruse2014-07-091-0/+2
* thread_pthread.h: do not expose pthread type for locknormal2014-07-082-1/+6
* thread_pthread.h: remove unneeded semaphore.h includenormal2014-07-082-2/+4
* * 2014-07-09svn2014-07-081-2/+2
* * lib/irb/ruby-lex.rb: fix counting indent in identify_string_dvar.keiju2014-07-082-1/+5
* fix a typo [ci skip]kazu2014-07-081-1/+1
* sprintf.c: skip non-interned namenobu2014-07-081-7/+8
* memory_status.rb: find proper psnobu2014-07-082-1/+10
* parse.y: expand is_asgn_or_idnobu2014-07-081-7/+7
* * 2014-07-08svn2014-07-081-2/+2
* * parse.y (dsymbol_alloc): set global_symbols.minor_marked to 0.ko12014-07-082-8/+31
* test/ruby/find_executable.rbnobu2014-07-073-4/+29
* common.mk: integrate clean targetsnobu2014-07-074-28/+14
* * parse.y: remove global_symbols::pinned_dsymko12014-07-072-16/+22
* * gc.c: revert miss-commit.ko12014-07-072-1/+5
* * parse.y: need to use updated (re-created) symbols.ko12014-07-074-5/+11
* * tool/mkconfig.rb: remove not to require rbconfig/obsolete.rb.naruse2014-07-073-39/+6
* * parse.y: do not use rb_gc_resurrect(), but create a new dynamicko12014-07-073-26/+50
* string.c: do not use garbage objectnobu2014-07-061-3/+3
* * string.c (fstr_update_callback): do not use rb_gc_resurrect()ko12014-07-063-13/+29
* * gc.c: rename is_dying_object() to is_garbage_object().ko12014-07-063-4/+12
* st.c: fix uninitialized variablenobu2014-07-061-3/+3
* * 2014-07-07svn2014-07-061-2/+2
* st.c: remove equality checksnobu2014-07-062-12/+3
* st.c: re-calc hash_val before addingnobu2014-07-061-0/+2
* st.c: update the key too if changednobu2014-07-061-0/+18
* * file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc.ktsj2014-07-062-4/+4
* * gc.c (is_dying_object): fix missed condition.ko12014-07-062-4/+10
* * gc.c: rename is_dead_object() to is_dying_object().ko12014-07-062-7/+38
* split tool/fake.rbnobu2014-07-062-32/+38
* * gc.c (rb_gc_register_mark_object): change data structure.ko12014-07-063-2/+21
* fake.rb.in: override File::ALT_SEPARATORnobu2014-07-061-3/+4
* mkconstants.rb: remove empty commentsnobu2014-07-061-3/+5
* rdoc/stats/normal.rb: fix last_widthnobu2014-07-061-1/+1
* rdoc/stats/normal.rb: IO.console_sizenobu2014-07-061-1/+3
* rdoc/stats/normal.rb: clear previous outputnobu2014-07-061-3/+4
* * 2014-07-06svn2014-07-051-2/+2