summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2017-04-25Import gemspec and test file changes from ruby/gdbm.hsbt
2017-04-23Document parse.y instead of ext/ripper/ripper.cnobu
2017-04-22Remove nonexistent files and rename some fileskazu
2017-04-22Add sha512nobu
2017-04-21ext/extmk.rb: colorize notes [Feature #13302]nobu
2017-04-21exts.mk: refine notes [Feature #13302]nobu
2017-04-20Removed deprecated extensions of mathn.hsbt
2017-04-20extmk.rb: fail for mandatory librariesnobu
2017-04-19extmk.rb: improve message printed when configuring extensions failsrhe
2017-04-19socket: avoid fcntl for read/write_nonblock on Linuxnormal
2017-04-15fix ext/-test-/struct/ dependenciesnormal
2017-04-15fix RSTRUCT_LEN macro in public C APInormal
2017-04-14IPSocket#inspectnobu
2017-04-12Merge json-2.0.4.hsbt
2017-04-11Merge upstream of ruby/etc.hsbt
2017-04-11Socket.udp_server_sockets: use symbol procnormal
2017-04-11Fix a typo.hsbt
2017-04-11Import gemspec from ruby/etc.hsbt
2017-04-11Import gemspec from ruby/dbmhsbt
2017-04-09Get rid of inifinity retry loop in Socket.udp_server_socketsusa
2017-04-08basicsocket.c: proper system call namenobu
2017-04-08ext/win32ole/win32ole_variant.c (ole_val2variant_err): use FIXNUM_P, RB_TYPE_Psuke
2017-04-05Import psych-3.0.0.beta1 from ruby/psych.hsbt
2017-04-05Added initial gemspec for ruby/fiddle.hsbt
2017-03-22stringio.gemspec: requires ruby 2.2nobu
2017-03-22stringio.c: RB_INTEGER_TYPE_Pnobu
2017-03-22Use https URL instead of http URLkazu
2017-03-22ruby tool/update-deps --fixshyouhei
2017-03-22gemify stringionobu
2017-03-21stringio.c: check rangenobu
2017-03-21stringio.c: check character codenobu
2017-03-19date_core.c: fix error in DateTime docsstomar
2017-03-17remove branches in dmark and dfree GC callbacksnormal
2017-03-13bigdecimal: version 1.3.2mrkn
2017-03-09rbconfig/sizeof: remove VPATHnobu
2017-03-09ext/socket/raddrinfo.c (addrinfo_mark): avoid needless branchnormal
2017-03-09rbconfig/sizeof: nmake VPATHnobu
2017-03-07suppress warning: shadowing outer local variable - enaruse
2017-03-07Fix up r57788, Function is removed at readline-6.3.hsbt
2017-03-06Avoid to warning of clang with -Wincompatible-pointer-types.hsbt
2017-03-06readline.c: fix waiting fucntionnobu
2017-03-04readline.c: fix typenobu
2017-03-03zlib for mingwnobu
2017-03-01zlib: clean zlibnobu
2017-02-28clean gemsnobu
2017-02-28Added initial gemspec for SDBM module.hsbt
2017-02-27date_core.c: expand docs for Date shiftingstomar
2017-02-27Added initial gemspec for Etc module.hsbt
2017-02-27ext/socket/extconf.rb: fix a typonobu
2017-02-25ext/win32ole/win32ole.c(ole_initialize): avoid to fail in Windows nano server. suke