aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/dbm/extconf.rb: check DBM_SUFFIX for Mac OS X.akr2012-02-212-2/+9
* * ext/dbm/dbm.c (fdbm_initialize): disable Berkeley DB error messages.akr2012-02-212-0/+11
* * ext/curses/curses.c (Init_curses): use curses_version() forakr2012-02-211-1/+1
* update comment.akr2012-02-201-12/+18
* * ext/curses/extconf.rb: fold too long lines.akr2012-02-201-2/+10
* * ext/curses/curses.c (Init_curses): define Curses::VERSION.akr2012-02-201-0/+6
* * ext/curses/extconf.rb: restore $libs and $defs for eachakr2012-02-201-4/+22
* * ext/dbm/extconf.rb: weaken header/library consistency check if db isakr2012-02-201-1/+1
* * ext/dbm/extconf.rb: refine variable names.akr2012-02-201-14/+14
* * ext/dbm/extconf.rb: show header and library found.akr2012-02-191-0/+3
* * ext/dbm/dbm.c (Init_dbm): refine DBM::VERSION definition.akr2012-02-192-11/+22
* * ext/dbm/extconf.rb: detect GDBM's ndbm.h by testing dbm_clearerr isakr2012-02-182-3/+29
* * ext/dbm/extconf.rb: don't choose 'dbm' if _GDB_H_ is defined whichakr2012-02-181-0/+7
* * ext/dbm/extconf.rb (dblib): prefer recent GDBM over older GDBM.akr2012-02-182-32/+68
* * ext/dbm/dbm.c (DBM::VERSION): define it by detecting _GDBM_H_ orakr2012-02-181-0/+4
* * ext/dbm/extconf.rb: remove dbm.akr2012-02-171-1/+1
* * ext/dbm/extconf.rb: refine header/libraty mismatch detection.akr2012-02-171-3/+42
* * ext/dbm/extconf.rb: don't check libdbm. It is not a ndbmakr2012-02-171-2/+1
* * ext/dbm/extconf.rb: refactored to split too long conditions.akr2012-02-161-26/+37
* * ext/dbm/extconf.rb: check _DB_H_ macro unavailable exceptakr2012-02-161-1/+2
* * ext/fiddle/closure.c (callback): deal with unsinged integers.nobu2012-02-154-30/+73
* * ext/fiddle/closure.c (callback): same as r34506.nobu2012-02-151-1/+1
* * ext/zlib/zlib.c (Init_zlib): Added Zlib::TEXT and note thatdrbrain2012-02-151-0/+10
* * ext/zlib/zlib.c: Move constant descriptions to constants. Removedrbrain2012-02-151-199/+97
* * ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLEdrbrain2012-02-151-1/+21
* * ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]drbrain2012-02-151-112/+169
* update doc.akr2012-02-111-1/+1
* * ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain2012-02-111-3/+37
* * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain2012-02-111-2/+18
* * ext/psych/parser.c: removed external encoding setter, allow parsertenderlove2012-02-092-24/+8
* * ext/dl/extconf.rb: clang does not use -fno-defer-pop during compilation.nobu2012-02-091-1/+2
* * ext/dl/dl.h (ALIGN_OF): use offsetof().nobu2012-02-091-17/+9
* * ext/dl/dl.h (DLALIGN): round up at once and get rid of overflow.nobu2012-02-091-3/+2
* * ext/fiddle/fiddle.c (Init_fiddle): declare in modern style.nobu2012-02-091-1/+2
* * ext/dl/dl.c (Init_dl): fix mangled documnet.nobu2012-02-091-16/+16
* * ext/dl/lib/value.rb (DL::ValueUtil.{unsigned_value,signed_value}):usa2012-02-091-2/+2
* * ext/fiddle/conversions.c (value_to_generic): src is not guranteed asusa2012-02-091-1/+1
* * remove trailing spaces.nobu2012-02-092-3/+3
* * ext/dl/lib/types.rb: Win64 support.usa2012-02-091-1/+9
* * string.c (rb_str_modify_expand): fix memory leak.nobu2012-02-081-0/+8
* * ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi2012-02-081-13/+18
* * ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss2012-02-081-4/+11
* * ext/openssl/ossl_asn1.c: Call INT2NUM only once for GeneralString.emboss2012-02-081-1/+1
* * ext/openssl/ossl_cipher.c: Add warning about key as IV.emboss2012-02-081-0/+6
* * st.c (st_update): table can be unpacked in the callback.nobu2012-02-071-0/+26
* * ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.nobu2012-02-071-1/+7
* * st.c (st_foreach): should not yield same pair when checkingnobu2012-02-072-0/+64
* * ext/openssl/ossl_x509store.c: Add class documentation fordrbrain2012-02-021-0/+39
* update doc.akr2012-02-021-4/+5
* * ext/dl/cptr.c (rb_dlptr_new2): remove unused variable.nobu2012-01-303-14/+9