summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2017-10-22Remove not used node_type NODE_TO_ARYyui-knk
2017-10-21ext/win32ole/win32ole.c (fole_missing): set receiver in NoMethodError.suke
2017-10-21reference Socket.getaddrinfo to Addrinfo.getaddrinfo.akr
2017-10-21deprecate TCPSocket.gethostbyname.akr
2017-10-21openssl: merge test fix from upstreamrhe
2017-10-21fix OpenSSL::SSL::SSLContext#min_version doesn't worknaruse
2017-10-21Remove not used node_type NODE_CVDECLyui-knk
2017-10-21Remove not used node_type NODE_IASGN2yui-knk
2017-10-21Added explicitly require to example code.hsbt
2017-10-21Use caller with length to reduce unused stringskazu
2017-10-21Describe recommended-methods.akr
2017-10-21sysconfdir on Windowsnobu
2017-10-21kill "discards ‘const’ qualifier" warningkosaki
2017-10-21kill "discards ‘const’ qualifier" warningkosaki
2017-10-21Deprecation document for gethostbyname,gethostbyaddr.akr
2017-10-21kill "value computed is not used" warningkosaki
2017-10-21kill variable set but not used warningkosaki
2017-10-21kill "variable set but not used" warningkosaki
2017-10-21add example for Socket.gethostbyaddr.akr
2017-10-21Treat REG_NONE just like REG_BINARYusa
2017-10-21imemo_mask (enum) -> IMEMO_MASK (immediate value).ko1
2017-10-21declare variables once for each line in pathname.c.akr
2017-10-21Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)mame
2017-10-21Pathname#glob method implemented.akr
2017-10-21Replace `to_a[1..-1]` on a MatchData with `captures`knu
2017-10-21Remove redundant calls of String#chrknu
2017-10-19lexer.rb: no dedent strings in middlenobu
2017-10-11socket.c: null byte at Socket.getnameinfonobu
2017-10-07zlib.c: ensure to freenobu
2017-10-06zlib.c: memory leak in gunzipnobu
2017-09-30dbm.c: suppress unused-but-set-variable warningnobu
2017-09-30gdbm.c: use the default external encodingnobu
2017-09-30dbm.c: removed useless assignmentsnobu
2017-09-30ext: check if null byte is containednobu
2017-09-30ripper/lexer.rb: remove double quotesnobu
2017-09-29configure.acnobu
2017-09-27pty.c: shrink repeated device namesnobu
2017-09-27objspace_dump.c: remove unnecessary breaknobu
2017-09-27ext: adjust indent [ci skip]nobu
2017-09-24openssl: import e72d960db262rhe
2017-09-24load.c: fix rb_load_protect conditionnobu
2017-09-23Added sections of pysch library to LEGAL.hsbt
2017-09-20fix up r59949nobu
2017-09-19Fixup r59961. Use http for libffi downloading.hsbt
2017-09-19Use https instead of ftp for libffi downloading.hsbt
2017-09-18parse.y: ripper_lex_state_namenobu
2017-09-17ext/objspace/objspace.c: remove unneeded code clones.mame
2017-09-17ext/io/console/lib/console/size.rb: Fix the context of method definitionmame
2017-09-17ext/date/extconf.rb: check for timezone and altzonerhe
2017-09-15To use github url for gemspec.hsbt