aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* string.c: ensure String#freeze resizes internal buffernormal2015-07-063-1/+26
* * vm.c (vm_define_method): remove an unused local variable.ko12015-07-062-2/+4
* * vm_core.h: remove rb_iseq_t::defined_method_id because it is notko12015-07-066-59/+20
* * vm_core.h: remove a useless declaration.ko12015-07-062-2/+4
* * vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko12015-07-0610-94/+106
* * cont.c (fiber_init): initialize control frame correctly.ko12015-07-062-4/+11
* * 2015-07-07svn2015-07-061-2/+2
* * test/ruby/test_array.rbusa2015-07-061-1/+1
* fix a typo [ci skip]kazu2015-07-061-1/+1
* * vm_insnhelper.c (vm_search_super_method): do not skip callingko12015-07-063-13/+9
* * ext/tk/tcltklib.c: removed deprecated safe level.hsbt2015-07-062-9/+6
* * method.h, proc.c (rb_method_entry_location): make it staticko12015-07-063-4/+8
* * test/lib/memory_status.rb: removed redundant path.hsbt2015-07-062-1/+5
* string.c: register_fstringnobu2015-07-061-3/+10
* fix multiple loadnobu2015-07-051-0/+1
* test/ruby/test_array.rb: longer timeout for memory leak testnormal2015-07-051-1/+1
* * 2015-07-06svn2015-07-051-2/+2
* parallel.rb: upper directorynobu2015-07-052-1/+6
* Fix typo in optparse library [ci skip] [Fix GH-956]nobu2015-07-052-1/+5
* gc.c (gc_profile_record_get): fix spelling error in keysnormal2015-07-052-2/+6
* * README.md: fix a typo pointed out by raoulvdberge. [ci skip] [DOC]nagachika2015-07-052-1/+6
* Update README.md [ci skip] [Fix GH-953]nobu2015-07-052-1/+12
* test_process.rb: reap pidnobu2015-07-051-0/+1
* array.c: fix memory leaknobu2015-07-053-1/+18
* test/ruby/test_process.rb: test for fd=3 usability in childnormal2015-07-052-0/+28
* * 2015-07-05svn2015-07-041-2/+2
* fix typos [ci skip]kazu2015-07-041-4/+4
* all?, any?, one?, none? of empty Enumerablenobu2015-07-041-0/+7
* * Add test case for empty array and first method with args.hsbt2015-07-043-0/+7
* * Add test for `Enumerable#sort` with block. Patch by @yui-knkhsbt2015-07-042-0/+6
* enum.c: remove volatile, use RB_GC_GUARDnormal2015-07-042-6/+17
* test_case.rb: fix multiple loadnobu2015-07-042-1/+19
* * 2015-07-04svn2015-07-041-2/+2
* vm.c: reduce branches for always-set VM fieldsnormal2015-07-042-12/+17
* * remove trailing spaces.svn2015-07-032-2/+2
* * method.h: introduce rb_callable_method_entry_t to removeko12015-07-0317-453/+748
* * lib/cmath.rb: shouldn't use non-ASCII characters in documentation. as ausa2015-07-031-1/+1
* file.c: _wfreopen_s on mingwnobu2015-07-032-0/+9
* transcode.c: empty encoding namenobu2015-07-033-1/+15
* object.c: fix up r51039nobu2015-07-021-1/+1
* * properties.svn2015-07-020-0/+0
* delay `exception: false' checks for minor speedupnormal2015-07-025-77/+104
* * 2015-07-03svn2015-07-021-2/+2
* dir.c: set errnonobu2015-07-022-2/+12
* fix typos [ci skip]kazu2015-07-021-2/+2
* dir.c: show warningsnobu2015-07-022-4/+14
* * gc.c: remove `#define RGENGC_OBJ_INFO 1' line introduced toko12015-07-022-2/+5
* * gc.c (rb_raw_obj_info): separated from rb_obj_info().ko12015-07-023-59/+71
* dir.c: update path typenobu2015-07-022-26/+48
* * st.c: get rid of VC++'s warnings of C4700 (uninitialized localusa2015-07-022-7/+13