summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-10-17* io.c (fptr_finalize): don't release gvl if fptr is not writable.kosaki
2015-10-17* ruby.c (open_load_file): reset O_NONBLOCK after open.kosaki
2015-10-17* ChangeLog: remove duplicated entry of r52147. [ci skip]nagachika
2015-10-17string.c: rb_str_cat_conv_enc_optsnobu
2015-10-17ruby.c: unify nested codenobu
2015-10-16* test/ruby/test_symbol.rb (test_symbol_fstr_leak): add a warm-upodaira
2015-10-16file.c: non-blocking opennobu
2015-10-15proc.c: void envnobu
2015-10-15fix typos [ci skip]kazu
2015-10-15proc.c: proc without envnobu
2015-10-14* test/objspace/test_objspace.rbnagachika
2015-10-14* test/ostruct/test_ostruct.rb: Add tests for OpenStruct#respond_to.eregon
2015-10-14* lib/ostruct.rb: Finish defining OpenStruct attributes lazily.eregon
2015-10-14configure.in: libunwind.h checknobu
2015-10-14iseq.c: list of keywords [Fix GH-1056]nobu
2015-10-14parse.y: fix ripper warningsnobu
2015-10-14* lib/racc/rdoc/grammar.en.rdoc: fix spell error.hsbt
2015-10-13* ext/socket/raddrinfo.c (rsock_fd_family): Check sa_len.akr
2015-10-13rsock_addrinfo: specify address familynobu
2015-10-10* vm_insnhelper.c (vm_push_frame): initialize other than sp (and ep)ko1
2015-10-10* vm_eval.c, internal.h (rb_yield_1): added for performance whichko1
2015-10-10* vm_insnhelper.c (vm_call_iseq_setup_normal): setup sp firstko1
2015-10-10* vm.c (invoke_block_from_c): split this function into severalko1
2015-10-10* gc.c (newobj_of_slowpass): fix typo (pass -> path).ko1
2015-10-10udpsocket.c: refix r52097nobu
2015-10-10* vm_insnhelper.c (vm_call_method0): do not propagate enable_fastpath,ko1
2015-10-10* import a github pull requestko1
2015-10-09udpsocket.c: memory leaksnobu
2015-10-09* lib/net/ftp.rb (parse257): refactor.shugo
2015-10-09* remove trailing spaces.svn
2015-10-09* lib/net/imap.rb: use frozen_string_literal: true.shugo
2015-10-09* lib/net/ftp.rb: use frozen_string_literal: true.shugo
2015-10-09* remove trailing spaces.svn
2015-10-09* ext/openssl/lib/openssl/ssl.rb: Revert r52082 because it wassorah
2015-10-09* compile.c (iseq_compile_each): Dynamic string literals (e.g.,shugo
2015-10-08* benchmark/prepare_require.rb: skip file creation if it alreadykosaki
2015-10-08* benchmark/bm_require.rb: new benchmark for require.kosaki
2015-10-08* ext/openssl/lib/openssl/ssl.rb: Default to TLSv1.2 and drop TLS v1zzak
2015-10-07metametameta.rb: restore outputnobu
2015-10-07string.c: str_duplicatenobu
2015-10-07string.c: fix non-embedded stringnobu
2015-10-07* gc.c (newobj_of): divide fast path and slow pathko1
2015-10-07string.c: optimize String#timesnobu
2015-10-06* remove trailing spaces.svn
2015-10-06* gc.h, gc.c: introduce new debug function rb_obj_info_dump(VALUE obj)ko1
2015-10-06* vm_args.c: remove an unused field args_info::calling.ko1
2015-10-06* proc.c (rb_method_entry_min_max_arity): should supportko1
2015-10-06* lib/tmpdir.rb (Dir.tmpdir): return duplicated string to beakr
2015-10-06* vm_insnhelper.c (vm_call_method0): use switch() for visibilitiesko1
2015-10-06* proc.c (Init_Proc): Proc#call and others should be public.ko1