summaryrefslogtreecommitdiff
path: root/ext/sdbm
AgeCommit message (Expand)Author
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-07Removed needless file from gemspec.hsbt
2018-01-18marked as NORETURNnobu
2017-12-11Bump version to sdbm-1.0.0 as default gems.hsbt
2017-10-22gdbm, dbm, sdbm: remove unnecessary conditionsrhe
2017-10-22gdbm, dbm, sdbm: prevent memory leak in #initializerhe
2017-09-27ext: adjust indent [ci skip]nobu
2017-09-15To use github url for gemspec.hsbt
2017-09-14Update gemspec for gem released versions.hsbt
2017-06-19Make string literal to frozen object on gemspec of defulte gems.hsbt
2017-02-28Added initial gemspec for SDBM module.hsbt
2016-05-23remove unnecessary volatilesnobu
2016-04-11Update dependencies.akr
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
2015-10-18* dln.c: simplify #ifdef. _WIN32 and __CYGWIN__ are exclusive.kosaki
2015-02-04_sdbm.c: fix pointers to shiftnobu
2015-02-04_sdbm.c: ruby/ruby.h for PRIdPTRDIFFnobu
2014-12-26fix printf format conversion specifiersnobu
2014-12-19Update dependencies.akr
2014-12-01use 0 for reservednobu
2014-11-21Update dependency.akr
2014-11-15Mark auogenerated part.akr
2014-11-15* common.mk: Remove comments in Dependency lines.akr
2014-11-15* tool/update-deps: Extend to fix dependencies.akr
2014-10-04sdbm: typed datanobu
2014-09-30protoize no-arguments functionsnobu
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
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-05-19fix typos. Patch by k_takata.ktsj
2013-04-16* ext/sdbm/init.c: Fix comment indentation, by windwiny [Fixes GH-277]zzak
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2012-07-18* ext/dbm/dbm.c (fdbm_empty_p): fix wrong condtion introduced in r36438.naruse
2012-07-18empty_p: optimize and warningsnobu
2012-05-11* ext/sdbm/init.c: Added documentation. Patch by Justin Collins,drbrain
2012-02-27* ext/sdbm/_sdbm.c (fitpair): suppress shortening warnigns.nobu
2012-02-27* io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu
2011-10-29* ext/sdbm/_sdbm.c (sdbm_prep): use O_CLOEXEC if available.akr
2011-10-28* ext/sdbm/_sdbm.c: RCS $Id$ removed.akr
2011-10-27* ext/sdbm/_sdbm.c (sdbm_prep): set FD_CLOEXEC flags for fileakr
2011-10-27* ext/sdbm/_sdbm.c (sdbm_prep): refactored for less nesting.akr
2011-10-24* io.c: use "__sun" instead of "sun" to detect SunOS.akr
2011-03-25* ext/sdbm/init.c: parenthesize macro arguments.akr