summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-22Safe navigation operatornobu
2015-10-22generic_erb.rb: highlightnobu
2015-10-22dir.c: glob brace expansion [Fix GH-1061]nobu
2015-10-22io.c: check ARGV element typenobu
2015-10-22* 2015-10-22svn
2015-10-22* test/net/ftp/test_ftp.rb: add tests for getbinaryfile andshugo
2015-10-21parse.y: magic comment w/o indicatorsnobu
2015-10-21Makefile.in: tty at reconfignobu
2015-10-21* 2015-10-21svn
2015-10-21extconf.rb: strict_warnflagsnobu
2015-10-20test -tnobu
2015-10-20missing.h: fix conditionnobu
2015-10-20highlight configurenobu
2015-10-20* lib/prime.rb: Add basic argument checking to Prime.prime?marcandre
2015-10-20* lib/prime.rb: Optimize Integer#prime?marcandre
2015-10-19* configure.in: pthread_getattr_np is broken on AIX.odaira
2015-10-19ext/fiddle/closure.c (callback): static functionnormal
2015-10-19check INFINITY and NAN without C99 optionnobu
2015-10-19suppress a warningnobu
2015-10-19* 2015-10-20svn
2015-10-19fix typos [ci skip]kazu
2015-10-19fix a typo [ci skip]kazu
2015-10-19file.c: fix typosnobu
2015-10-19objspace_dump.c: special constnobu
2015-10-19init.c: glibc bugnobu
2015-10-18* 2015-10-19svn
2015-10-18* file.c (rb_file_identical_p): not necessary to compare the paths afterusa
2015-10-18* ruby/test_require.rb (loading_fifo): checking by defined? is meaningless aboutusa
2015-10-18* lib/open-uri.rb: Specify frozen_string_literal: true.akr
2015-10-18disable warnings unless optimizednobu
2015-10-18disable warnings unless optimizednobu
2015-10-18random.c: comment [ci skip]nobu
2015-10-18Revert r52180kosaki
2015-10-18* random.c (fill_random_bytes_urandom): add a comment why usingkosaki
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-18ruby.c: disable nonblock only if nonblocking modenobu
2015-10-18* lib/securerandom.rb: Specify frozen_string_literal: true.akr
2015-10-18test_require.rb: no guarantees to load FIFOnobu
2015-10-18test_require.rb: test conditionsnobu
2015-10-18* dln.c: remove defined(__WATCOMC__).kosaki
2015-10-18* lib/mkmf.rb: Good-by Borland-C (cont).kosaki
2015-10-18* append newline at EOF.svn
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-18fix compile errorkosaki