aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * Remove 512-bit DH group. It's affected by LogJam Attack.hsbt2016-01-141-8/+0
* ext/-test-: reduce feature namesnobu2016-01-1012-12/+12
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-101-1/+1
* openssl: fix examples [ci skip]nobu2016-01-091-0/+3
* nmake VPATHnobu2016-01-091-1/+4
* Revert r53482 "nmake VPATH"naruse2016-01-091-4/+1
* nmake VPATHnobu2016-01-091-1/+4
* * ext/ripper/depend: Just like BSDmake, nmake also recognize the rule ofusa2016-01-071-3/+2
* fix r53448naruse2016-01-071-2/+3
* mkmf.rb: library installation messagesnobu2016-01-072-2/+5
* stringio: binmode sets encoding to ASCII-8BITnormal2016-01-041-1/+12
* :warning: key "accelerator" is duplicated and overwritten in Tk samplesa_matsuda2015-12-285-5/+5
* Missing requirea_matsuda2015-12-281-0/+2
* parsedate is no more available since 1.9a_matsuda2015-12-282-8/+8
* Convert euc-jp resource file in Tk sample to utf-8a_matsuda2015-12-281-5/+5
* Documentation typoa_matsuda2015-12-281-1/+1
* * remove trailing spaces.svn2015-12-271-1/+1
* * ext/win32ole/win32ole.c (ole_variant2val): refactoring.suke2015-12-271-10/+8
* Method name typo in a Tk samplea_matsuda2015-12-271-1/+1
* ivar name typo in a Tk samplea_matsuda2015-12-271-2/+2
* Method name typo in a Tk samplea_matsuda2015-12-271-1/+1
* ivar name typo in a Tk samplea_matsuda2015-12-271-1/+1
* Typo in Tk samplesa_matsuda2015-12-272-8/+8
* Method name typo in Tk samplesa_matsuda2015-12-272-2/+2
* Typo in a Tk samplea_matsuda2015-12-271-3/+3
* Typo in a Tk samplea_matsuda2015-12-271-1/+1
* Typo in a gvar namea_matsuda2015-12-271-1/+1
* Typo in Tk samplesa_matsuda2015-12-272-14/+14
* Typos in messagesa_matsuda2015-12-2717-20/+20
* Documentation typosa_matsuda2015-12-2746-76/+76
* Typo: widget (?)a_matsuda2015-12-278-8/+8
* * ext/win32ole/win32ole.c (ole_vstr2wc, ole_variant2val): fix blanksuke2015-12-271-4/+13
* doc/CangeLog-2.3.0, ext/tk/lib/txextlib/SUPPORT_STATUS,duerst2015-12-251-4/+4
* fix common misspelling [ci skip]nobu2015-12-246-6/+6
* io/console: fix gem build failure on Windowsnobu2015-12-233-3/+9
* rb_readwrite_syserr_failnobu2015-12-233-6/+6
* prefer rb_syserr_failnobu2015-12-237-25/+33
* ext/socket/init.c (rsock_init_sock): reject reserved FDsnormal2015-12-221-1/+1
* io-console.gemspec: BSD-2-Clausenobu2015-12-221-1/+1
* fix r53231: raise Errno::EBADF like other OSesnaruse2015-12-221-2/+4
* io-console.gemspec: bump upnobu2015-12-221-1/+1
* * ext/bigdecimal/bigdecimal.gemspec: bump version to 1.2.8.mrkn2015-12-221-1/+1
* * ext/psych/lib/psych.rb: bump version to 2.0.17hsbt2015-12-222-3/+3
* escape.c: should not freezenobu2015-12-221-2/+2
* escape.c: Preserve original statenobu2015-12-211-1/+9
* avoid rb_bug on BasicSocket.for_fd(-1)normal2015-12-211-1/+1
* NotImplementedError typonobu2015-12-211-1/+1
* cgi/escape: Optimize CGI.escapeHTMLnobu2015-12-206-0/+104
* zlib.c: Fix typo [ci skip]nobu2015-12-191-1/+1
* stringio.c: separate encoding from buffernobu2015-12-181-9/+17