aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* id_table.c: adjust indentnobu2015-08-261-13/+13
* id_table.c: constifynobu2015-08-261-6/+6
* * 2015-08-26svn2015-08-261-2/+2
* id_table.c: fix for C89 compilersnobu2015-08-262-2/+11
* win32.c: fix offsetnobu2015-08-251-1/+1
* win32.c: rb_w32_reparsenobu2015-08-254-71/+119
* * 2015-08-25svn2015-08-241-2/+2
* win32.c: symlinknobu2015-08-246-0/+73
* win32.c: licensesnobu2015-08-241-1/+3
* * 2015-08-24svn2015-08-241-2/+2
* encoding.c: find encoding indexnobu2015-08-244-12/+40
* * ChangeLog: fix a typo for r51665.nagachika2015-08-221-1/+1
* * 2015-08-23svn2015-08-221-2/+2
* * ChangeLog: fix a typo for r51660.nagachika2015-08-221-1/+1
* string.c: move common statementnobu2015-08-221-9/+6
* vm_eval.c: cache resultsnobu2015-08-223-16/+58
* vm_eval.c: pass thread toonobu2015-08-221-1/+3
* vm_eval.c: reuse found method entrynobu2015-08-221-18/+21
* ChangeLog: fix a typonobu2015-08-221-1/+1
* * properties.svn2015-08-210-0/+0
* * ext/thread/thread.c: move definitions of Queue, SizedQueueko12015-08-215-1173/+1198
* * vm_opts.h, iseq.c, iseq.h: add compile option to force frozenko12015-08-216-3/+65
* * properties.svn2015-08-210-0/+0
* * ext/psych/*: update to Psych 2.0.14tenderlove2015-08-218-8/+36
* * 2015-08-22svn2015-08-211-2/+2
* vm_insnhelper.c: use update argcnobu2015-08-211-2/+2
* * ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.ko12015-08-216-0/+116
* Makefile.sub: link libraries for extensionsnobu2015-08-212-1/+7
* * include/ruby/ruby.h, cont.c, vm_trace.c: add a new eventko12015-08-215-1/+68
* * vm_insnhelper.c (vm_invoke_block): we should not expect ci->argc isko12015-08-213-3/+36
* * 2015-08-21svn2015-08-201-2/+2
* * test/openssl/test_ssl_session.rb: Fix tests so that they take in totenderlove2015-08-202-4/+9
* fix indent (tabify) [ci skip]kazu2015-08-201-6/+6
* vm_eval.c: redefined respond_to_missing?nobu2015-08-202-20/+42
* vm_eval.c: share with rb_obj_respond_tonobu2015-08-204-26/+51
* vm_method.c: reuse method entrynobu2015-08-194-8/+21
* win32.c: support known reparse points onlynobu2015-08-193-4/+33
* * 2015-08-20svn2015-08-191-2/+2
* * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): add OP_ALL totenderlove2015-08-193-3/+14
* process.c: [DOC] env values in spawn [ci skip]nobu2015-08-192-1/+6
* win32.c: support known reparse points onlynobu2015-08-192-37/+56
* * 2015-08-19svn2015-08-191-2/+2
* io.c: initialize variablenobu2015-08-191-0/+1
* * thread_pthread.c (reserve_stack): ensure the memory is reallynaruse2015-08-182-1/+6
* parse.y: fix labelargnobu2015-08-183-2/+13
* ruby.h: define RClass only in Cnobu2015-08-182-5/+8
* * 2015-08-18svn2015-08-181-2/+2
* ruby.h: adjust for g++nobu2015-08-182-2/+7
* parse.y: fix block after conditionalnobu2015-08-173-22/+49
* parse.y: revert arg in r47649nobu2015-08-171-13/+3