summaryrefslogtreecommitdiff
path: root/ext/sdbm
AgeCommit message (Expand)Author
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
2011-03-25* ext/sdbm/_sdbm.c (sdbm_open): use size_t.naruse
2011-03-24* ext/sdbm/_sdbm.c: parenthesize macro arguments.akr
2010-10-16* ext/sdbm/_sdbm.c (SEEDUPS, BADMESS): make settable using commandnobu
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-05-17* process.c: suppress warning for signed and unsigned typemame
2010-05-12* ext/sdbm/_sdbm.c: include unistd.h before sdbm.h for off_t.akr
2010-05-11* ext/sdbm/sdbm.h (DBM): large file support on win32.nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2009-03-26* ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well formatz
2009-03-23* ext/dbm/dbm.c (fdbm_initialize): Make the file variableknu
2008-11-08* ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.matz
2008-11-07* ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.matz
2008-10-20* include/ruby/ruby.h (ExportStringValue): new macro to convertmatz