summaryrefslogtreecommitdiff
path: root/ext/dbm/extconf.rb
AgeCommit message (Expand)Author
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-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
2011-12-06* ext/dbm/dbm.c: use db_version() instead of DB_VERSION_STRING forakr
2011-12-06* ext/dbm/extconf.rb: detect gdbm_version in libgdbm.akr
2011-11-17* ext/dbm/extconf.rb: revert a part of the patch in [ruby-dev:41531].akr
2011-11-14add comment.akr
2011-11-13* ext/dbm/extconf.rb: use convertible_int.nobu
2011-11-13* ext/dbm/extconf.rb: rollback for each headers for each libraries.akr
2011-11-13* ext/dbm/extconf.rb: treat libc as a choice for a library whichakr
2011-11-13* ext/dbm/extconf.rb: duplicate $libs and $defs when save them.akr
2011-11-13* ext/dbm/extconf.rb: rollback $libs and $defs when db detection isakr
2011-11-12* ext/dbm/extconf.rb (headers.db_check): reduce duplicated code.nobu
2011-11-12update comment.akr
2011-11-12* ext/dbm/extconf.rb: dbm_clearerr should be available in all ndbmakr
2011-11-11* ext/dbm/extconf.rb: db_prefix is not required now.akr
2011-11-11* ext/dbm/extconf.rb: fix dbm_pagfno and dbm_dirfno detection withakr
2011-11-11add comment.akr
2011-11-10* ext/dbm/extconf.rb: set DB_DBM_HSEARCH macro to check dbm_pagfno andnobu
2011-11-10* ext/dbm/extconf.rb: check for dsize as LONG_LONG.nobu
2011-11-08* ext/dbm/dbm.c (fdbm_fetch, fdbm_key, fdbm_delete, fdbm_store)nobu
2011-11-07* ext/dbm/extconf.rb: check dbm_pagfno() and dbm_dirfno().akr
2011-01-28 * ext/dbm/extconf.rb: Added new header places for Fedora13.kosaki
2010-06-11* ext/dbm/extconf.rb: accept Berkley DB version 3, 4 and 5.mame
2007-12-25* enum.c (enum_yield): when multiple values yielded from #eachmatz
2006-09-16* ext/dbm/extconf.rb: allow multiple candidates for dbm-type.nobu
2006-09-04* ext/dbm/extconf.rb: create makefile according to the result of checknobu
2006-09-04* lib/cgi.rb (CGI::out): specify -x option for nkf.matz
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2003-07-24* lib/mkmf.rb (have_type): check if a type is defined.nobu
2003-07-07* ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compateban
2003-03-07* ext/dbm/extconf.rb: add QDBM support.eban
2002-12-27* {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options.eban
2002-12-13* ext/dbm/extconf.rb (rb_check): support for GNU dbm 1.8.3.eban
2002-12-13* ext/dbm/extconf.rb (db_check): check existence of the functioneban
2001-12-02* configure.in: use GCC, not without_gcc. remove without_gcc.eban
2001-06-01* configure.in: use waitpid on mingw32.eban
2001-05-24* ext/dbm/extconf.rb: fix support for *BSD and set $CFLAGSknu
2001-05-24* eval.c (rb_yield_0): need argument adjustment for C definedmatz
2001-05-07* ext/dbm/extconf.rb: fix for FreeBSD and GDBM.eban
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2000-09-12matz: 1.6.0 final (hopufully)matz
1999-08-241.4.1 to bematz
1999-08-13remove marshal/gtk/kconvmatz