summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2014-07-31* ext/bigdecimal/bigdecimal.c: [DOC] Add description ofmrkn
2014-07-31* ext/win32ole/win32ole.c: add WIN32OLE_RECORD#inspect.suke
2014-07-31* ext/win32ole/win32ole.c: addsuke
2014-07-30* ext/win32ole/win32ole.c (ole_invoke): pass WIN32OLE_RECORD variantsuke
2014-07-29* ext/win32ole/win32ole.c (hash2olerec): ignore WIN32OLE_RECORDsuke
2014-07-29* ext/win32ole/win32ole.c (folerecord_method_missing): refactoring.suke
2014-07-28* ext/win32ole/win23ole.c (folerecord_method_missing): supportsuke
2014-07-27win32ole.c: suppress warningnobu
2014-07-27* ext/zlib/zlib.c: [DOC] Remove default value of Zlib constants, aszzak
2014-07-27* ext/openssl/ossl_hmac.c: Fix NO_HMAC warning [Fixes GH-665]zzak
2014-07-26 * ext/objspace/objspace_dump.c (dump_append): avoid fflush.shyouhei
2014-07-26rbconfig/sizeof: remove garbagenobu
2014-07-26rbconfig/sizeof: revert r46924nobu
2014-07-25introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal
2014-07-25* ext/socket/socket.c (sock_gethostname): Use NI_MAXHOST to supportcharliesome
2014-07-24* ext/win32ole/win32ole.c (Init_win32ole): add WIN32OLE_RECORD#initializesuke
2014-07-24* ext/rbconfig/sizeof/depend (sizes.c): fix build failure since r46924.ngoto
2014-07-24rbconfig/sizeof: VPATH prefixnobu
2014-07-19* ext/openssl/ossl.c: use encryptor instead of encrypter in doc.hsbt
2014-07-19* ext/thread/thread.c: added nodoc attribute intohsbt
2014-07-18* refactoringsuke
2014-07-18* ext/win32ole/win32ole.c (folevariant_initialize): WIN32OLE_VARIANTsuke
2014-07-18* ext/win32ole/win32ole.c (folevariant_initialize): remove unnecessarysuke
2014-07-17thread/thread.c: simplifynobu
2014-07-17thread/thread.c: non-blocking push on SizedQueuenobu
2014-07-16* ext/win32ole/win32ole.c (ole_variant2val): support array ofsuke
2014-07-16* remove trailing spaces.svn
2014-07-16* ext/win32ole/win32ole.c (fole_record_method_missing): callsuke
2014-07-15Revert r46828nobu
2014-07-15md5ossl.c: indicate the resultnobu
2014-07-15ext/digest: return values of init and finalnobu
2014-07-15digest.c: raise exception on init failurenobu
2014-07-15* ext/win32ole/win32ole.c: modify document for WIN32OLE_RECORD.suke
2014-07-14* ext/win32ole/win32ole.c: modify WIN32OLE class document andsuke
2014-07-13* ext/openssl/ossl_cipher.c: Fix call to ciphers class method andhsbt
2014-07-13* ext/gdbm/gdbm.c: remove needless tabs.hsbt
2014-07-13* ext/gdbm/gdbm.c: fix wrong arguments in GetDBM2 macro.hsbt
2014-07-13* ext/dbm/dbm.c: fix wrong arguments in GetDBM2 macro by @v2e4lisp.hsbt
2014-07-12* ext/win32ole/win32ole.c (fole_record_method_missing): correctsuke
2014-07-11* remove trailing spaces.svn
2014-07-11* ext/win32ole/win32ole.c: add WIN32OLE_RECORD class to supportsuke
2014-07-06* file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc.ktsj
2014-07-06mkconstants.rb: remove empty commentsnobu
2014-07-05ext/rbconfig/sizeof: distcleannobu
2014-07-05ext/etc: distcleannobu
2014-07-03configure.in: fix static-linked-extnobu
2014-07-03extmk.rb: GNU make -C optionnobu
2014-07-01Digest::HMAC is finally removed as previously noticed. [fix GH-648]knu
2014-07-01* ext/date/lib/date/format.rb: removed empty file by @vipulnsward.hsbt
2014-06-28* ext/pathname/pathname.c (path_birthtime): Windows support.usa