summaryrefslogtreecommitdiff
path: root/ext/dbm
AgeCommit message (Expand)Author
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-08-18Update the license for the default gems to dual licensesHiroshi SHIBATA
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-06-09[ruby/dbm] Update dbm.gemspecdsisnero
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-11-30[ruby/dbm] Bump version to 1.1.0Hiroshi SHIBATA
2019-10-26[ruby/dbm] Remove taint supportJeremy Evans
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-02-08Removed moving toplevel header since r12501nobu
2018-08-07Removed needless date attribute from gemspec of default gems.hsbt
2018-08-07Add support of Berkeley DB 6.x.hsbt
2018-01-18marked as NORETURNnobu
2017-12-06Bump dbm-1.0.0 for released version.hsbt
2017-10-22gdbm, dbm, sdbm: remove unnecessary conditionsrhe
2017-10-22gdbm, dbm, sdbm: prevent memory leak in #initializerhe
2017-09-30dbm.c: suppress unused-but-set-variable warningnobu
2017-09-30dbm.c: removed useless assignmentsnobu
2017-09-27ext: adjust indent [ci skip]nobu
2017-09-14Update gemspec for gem released versions.hsbt
2017-06-19Make string literal to frozen object on gemspec of defulte gems.hsbt
2017-04-11Import gemspec from ruby/dbmhsbt
2017-02-08Added initial gemspec for DBM module.hsbt
2017-01-28{ext,test}/dbm: Specify frozen_string_literal: true.kazu
2016-07-06Update dependenciesnobu
2016-05-23remove unnecessary volatilesnobu
2015-12-16handle ext/ as r53141naruse
2015-11-05ext: use RARRAY_AREFnobu
2015-11-04ext: use RARRAY_CONST_PTRnobu
2015-11-04ext: adjust index typenobu
2014-12-30dbm.c: fix docnobu
2014-12-01use 0 for reservednobu
2014-10-04dbm: typed datanobu
2014-07-13* ext/dbm/dbm.c: fix wrong arguments in GetDBM2 macro by @v2e4lisp.hsbt
2014-03-02use do/while(0) around GetDBM macrosnormal
2014-01-01dbm.c: yield dup of keystrnobu
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu
2013-10-04* ext/dbm/dbm.c: [DOC] Fix wrong constant name in DBM by @edwardzzak
2013-08-12* ext/dbm/extconf.rb: [DOC] Hide from RDoczzak
2013-08-12* ext/dbm/dbm.c: [DOC] Reformat headings of DBM classzzak
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-05-23Add a comment.akr
2013-04-16* ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2012-09-04remove trailing spaces.nobu
2012-07-18* ext/dbm/dbm.c (fdbm_empty_p): fix wrong condtion introduced in r36438.naruse
2012-07-18empty_p: optimize and warningsnobu