summaryrefslogtreecommitdiff
path: root/ext/gdbm
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-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/gdbm] Bump version to 2.1.0Hiroshi SHIBATA
2019-10-31[ruby/gdbm] Use Gemfile instead of Gem::Specification#add_development_depende...Hiroshi SHIBATA
2019-10-31[ruby/gdbm] 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-01-18marked as NORETURNnobu
2017-12-06Bump gdbm-2.0.0 for released versionn.hsbt
2017-10-22gdbm, dbm, sdbm: remove unnecessary conditionsrhe
2017-10-22gdbm, dbm, sdbm: prevent memory leak in #initializerhe
2017-09-30gdbm.c: use the default external encodingnobu
2017-09-30ext: check if null byte is containednobu
2017-06-19Make string literal to frozen object on gemspec of defulte gems.hsbt
2017-04-28Bump version to gdbm-2.0.0.beta1hsbt
2017-04-25Import gemspec and test file changes from ruby/gdbm.hsbt
2017-02-24Added initial gemspec for GDBM module.hsbt
2016-07-06Update dependenciesnobu
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-01use 0 for reservednobu
2014-10-04gdbm: typed datanobu
2014-07-13* ext/gdbm/gdbm.c: remove needless tabs.hsbt
2014-07-13* ext/gdbm/gdbm.c: fix wrong arguments in GetDBM2 macro.hsbt
2014-03-02use do/while(0) around GetDBM macrosnormal
2014-01-19* ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506]hsbt
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
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-02-27* io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu
2011-11-13* ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag afterakr
2011-11-13update comments.akr
2011-11-11* ext/gdbm/gdbm.c (fgdbm_initialize): use GDBM_CLOEXEC if available.akr
2011-11-08* ext/dbm/dbm.c (fdbm_fetch, fdbm_key, fdbm_delete, fdbm_store)nobu
2011-11-07* ext/gdbm/gdbm.c (fgdbm_initialize): set close-on-exec flag.akr
2011-09-29* ext/gdbm/gdbm.c (rb_gdbm_fatal): adjust argument type.nobu
2011-03-21* enc/utf_16le.c: surpress warning: shorten-64-to-32.naruse
2011-02-15* ext/gdbm/gdbm.c: parenthesize macro arguments.akr
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2009-10-11* ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justinnobu