aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* :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
* stringio.c: strio_unget_bytesnobu2015-12-181-31/+21
* stringio.c: padding in ungetbytenobu2015-12-181-7/+15
* * ext/pty/pty.c: fix double words typo.hsbt2015-12-181-1/+1
* * ext/nkf/nkf-utf8/utf8tbl.c: fix a typo.hsbt2015-12-182-2/+2
* * ext/fiddle/handle.c: check tainted string arguments.nagachika2015-12-161-7/+10
* handle ext/ as r53141naruse2015-12-16854-0/+854
* * ext/zlib/zlib.c: fix a typo.hsbt2015-12-151-1/+1
* * ext/socket/lib/socket.rb: use safe navigation operator.hsbt2015-12-141-1/+1
* function.c: fix typonobu2015-12-131-3/+3
* * ext/fiddle/function.c: fix build error introduced at r53082.usa2015-12-131-1/+1
* function.c: check argumentsnobu2015-12-131-16/+34