aboutsummaryrefslogtreecommitdiffstats
path: root/ext/sdbm/init.c
Commit message (Expand)AuthorAgeFilesLines
* Removed sdbm and it testsHiroshi SHIBATA2020-06-191-1067/+0
* marked as NORETURNnobu2018-01-181-0/+2
* gdbm, dbm, sdbm: remove unnecessary conditionsrhe2017-10-221-5/+3
* gdbm, dbm, sdbm: prevent memory leak in #initializerhe2017-10-221-6/+6
* 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-1/+2
* use 0 for reservednobu2014-12-011-1/+1
* sdbm: typed datanobu2014-10-041-5/+25
* protoize no-arguments functionsnobu2014-09-301-2/+2
* * ext/gdbm/gdbm.c: remove needless tabs.hsbt2014-07-131-1/+1
* * ext/gdbm/gdbm.c: fix wrong arguments in GetDBM2 macro.hsbt2014-07-131-3/+3
* use do/while(0) around GetDBM macrosnormal2014-03-021-4/+4
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-1/+1
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-1/+0
* * ext/sdbm/init.c: Fix comment indentation, by windwiny [Fixes GH-277]zzak2013-04-161-19/+19
* * 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
* * ext/sdbm/init.c: Added documentation. Patch by Justin Collins,drbrain2012-05-111-3/+337
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-271-1/+1
* * ext/sdbm/init.c: parenthesize macro arguments.akr2011-03-251-4/+4
* * ext/sdbm/_sdbm.c (sdbm_open): use size_t.naruse2011-03-251-10/+10
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/dbm/dbm.c (fdbm_initialize): Make the file variableknu2009-03-231-1/+2
* * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.matz2008-11-081-1/+1
* * ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.matz2008-11-071-1/+9
* * include/ruby/ruby.h (ExportStringValue): new macro to convertmatz2008-10-201-31/+31
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):knu2008-04-211-0/+6
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-5/+5
* * ruby.h (struct RString): embed small strings.matz2006-08-311-24/+24
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-131-104/+57
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-9/+2
* banish some warnings.akr2005-09-241-1/+0
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-201-0/+16
* * ext/sdbm/init.c (GetDBM): typo.usa2004-12-091-1/+1
* * ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]matz2004-12-091-47/+34
* * string.c (rb_str_clear): avoid revealing NULL pointer.matz2004-11-141-1/+1
* * ext/dbm/dbm.c (fdbm_delete_if): should check if deleting elementmatz2004-10-191-0/+1
* * array.c: remove #indexes, #indices.matz2004-06-111-49/+15
* * ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue().matz2004-06-101-4/+2
* * io.c (rb_f_open): open should not ignore block when "to_open"matz2004-05-081-3/+1
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-5/+15
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-061-0/+19
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-1/+0
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-3/+2
* ditto.nobu2002-12-201-5/+3