summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-10-23* NEWS: [DOC] In the new safe call syntax, arguments are evaluatedknu
2015-10-23* lib/forwardable (def_instance_delegator, def_single_delegator):shugo
2015-10-23error.c: separate class namesnobu
2015-10-23* .gitignore: ignored environmantal wrapper files.hsbt
2015-10-23* lib/irb.rb: Ignored assignment of STDOUT.sync = truehsbt
2015-10-23* lib/ipaddr.rb, test/test_ipaddr.rb: Reject invalid address containedhsbt
2015-10-23ChangeLog: adjust indentnobu
2015-10-23* file.c: fix indent style. [fix GH-977]hsbt
2015-10-23* string.c: Added method signature to include hash. It's inconsistencyhsbt
2015-10-23* lib/net/imap.rb: remove an empty comment line and -*-.shugo
2015-10-23* lib/net/ftp.rb (gettextfile, getbinaryfile): use the safeshugo
2015-10-23test_call.rb: add testsnobu
2015-10-23compile.c: optimize method chainnobu
2015-10-23* lib/matrix/eigenvalue_decomposition.rb (tridiagonalize): fixshugo
2015-10-23safe navigation attrsetnobu
2015-10-22test/io/wait/test_io_wait.rb (test_wait_eof): test return valuenormal
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-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-22Safe navigation operatornobu
2015-10-22dir.c: glob brace expansion [Fix GH-1061]nobu
2015-10-22io.c: check ARGV element typenobu
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-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-19fix a typo [ci skip]kazu
2015-10-19init.c: glibc bugnobu
2015-10-18* file.c (rb_file_identical_p): not necessary to compare the paths afterusa
2015-10-18* lib/open-uri.rb: Specify frozen_string_literal: true.akr
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-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