aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* remove redundant NULL check in mark functionsnormal2015-07-151-0/+7
* encoding.c: drop dummy encoding flagnobu2015-07-151-0/+6
* * vm.c (vm_make_env_each): add comments about env layout.ko12015-07-151-0/+7
* gc.h: evaluate the macro argument only oncenobu2015-07-141-0/+5
* * vm_core.h, vm.c: remove rb_proc_t::envval because we can know it viako12015-07-141-0/+12
* * vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know itko12015-07-141-0/+20
* * vm.c: refactoring Proc/Env related code.ko12015-07-141-0/+21
* use _Static_assert with clangkazu2015-07-141-0/+11
* fix compile error with clangkazu2015-07-141-0/+5
* webrick/utils.rb: wakeup immediatelynobu2015-07-141-1/+4
* webrick/utils.rb: adaptive sleepnobu2015-07-141-1/+4
* webrick/server.rb: stop immediatelynobu2015-07-141-0/+8
* httpproxy.rb: fix typos [ci skip]nobu2015-07-131-0/+5
* fix indent (tabify) [ci skip]kazu2015-07-131-2/+2
* fix indent (tabify) [ci skip]kazu2015-07-131-2/+2
* timeout.rb: warn deprecated methodnobu2015-07-131-0/+4
* * ext/openssl/ossl.c: [DOC] Backport ruby/openssl@dbb3fdb [Bug #11345]zzak2015-07-121-0/+5
* * ext/socket/basicsocket.c: [DOC] typo (Errno::AGAIN -> Errno::EAGAIN)sorah2015-07-121-0/+14
* Simple testing for StringIO#sysreadnobu2015-07-111-0/+5
* stringio.c: Fix an example doc [ci skip]nobu2015-07-111-0/+5
* * ChangeLog: typo.usa2015-07-111-1/+1
* timeout.rb: fix backtracenobu2015-07-111-0/+5
* timeout.rb: removed and use Timeout::Errornobu2015-07-101-0/+6
* * process.c (rb_f_exec): rb_exec_without_timer_thread should bengoto2015-07-101-0/+8
* dir.c: get attributes by fdnobu2015-07-101-0/+5
* stringio.c: remove unnecessary checknobu2015-07-101-0/+5
* * win32/win32.c (waitpid): return immediately if interrupted.usa2015-07-091-0/+5
* * vm_insnhelper.c (vm_search_super_method): use CI_SET_FASTPATH().ko12015-07-091-0/+4
* * vm_core.h: remove rb_call_info_t::klass becauseko12015-07-091-0/+18
* * lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.hsbt2015-07-091-0/+5
* * vm_core.h (rb_control_frame_t): fix comments (layout index).ko12015-07-091-0/+4
* * parse.y: Improve duplicate key warning with patch by @andremedeiroszzak2015-07-091-0/+5
* * lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrikhsbt2015-07-071-0/+4
* iseq.c (iseq_data_to_ary): dump kw_arg as symbolnormal2015-07-071-0/+6
* * random.c (fill_random_bytes_syscall): fix compile error.kazu2015-07-071-0/+4
* fix typos [ci skip]kazu2015-07-071-2/+2
* compile.c (COMPILE_ERROR): reduce GET_THREAD() callsnormal2015-07-071-0/+4
* random.c: fix failures on old Linuxnormal2015-07-071-0/+5
* file.c: skip invalid bytenobu2015-07-071-0/+6
* * vm_backtrace.c: remove debug flag introduced accidentaly.ko12015-07-071-0/+4
* * cont.c (cont_free): remove mysterious fflush()ko12015-07-071-0/+5
* * proc.c (rb_method_call): because data->me should be non-NULL,ko12015-07-071-0/+7
* * vm_core.h: remove rb_iseq_t::orig because rb_iseq_clone()ko12015-07-071-0/+7
* * iseq.c, internal.h (rb_iseq_clone): removed because we don't need toko12015-07-071-0/+8
* string.c: ensure String#freeze resizes internal buffernormal2015-07-061-0/+6
* * vm.c (vm_define_method): remove an unused local variable.ko12015-07-061-0/+4
* * vm_core.h: remove rb_iseq_t::defined_method_id because it is notko12015-07-061-0/+16
* * vm_core.h: remove a useless declaration.ko12015-07-061-0/+4
* * vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko12015-07-061-0/+27
* * cont.c (fiber_init): initialize control frame correctly.ko12015-07-061-0/+6