aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* id_table: const correctness for _size and _memsizenormal2015-11-022-16/+16
* variable.c: remove casts for rb_class_ivar_set callersnormal2015-11-022-3/+9
* variable.c (rb_global_tbl): convert to id_tablenormal2015-11-022-19/+23
* * 2015-11-03svn2015-11-021-2/+2
* * parse.y (NO_QCALL): fix type mismatch of operands that causesngoto2015-11-022-1/+7
* * 2015-11-02svn2015-11-021-2/+2
* parse.y: lbracketnobu2015-11-023-8/+33
* * id_table.c (mix_id_table_insert): do not touch list duringko12015-11-012-10/+25
* ruby-runner.c.in: trivial optimizationnobu2015-11-011-2/+4
* iseq.c (iseq_memsize): account for rb_call_cache entriesnormal2015-11-012-0/+12
* parse.y: invalid symbolnobu2015-11-013-1/+12
* tcltklib.c: basenamenobu2015-10-312-1/+9
* * 2015-11-01svn2015-10-311-3/+3
* ruby-runner: RUBY_INSTALL_NAMEnobu2015-10-312-3/+5
* * test/openssl/test_pair.rb: skipped tests if openssl doesn't supporthsbt2015-10-312-0/+11
* mdoc2man.rb: colon in quotesnobu2015-10-311-0/+1
* optional argumentsnobu2015-10-311-2/+2
* remove extraneous spacenobu2015-10-311-1/+1
* remove extraneous spacenobu2015-10-312-1/+13
* ruby.1: fix --enable/disablenobu2015-10-312-2/+9
* test_super.rb: test_missing_supernobu2015-10-311-0/+7
* revert r52402ko12015-10-312-8/+3
* vm_insnhelper.c: get rid of copying garbagenobu2015-10-311-2/+2
* test_exception.rb: get rid of did_you_meannobu2015-10-311-5/+1
* * vm_insnhelper.c (vm_search_super_method): do not touch `ci' here.ko12015-10-312-3/+8
* tcltklib.c: GC guardnobu2015-10-311-1/+2
* eval_error.c: Fix a format of `NameError#message`nobu2015-10-313-1/+20
* internal.h: RUBY_DTRACE_HOOKnobu2015-10-316-59/+23
* use rb_source_loc and rb_source_locationnobu2015-10-318-28/+22
* vm.c: initialize line alwaysnobu2015-10-311-0/+1
* * 2015-10-31svn2015-10-311-2/+2
* ignore dump terminalnobu2015-10-312-2/+2
* fix a typo [ci skip]kazu2015-10-301-1/+1
* * gems/bundled_gems: update to power_assert 0.2.5.ktsj2015-10-302-1/+5
* * gc.c (newobj_slowpath): do not need to use flags hack (commit miss).ko12015-10-302-1/+5
* explicitly overwrite signal handlingnaruse2015-10-302-1/+2
* * gc.c (heap_get_freeobj_from_next_freepage): not so UNLIKELY.ko12015-10-302-1/+5
* * gc.c (newobj_slowpath): reduce 1 parameter to use only registersko12015-10-302-16/+41
* test/fiddle: revert r52384 partiallynobu2015-10-304-7/+7
* set as binary before gsubnaruse2015-10-301-2/+2
* show parent process's signal mask from child processnaruse2015-10-301-13/+8
* Old linux's default hard rlimit_nofile is 1024naruse2015-10-301-1/+8
* use assert_raisenobu2015-10-3014-77/+81
* * test/ruby/test_call.rb: added test for safe navigation operator.hsbt2015-10-302-0/+18
* * ChangeLog: fix wrong commit name.hsbt2015-10-301-1/+5
* * vm_method.c: added documentation of protected/private methods.hsbt2015-10-303-13/+39
* variable.c: rb_class_ivar_setnobu2015-10-304-7/+11
* test_object.rb: add more checksnobu2015-10-301-4/+6
* variable.c (generic_ivar_remove): return original valuenormal2015-10-303-8/+27
* test_gc.rb: fix failure messagenobu2015-10-301-3/+3