summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-10-18* random.c (fill_random_bytes_syscall): don't use GRND_NONBLOCK.kosaki
2015-10-18* random.c (fill_random_bytes_syscall): use ATOMIC_SET() forkosaki
2015-10-18* include/ruby/backward/util.h: Good-by Borland-C.kosaki
2015-10-18* common.mk: add a comment how to use "make test-all"kosaki
2015-10-18* common.mk: add comments how to use "make benchmark"kosaki
2015-10-18* lib/securerandom.rb: Specify frozen_string_literal: true.akr
2015-10-18* dln.c: remove defined(__WATCOMC__).kosaki
2015-10-18* lib/mkmf.rb: Good-by Borland-C (cont).kosaki
2015-10-18* numeric.c: Good-by Borland-C.kosaki
2015-10-18* dln.c: simplify #ifdef. _WIN32 and __CYGWIN__ are exclusive.kosaki
2015-10-18* ruby.c (open_load_file): add a comment.kosaki
2015-10-18* file.c (rb_file_identical_p): simplify ifdefskosaki
2015-10-18* ChangeLog: Good-bye OS/2.kosaki
2015-10-18* include/ruby/defines.h (DOSISH): add comments.kosaki
2015-10-18re-commit r52152kosaki
2015-10-18* file.c (ruby_is_fd_loadable): this should be fail if st_mode iskosaki
2015-10-18* ruby.c (open_load_file): use rb_thread_wait_fd() instead of reopen.kosaki
2015-10-18Revert r52154kosaki
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