aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix OpenSSL::SSL::SSLContext#min_version doesn't worknaruse2017-10-212-2/+42
* less random generations in Random::Formatter#choose.akr2017-10-212-4/+29
* Add documentation for `chomp` option.hsbt2017-10-212-32/+51
* Remove not used node_type NODE_CVDECLyui-knk2017-10-214-6/+0
* Handle Errno::EADDRNOTAVAIL with Raspberry Pi environment.hsbt2017-10-211-5/+9
* erb.1: add missing option in detailed descriptionk0kubun2017-10-211-0/+2
* Use a mutex to make SortedSet.setup thread-safeknu2017-10-211-90/+92
* Remove redundant use of module_evalknu2017-10-211-8/+6
* Remove not used node_type NODE_IASGN2yui-knk2017-10-215-10/+1
* driver.rb: allow executing driver.rb directlyk0kubun2017-10-211-0/+1
* The encoding of __FILE__ and __dir__ should be sameusa2017-10-212-0/+21
* driver.rb: add option to specify target with rbenvk0kubun2017-10-211-0/+5
* Allow a SortedSet to be frozen and still functional [Bug #12091]knu2017-10-212-0/+44
* SecureRandom.alphanumeric implemented.akr2017-10-213-2/+53
* * remove trailing spaces.svn2017-10-211-1/+1
* Clarify return value for assignment methods.hsbt2017-10-211-1/+5
* Clarify the behavior of IO.write without offset in write mode.hsbt2017-10-211-2/+2
* erb.rb: specify frozen_string_literal: truek0kubun2017-10-211-7/+7
* * 2017-10-22svn2017-10-211-1/+1
* Update some words on README.md.hsbt2017-10-211-10/+10
* Added explicitly require to example code.hsbt2017-10-211-0/+3
* Do not pass a not used argumentyui-knk2017-10-211-3/+3
* Use caller with length to reduce unused stringskazu2017-10-217-20/+20
* fix r60281ko12017-10-211-1/+1
* Define the macro separately for ruby parser and for ripperyui-knk2017-10-211-2/+2
* Add doxygen commentssonots2017-10-213-21/+24
* io.c: introduce copy offload to IO.copy_streamglass2017-10-212-0/+114
* test_pathname.rb#test_open should care about umaskkosaki2017-10-211-2/+2
* Fix r60271kazu2017-10-211-0/+2
* test_cp_preserve_permissions should care about umaskkosaki2017-10-211-1/+2
* Describe recommended-methods.akr2017-10-211-0/+2
* sysconfdir on Windowsnobu2017-10-213-2/+3
* Removed obsoleted safe level checks on irb.hsbt2017-10-211-3/+0
* fix up r60243nobu2017-10-211-1/+1
* * properties.svn2017-10-210-0/+0
* Fixed unexpected behavior of `Resolv::MDNS#each_address` when given ".local" ...hsbt2017-10-212-1/+19
* Improve docs for `File.delete` exceptions.hsbt2017-10-211-0/+6
* Added sample code of merge! method in hash.c.hsbt2017-10-211-0/+2
* Fix the issue reference to [Bug #13769], handled in r60270knu2017-10-211-1/+1
* Add a new test case for ipaddr 1.2.0 + drb/aclknu2017-10-211-0/+1
* Import ipaddr 1.2.0knu2017-10-214-5/+202
* Rename spec/rspec to .bundle.hsbt2017-10-212-5/+5
* kill "discards ‘const’ qualifier" warningkosaki2017-10-211-1/+1
* kill "discards ‘const’ qualifier" warningkosaki2017-10-211-2/+2
* Deprecation document for gethostbyname,gethostbyaddr.akr2017-10-211-2/+20
* node.h: Remove a not used function prototypeyui-knk2017-10-211-1/+0
* kill "value computed is not used" warningkosaki2017-10-211-3/+3
* kill variable set but not used warningkosaki2017-10-211-8/+4
* kill "variable set but not used" warningkosaki2017-10-211-3/+1
* Fix bug about String#scanf("%a")nobu2017-10-212-3/+4