aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* check INFINITY and NAN without C99 optionnobu2015-10-193-7/+16
* suppress a warningnobu2015-10-191-1/+1
* * 2015-10-20svn2015-10-191-2/+2
* fix typos [ci skip]kazu2015-10-191-2/+2
* fix a typo [ci skip]kazu2015-10-191-1/+1
* file.c: fix typosnobu2015-10-191-2/+2
* objspace_dump.c: special constnobu2015-10-192-18/+68
* init.c: glibc bugnobu2015-10-192-1/+8
* * 2015-10-19svn2015-10-181-2/+2
* * file.c (rb_file_identical_p): not necessary to compare the paths afterusa2015-10-182-7/+7
* * ruby/test_require.rb (loading_fifo): checking by defined? is meaningless aboutusa2015-10-181-2/+2
* * 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