summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-07-13timeout.rb: warn deprecated methodnobu
2015-07-12* ext/openssl/ossl.c: [DOC] Backport ruby/openssl@dbb3fdb [Bug #11345]zzak
2015-07-12* ext/socket/basicsocket.c: [DOC] typo (Errno::AGAIN -> Errno::EAGAIN)sorah
2015-07-11Simple testing for StringIO#sysreadnobu
2015-07-11stringio.c: Fix an example doc [ci skip]nobu
2015-07-11* ChangeLog: typo.usa
2015-07-11timeout.rb: fix backtracenobu
2015-07-10timeout.rb: removed and use Timeout::Errornobu
2015-07-10* process.c (rb_f_exec): rb_exec_without_timer_thread should bengoto
2015-07-10dir.c: get attributes by fdnobu
2015-07-10stringio.c: remove unnecessary checknobu
2015-07-09* win32/win32.c (waitpid): return immediately if interrupted.usa
2015-07-09* vm_insnhelper.c (vm_search_super_method): use CI_SET_FASTPATH().ko1
2015-07-09* vm_core.h: remove rb_call_info_t::klass becauseko1
2015-07-09* lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.hsbt
2015-07-09* vm_core.h (rb_control_frame_t): fix comments (layout index).ko1
2015-07-09* parse.y: Improve duplicate key warning with patch by @andremedeiroszzak
2015-07-07* lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrikhsbt
2015-07-07iseq.c (iseq_data_to_ary): dump kw_arg as symbolnormal
2015-07-07* random.c (fill_random_bytes_syscall): fix compile error.kazu
2015-07-07fix typos [ci skip]kazu
2015-07-07compile.c (COMPILE_ERROR): reduce GET_THREAD() callsnormal
2015-07-07random.c: fix failures on old Linuxnormal
2015-07-07file.c: skip invalid bytenobu
2015-07-07* vm_backtrace.c: remove debug flag introduced accidentaly.ko1
2015-07-07* cont.c (cont_free): remove mysterious fflush()ko1
2015-07-07* proc.c (rb_method_call): because data->me should be non-NULL,ko1
2015-07-07* vm_core.h: remove rb_iseq_t::orig because rb_iseq_clone()ko1
2015-07-07* iseq.c, internal.h (rb_iseq_clone): removed because we don't need toko1
2015-07-06string.c: ensure String#freeze resizes internal buffernormal
2015-07-06* vm.c (vm_define_method): remove an unused local variable.ko1
2015-07-06* vm_core.h: remove rb_iseq_t::defined_method_id because it is notko1
2015-07-06* vm_core.h: remove a useless declaration.ko1
2015-07-06* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko1
2015-07-06* cont.c (fiber_init): initialize control frame correctly.ko1
2015-07-06fix a typo [ci skip]kazu
2015-07-06* vm_insnhelper.c (vm_search_super_method): do not skip callingko1
2015-07-06* ext/tk/tcltklib.c: removed deprecated safe level.hsbt
2015-07-06* method.h, proc.c (rb_method_entry_location): make it staticko1
2015-07-06* test/lib/memory_status.rb: removed redundant path.hsbt
2015-07-05parallel.rb: upper directorynobu
2015-07-05Fix typo in optparse library [ci skip] [Fix GH-956]nobu
2015-07-05gc.c (gc_profile_record_get): fix spelling error in keysnormal
2015-07-05* README.md: fix a typo pointed out by raoulvdberge. [ci skip] [DOC]nagachika
2015-07-05Update README.md [ci skip] [Fix GH-953]nobu
2015-07-05array.c: fix memory leaknobu
2015-07-05test/ruby/test_process.rb: test for fd=3 usability in childnormal
2015-07-04fix typos [ci skip]kazu
2015-07-04* Add test case for empty array and first method with args.hsbt
2015-07-04* Add test for `Enumerable#sort` with block. Patch by @yui-knkhsbt