summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-23* lib/matrix/eigenvalue_decomposition.rb (tridiagonalize): fixshugo
2015-10-23safe navigation attrsetnobu
2015-10-23compile.c: just insertnobu
2015-10-22NEWS: add a spacenobu
2015-10-22test/io/wait/test_io_wait.rb (test_wait_eof): test return valuenormal
2015-10-22NEWS: fix typo [ci skip]normal
2015-10-22Add rlimit_nproc to avoid to create many process [Bug #11613]naruse
2015-10-22ALPN also uses the same logic [Bug #11369]naruse
2015-10-22* ext/openssl/ossl_ssl.c (ssl_npn_select_cb): explicitly raise errornaruse
2015-10-22* lib/un.rb (help): change the name of a block parameter to avoidshugo
2015-10-22fix backslash [ci skip]nobu
2015-10-22adjust spaces [ci skip]nobu
2015-10-22* 2015-10-23svn
2015-10-22limit the number of FDs in a process for stress testnaruse
2015-10-22common.mk: showflags only oncenobu
2015-10-22colorizenobu
2015-10-22ifchange: ignore errornobu
2015-10-22Kernel#loop returns the result value of a finished iteratorknu
2015-10-22* remove trailing spaces.svn
2015-10-22* lib/net/imap (idle): add a new argument timeout for keep-alive.shugo
2015-10-22generic_erb.rb: ignore errornobu
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