summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2012-02-21* ext/dbm/extconf.rb: check DBM_SUFFIX for Mac OS X.akr
2012-02-21* ext/dbm/dbm.c (fdbm_initialize): disable Berkeley DB error messages.akr
2012-02-21* ext/curses/curses.c (Init_curses): use curses_version() forakr
2012-02-20update comment.akr
2012-02-20* ext/curses/extconf.rb: fold too long lines.akr
2012-02-20* ext/curses/curses.c (Init_curses): define Curses::VERSION.akr
2012-02-20* ext/curses/extconf.rb: restore $libs and $defs for eachakr
2012-02-20* ext/dbm/extconf.rb: weaken header/library consistency check if db isakr
2012-02-20* ext/dbm/extconf.rb: refine variable names.akr
2012-02-19* ext/dbm/extconf.rb: show header and library found.akr
2012-02-19* ext/dbm/dbm.c (Init_dbm): refine DBM::VERSION definition.akr
2012-02-18* ext/dbm/extconf.rb: detect GDBM's ndbm.h by testing dbm_clearerr isakr
2012-02-18* ext/dbm/extconf.rb: don't choose 'dbm' if _GDB_H_ is defined whichakr
2012-02-18* ext/dbm/extconf.rb (dblib): prefer recent GDBM over older GDBM.akr
2012-02-18* ext/dbm/dbm.c (DBM::VERSION): define it by detecting _GDBM_H_ orakr
2012-02-17* ext/dbm/extconf.rb: remove dbm.akr
2012-02-17* ext/dbm/extconf.rb: refine header/libraty mismatch detection.akr
2012-02-17* ext/dbm/extconf.rb: don't check libdbm. It is not a ndbmakr
2012-02-16* ext/dbm/extconf.rb: refactored to split too long conditions.akr
2012-02-16* ext/dbm/extconf.rb: check _DB_H_ macro unavailable exceptakr
2012-02-15* ext/fiddle/closure.c (callback): deal with unsinged integers.nobu
2012-02-15* ext/fiddle/closure.c (callback): same as r34506.nobu
2012-02-15* ext/zlib/zlib.c (Init_zlib): Added Zlib::TEXT and note thatdrbrain
2012-02-15* ext/zlib/zlib.c: Move constant descriptions to constants. Removedrbrain
2012-02-15* ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLEdrbrain
2012-02-15* ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]drbrain
2012-02-11update doc.akr
2012-02-11* ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain
2012-02-11* ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parsertenderlove
2012-02-09* ext/dl/extconf.rb: clang does not use -fno-defer-pop during compilation.nobu
2012-02-09* ext/dl/dl.h (ALIGN_OF): use offsetof().nobu
2012-02-09* ext/dl/dl.h (DLALIGN): round up at once and get rid of overflow.nobu
2012-02-09* ext/fiddle/fiddle.c (Init_fiddle): declare in modern style.nobu
2012-02-09* ext/dl/dl.c (Init_dl): fix mangled documnet.nobu
2012-02-09* ext/dl/lib/value.rb (DL::ValueUtil.{unsigned_value,signed_value}):usa
2012-02-09* ext/fiddle/conversions.c (value_to_generic): src is not guranteed asusa
2012-02-09* remove trailing spaces.nobu
2012-02-09* ext/dl/lib/types.rb: Win64 support.usa
2012-02-08* string.c (rb_str_modify_expand): fix memory leak.nobu
2012-02-08* ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi
2012-02-08* ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss
2012-02-08* ext/openssl/ossl_asn1.c: Call INT2NUM only once for GeneralString.emboss
2012-02-08* ext/openssl/ossl_cipher.c: Add warning about key as IV.emboss
2012-02-07* st.c (st_update): table can be unpacked in the callback.nobu
2012-02-07* ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.nobu
2012-02-07* st.c (st_foreach): should not yield same pair when checkingnobu
2012-02-02* ext/openssl/ossl_x509store.c: Add class documentation fordrbrain
2012-02-02update doc.akr
2012-01-30 * ext/dl/cptr.c (rb_dlptr_new2): remove unused variable.nobu