aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Removed NODE_OPT_Nnobu2017-10-241-1/+0
* multiple arguments to writenobu2017-10-231-1/+2
* zlib.c: multiple arguments to writenobu2017-10-231-11/+16
* stringio.c: write multiple argumentsnobu2017-10-231-3/+15
* Add column numbers to branch coverageyui-knk2017-10-221-4/+6
* Fixed misspelling words.hsbt2017-10-223-3/+3
* Fix a typo [ci skip]kazu2017-10-221-1/+1
* gdbm, dbm, sdbm: remove unnecessary conditionsrhe2017-10-223-23/+15
* gdbm, dbm, sdbm: prevent memory leak in #initializerhe2017-10-223-19/+18
* Add missing `buf` parameter to `recv_nonblock` doc [ci skip]nobu2017-10-221-0/+1
* objspace.c: missing typesnobu2017-10-221-3/+8
* remove NODE_DREGX_ONCEnobu2017-10-221-1/+0
* Remove not used node_type NODE_BMETHODyui-knk2017-10-221-1/+0
* Remove not used node_type NODE_BLOCK_ARGyui-knk2017-10-221-1/+0
* Remove not used node_type NODE_TO_ARYyui-knk2017-10-221-1/+0
* ext/win32ole/win32ole.c (fole_missing): set receiver in NoMethodError.suke2017-10-211-12/+30
* reference Socket.getaddrinfo to Addrinfo.getaddrinfo.akr2017-10-211-0/+3
* deprecate TCPSocket.gethostbyname.akr2017-10-211-1/+10
* openssl: merge test fix from upstreamrhe2017-10-211-0/+4
* fix OpenSSL::SSL::SSLContext#min_version doesn't worknaruse2017-10-211-2/+15
* Remove not used node_type NODE_CVDECLyui-knk2017-10-211-1/+0
* Remove not used node_type NODE_IASGN2yui-knk2017-10-211-1/+0
* Added explicitly require to example code.hsbt2017-10-211-0/+3
* Use caller with length to reduce unused stringskazu2017-10-211-1/+1
* Describe recommended-methods.akr2017-10-211-0/+2
* sysconfdir on Windowsnobu2017-10-211-1/+2
* 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
* 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
* add example for Socket.gethostbyaddr.akr2017-10-211-0/+7
* Treat REG_NONE just like REG_BINARYusa2017-10-211-3/+3
* imemo_mask (enum) -> IMEMO_MASK (immediate value).ko12017-10-211-1/+1
* declare variables once for each line in pathname.c.akr2017-10-211-15/+68
* Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)mame2017-10-211-1/+1
* Pathname#glob method implemented.akr2017-10-211-2/+53
* Replace `to_a[1..-1]` on a MatchData with `captures`knu2017-10-211-1/+1
* Remove redundant calls of String#chrknu2017-10-211-2/+2
* lexer.rb: no dedent strings in middlenobu2017-10-191-1/+1
* socket.c: null byte at Socket.getnameinfonobu2017-10-111-2/+2
* zlib.c: ensure to freenobu2017-10-071-21/+36
* zlib.c: memory leak in gunzipnobu2017-10-061-4/+21
* dbm.c: suppress unused-but-set-variable warningnobu2017-09-301-1/+1
* gdbm.c: use the default external encodingnobu2017-09-301-7/+7
* dbm.c: removed useless assignmentsnobu2017-09-301-2/+0
* ext: check if null byte is containednobu2017-09-307-22/+25
* ripper/lexer.rb: remove double quotesnobu2017-09-301-2/+1
* configure.acnobu2017-09-291-2/+2