aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dbm/dbm.c
Commit message (Expand)AuthorAgeFilesLines
* Removed dbm from ruby repoHiroshi SHIBATA2021-05-251-1156/+0
* Use https instead of httpKazuhiro NISHIYAMA2020-07-281-2/+2
* [ruby/dbm] Remove taint supportJeremy Evans2019-10-261-22/+21
* Add support of Berkeley DB 6.x.hsbt2018-08-071-1/+1
* marked as NORETURNnobu2018-01-181-0/+2
* gdbm, dbm, sdbm: remove unnecessary conditionsrhe2017-10-221-9/+6
* gdbm, dbm, sdbm: prevent memory leak in #initializerhe2017-10-221-6/+6
* dbm.c: suppress unused-but-set-variable warningnobu2017-09-301-1/+1
* dbm.c: removed useless assignmentsnobu2017-09-301-2/+0
* ext: adjust indent [ci skip]nobu2017-09-271-20/+20
* remove unnecessary volatilesnobu2016-05-231-2/+1
* ext: use RARRAY_AREFnobu2015-11-051-1/+1
* ext: use RARRAY_CONST_PTRnobu2015-11-041-2/+4
* ext: adjust index typenobu2015-11-041-2/+2
* dbm.c: fix docnobu2014-12-301-1/+1
* use 0 for reservednobu2014-12-011-1/+1
* dbm: typed datanobu2014-10-041-5/+25
* * ext/dbm/dbm.c: fix wrong arguments in GetDBM2 macro by @v2e4lisp.hsbt2014-07-131-3/+3
* use do/while(0) around GetDBM macrosnormal2014-03-021-4/+4
* dbm.c: yield dup of keystrnobu2014-01-011-2/+5
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-1/+1
* * ext/dbm/dbm.c: [DOC] Fix wrong constant name in DBM by @edwardzzak2013-10-041-1/+1
* * ext/dbm/dbm.c: [DOC] Reformat headings of DBM classzzak2013-08-121-4/+3
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-1/+0
* * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak2013-04-161-0/+5
* remove trailing spaces.nobu2012-09-041-1/+1
* * ext/dbm/dbm.c (fdbm_empty_p): fix wrong condtion introduced in r36438.naruse2012-07-181-1/+1
* empty_p: optimize and warningsnobu2012-07-181-5/+4
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-271-1/+1
* update comment.akr2012-02-251-0/+12
* * ext/curses/curses.c (Init_curses): use rb_define_const once forakr2012-02-251-16/+18
* * ext/curses/curses.c (Init_curses): make Curses::VERSIONakr2012-02-251-2/+2
* * ext/dbm/extconf.rb: check DBM_SUFFIX for Mac OS X.akr2012-02-211-2/+2
* * ext/dbm/dbm.c (fdbm_initialize): disable Berkeley DB error messages.akr2012-02-211-0/+6
* * ext/dbm/dbm.c (Init_dbm): refine DBM::VERSION definition.akr2012-02-191-11/+19
* * ext/dbm/extconf.rb: detect GDBM's ndbm.h by testing dbm_clearerr isakr2012-02-181-1/+1
* * ext/dbm/extconf.rb (dblib): prefer recent GDBM over older GDBM.akr2012-02-181-2/+2
* * ext/dbm/dbm.c (DBM::VERSION): define it by detecting _GDBM_H_ orakr2012-02-181-0/+4
* update doc.akr2012-02-111-1/+1
* * ext/dbm/dbm.c (Init_dbm): fix a build error on mswin32.shirosaki2012-01-101-2/+2
* update doc.akr2012-01-091-2/+3
* update doc.akr2012-01-091-1/+3
* fix spaces.akr2011-12-061-3/+3
* * ext/dbm/dbm.c: use db_version() instead of DB_VERSION_STRING forakr2011-12-061-6/+6
* * ext/dbm/extconf.rb: detect gdbm_version in libgdbm.akr2011-12-061-1/+15
* * ext/dbm/extconf.rb: use convertible_int.nobu2011-11-131-3/+2
* update comments.akr2011-11-131-1/+1
* * ext/dbm/extconf.rb: dbm_clearerr should be available in all ndbmakr2011-11-121-2/+0
* add comment.akr2011-11-101-0/+2
* * ext/dbm/dbm.c (fdbm_fetch, fdbm_key, fdbm_delete, fdbm_store)nobu2011-11-081-12/+40