aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stringio.c: Fix an example doc [ci skip]nobu2015-07-112-1/+6
* * ChangeLog: typo.usa2015-07-111-1/+1
* timeout.rb: fix backtracenobu2015-07-112-3/+6
* * 2015-07-11svn2015-07-101-2/+2
* test_timeout.rb: add an assertionnobu2015-07-101-0/+5
* timeout.rb: removed and use Timeout::Errornobu2015-07-103-6/+27
* zlib.c: GC guardsnobu2015-07-101-4/+9
* zlib.c: protoizenobu2015-07-101-8/+9
* compressed mantypesnobu2015-07-102-2/+17
* * process.c (rb_f_exec): rb_exec_without_timer_thread should bengoto2015-07-102-10/+8
* dir.c: get attributes by fdnobu2015-07-102-3/+6
* stringio.c: remove unnecessary checknobu2015-07-102-2/+5
* * 2015-07-10svn2015-07-101-2/+2
* extmk.rb: silently skip never-installed extensionsnobu2015-07-101-0/+2
* test_process.rb: test for [Bug #11340]nobu2015-07-091-0/+23
* * win32/win32.c (waitpid): fixed return value of previous commit. thanks, nobu!usa2015-07-091-3/+4
* * win32/win32.c (waitpid): return immediately if interrupted.usa2015-07-092-1/+7
* * vm_insnhelper.c (vm_search_super_method): use CI_SET_FASTPATH().ko12015-07-092-1/+5
* * vm_core.h: remove rb_call_info_t::klass becauseko12015-07-093-41/+41
* * lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.hsbt2015-07-092-0/+6
* * vm_core.h (rb_control_frame_t): fix comments (layout index).ko12015-07-092-4/+8
* * 2015-07-09svn2015-07-091-2/+2
* * parse.y: Improve duplicate key warning with patch by @andremedeiroszzak2015-07-092-2/+7
* leakchecker.rb: close consolenobu2015-07-081-3/+3
* resolver.rb: fix fd leaksnobu2015-07-081-0/+2
* basicsocket.c: swap examples [ci skip]nobu2015-07-081-7/+11
* pass saved errnonobu2015-07-082-8/+5
* * lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrikhsbt2015-07-072-1/+5
* iseq.c (iseq_data_to_ary): dump kw_arg as symbolnormal2015-07-073-1/+16
* * test/ruby/test_method.rb (TestMethod#test_{instance,define}_method): assumedusa2015-07-072-16/+24
* * 2015-07-08svn2015-07-071-2/+2
* * test/ruby/test_array.rbusa2015-07-071-1/+1
* * random.c (fill_random_bytes_syscall): fix compile error.kazu2015-07-072-5/+10
* fix typos [ci skip]kazu2015-07-071-2/+2
* compile.c (COMPILE_ERROR): reduce GET_THREAD() callsnormal2015-07-072-4/+9
* random.c: fix failures on old Linuxnormal2015-07-072-2/+7
* random.c: try getrandomnobu2015-07-072-1/+24
* random.c: separate fill_random_bytesnobu2015-07-071-15/+32
* file.c: skip invalid bytenobu2015-07-073-4/+15
* * vm_backtrace.c: remove debug flag introduced accidentaly.ko12015-07-072-2/+4
* symbol.c: preserve encodingnobu2015-07-073-6/+29
* * cont.c (cont_free): remove mysterious fflush()ko12015-07-072-1/+6
* * proc.c (rb_method_call): because data->me should be non-NULL,ko12015-07-072-2/+9
* * vm_core.h: remove rb_iseq_t::orig because rb_iseq_clone()ko12015-07-073-66/+59
* * iseq.c, internal.h (rb_iseq_clone): removed because we don't need toko12015-07-074-28/+9
* 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