aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/win32ole/win23ole.c (folerecord_method_missing): supportsuke2014-07-281-6/+29
* win32ole.c: suppress warningnobu2014-07-271-1/+1
* * ext/zlib/zlib.c: [DOC] Remove default value of Zlib constants, aszzak2014-07-271-6/+8
* * ext/openssl/ossl_hmac.c: Fix NO_HMAC warning [Fixes GH-665]zzak2014-07-271-1/+1
* * ext/objspace/objspace_dump.c (dump_append): avoid fflush.shyouhei2014-07-261-1/+0
* rbconfig/sizeof: remove garbagenobu2014-07-261-1/+1
* rbconfig/sizeof: revert r46924nobu2014-07-261-1/+1
* introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal2014-07-252-4/+2
* * ext/socket/socket.c (sock_gethostname): Use NI_MAXHOST to supportcharliesome2014-07-251-3/+8
* * ext/win32ole/win32ole.c (Init_win32ole): add WIN32OLE_RECORD#initializesuke2014-07-241-39/+244
* * ext/rbconfig/sizeof/depend (sizes.c): fix build failure since r46924.ngoto2014-07-241-1/+1
* rbconfig/sizeof: VPATH prefixnobu2014-07-241-1/+1
* * ext/openssl/ossl.c: use encryptor instead of encrypter in doc.hsbt2014-07-191-10/+10
* * ext/thread/thread.c: added nodoc attribute intohsbt2014-07-191-0/+1
* * refactoringsuke2014-07-181-10/+10
* * ext/win32ole/win32ole.c (folevariant_initialize): WIN32OLE_VARIANTsuke2014-07-181-1/+4
* * ext/win32ole/win32ole.c (folevariant_initialize): remove unnecessarysuke2014-07-181-2/+1
* thread/thread.c: simplifynobu2014-07-171-34/+21
* thread/thread.c: non-blocking push on SizedQueuenobu2014-07-171-6/+31
* * ext/win32ole/win32ole.c (ole_variant2val): support array ofsuke2014-07-161-8/+18
* * remove trailing spaces.svn2014-07-161-1/+1
* * ext/win32ole/win32ole.c (fole_record_method_missing): callsuke2014-07-161-8/+4
* Revert r46828nobu2014-07-152-25/+6
* md5ossl.c: indicate the resultnobu2014-07-152-6/+25
* ext/digest: return values of init and finalnobu2014-07-158-36/+48
* digest.c: raise exception on init failurenobu2014-07-152-7/+15
* * ext/win32ole/win32ole.c: modify document for WIN32OLE_RECORD.suke2014-07-151-0/+85
* * ext/win32ole/win32ole.c: modify WIN32OLE class document andsuke2014-07-141-6/+80
* * ext/openssl/ossl_cipher.c: Fix call to ciphers class method andhsbt2014-07-131-2/+2
* * ext/gdbm/gdbm.c: remove needless tabs.hsbt2014-07-132-2/+2
* * ext/gdbm/gdbm.c: fix wrong arguments in GetDBM2 macro.hsbt2014-07-132-6/+6
* * ext/dbm/dbm.c: fix wrong arguments in GetDBM2 macro by @v2e4lisp.hsbt2014-07-131-3/+3
* * ext/win32ole/win32ole.c (fole_record_method_missing): correctsuke2014-07-121-2/+2
* * remove trailing spaces.svn2014-07-111-4/+4
* * ext/win32ole/win32ole.c: add WIN32OLE_RECORD class to supportsuke2014-07-111-1/+102
* * file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc.ktsj2014-07-061-1/+1
* mkconstants.rb: remove empty commentsnobu2014-07-061-3/+5
* ext/rbconfig/sizeof: distcleannobu2014-07-051-0/+1
* ext/etc: distcleannobu2014-07-051-0/+2
* configure.in: fix static-linked-extnobu2014-07-031-1/+5
* extmk.rb: GNU make -C optionnobu2014-07-031-2/+11
* Digest::HMAC is finally removed as previously noticed. [fix GH-648]knu2014-07-011-130/+0
* * ext/date/lib/date/format.rb: removed empty file by @vipulnsward.hsbt2014-07-012-2/+0
* * ext/pathname/pathname.c (path_birthtime): Windows support.usa2014-06-281-1/+1
* * ext/pathname/pathname.c (path_birthtime): New method,akr2014-06-282-0/+22
* bigdecimal/math.rb: error message in BigMath#PInobu2014-06-281-1/+1
* tcltklib.c: fix format specifiersnobu2014-06-231-73/+73
* fiddle/extconf.rb: supply 0nobu2014-06-211-1/+2
* digest.c: call to_s oncenobu2014-06-071-4/+3
* digest.c: fix #== for non-string argumentseregon2014-06-061-1/+3