aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/open-uri.rb: Specify frozen_string_literal: true.akr2015-10-184-8/+19
* disable warnings unless optimizednobu2015-10-181-1/+1
* disable warnings unless optimizednobu2015-10-181-0/+6
* random.c: comment [ci skip]nobu2015-10-181-3/+3
* Revert r52180kosaki2015-10-182-8/+5
* * random.c (fill_random_bytes_urandom): add a comment why usingkosaki2015-10-182-0/+10
* * random.c (fill_random_bytes_syscall): don't use GRND_NONBLOCK.kosaki2015-10-182-5/+8
* * random.c (fill_random_bytes_syscall): use ATOMIC_SET() forkosaki2015-10-182-1/+6
* * include/ruby/backward/util.h: Good-by Borland-C.kosaki2015-10-182-1/+5
* * common.mk: add a comment how to use "make test-all"kosaki2015-10-182-1/+7
* * common.mk: add comments how to use "make benchmark"kosaki2015-10-182-0/+9
* ruby.c: disable nonblock only if nonblocking modenobu2015-10-181-4/+6
* * lib/securerandom.rb: Specify frozen_string_literal: true.akr2015-10-182-0/+5
* test_require.rb: no guarantees to load FIFOnobu2015-10-181-5/+5
* test_require.rb: test conditionsnobu2015-10-181-4/+2
* * dln.c: remove defined(__WATCOMC__).kosaki2015-10-182-1/+5
* * lib/mkmf.rb: Good-by Borland-C (cont).kosaki2015-10-182-2/+4
* * append newline at EOF.svn2015-10-181-1/+1
* * numeric.c: Good-by Borland-C.kosaki2015-10-1812-21/+24
* * dln.c: simplify #ifdef. _WIN32 and __CYGWIN__ are exclusive.kosaki2015-10-184-7/+14
* * ruby.c (open_load_file): add a comment.kosaki2015-10-182-0/+8
* fix compile errorkosaki2015-10-181-1/+1
* file.c: fix compile errornobu2015-10-181-1/+0
* * file.c (rb_file_identical_p): simplify ifdefskosaki2015-10-182-13/+5
* * append newline at EOF.svn2015-10-181-1/+1
* * ChangeLog: Good-bye OS/2.kosaki2015-10-1816-246/+27
* * include/ruby/defines.h (DOSISH): add comments.kosaki2015-10-182-0/+9
* re-commit r52152kosaki2015-10-182-1/+16
* * file.c (ruby_is_fd_loadable): this should be fail if st_mode iskosaki2015-10-182-3/+12
* * ruby.c (open_load_file): use rb_thread_wait_fd() instead of reopen.kosaki2015-10-182-19/+5
* Revert r52154kosaki2015-10-182-16/+1
* ruby.c: unnecessary variablenobu2015-10-171-1/+1
* file.c: set errnonobu2015-10-172-2/+4
* ruby.c: suppress warningsnobu2015-10-171-4/+6
* * io.c (fptr_finalize): don't release gvl if fptr is not writable.kosaki2015-10-172-1/+16
* * ruby.c (open_load_file): reset O_NONBLOCK after open.kosaki2015-10-176-23/+134
* * 2015-10-18svn2015-10-171-2/+2
* * ChangeLog: remove duplicated entry of r52147. [ci skip]nagachika2015-10-171-9/+0
* test_const.rb: suppress warningsnobu2015-10-171-4/+1
* string.c: rb_str_cat_conv_enc_optsnobu2015-10-174-21/+83
* file.c: prefer encoding index as possiblenobu2015-10-171-22/+27
* ruby.c: unify nested codenobu2015-10-172-29/+27
* vm_insnhelper.c: suppress a warningnobu2015-10-171-1/+1
* ruby.c: conflicting O_NONBLOCKnobu2015-10-172-3/+7
* ruby.c: fd leaknobu2015-10-161-5/+5
* * 2015-10-17svn2015-10-161-2/+2
* * test/ruby/test_symbol.rb (test_symbol_fstr_leak): add a warm-upodaira2015-10-162-2/+8
* file.c: non-blocking opennobu2015-10-166-25/+32
* vm_args.c: symbol procnobu2015-10-165-29/+49
* proc.c: merge blocksnobu2015-10-151-11/+1