aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dbm
Commit message (Expand)AuthorAgeFilesLines
* * ext/dbm/dbm.c: parenthesize macro arguments.akr2011-02-061-4/+4
* * ext/dbm/extconf.rb: Added new header places for Fedora13.kosaki2011-01-281-3/+3
* * ext/dbm/dbm.c: rdoc based on a patch by mathew meta ATnobu2010-10-201-1/+279
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-4/+0
* * ext/dbm/dbm.c (struct dbmdata, fdbm_key, fdbm_delete_if): fixednobu2010-07-161-3/+4
* * ext/dbm/extconf.rb: accept Berkley DB version 3, 4 and 5.mame2010-06-111-3/+7
* * 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/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-7/+7
* * 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
* * enum.c (enum_yield): when multiple values yielded from #eachmatz2007-12-251-1/+1
* * ext/dbm/extconf.rb: allow multiple candidates for dbm-type.nobu2006-09-161-34/+26
* * ext/dbm/extconf.rb: create makefile according to the result of checknobu2006-09-041-4/+4
* * lib/cgi.rb (CGI::out): specify -x option for nkf.matz2006-09-041-1/+0
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-5/+5
* * ruby.h (struct RString): embed small strings.matz2006-08-312-26/+27
* add extconf.h.akr2006-06-251-0/+1
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-1/+1
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-131-73/+33
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-18/+6
* banish some warnings.akr2005-09-241-1/+0
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-201-0/+16
* * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.akr2005-06-041-593/+0
* * ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]matz2004-12-091-46/+35
* * string.c (rb_str_clear): avoid revealing NULL pointer.matz2004-11-141-1/+1
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-5/+0
* * ext/dbm/dbm.c (fdbm_delete_if): should check if deleting elementmatz2004-10-191-0/+1
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-1/+1
* * array.c: remove #indexes, #indices.matz2004-06-111-48/+16
* * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr2004-05-161-11/+29
* * 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
* consistent parentheses in assignment RHS.matz2003-10-161-1/+1
* * lib/mkmf.rb (have_type): check if a type is defined.nobu2003-07-241-1/+1
* * ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compateban2003-07-071-1/+1
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-062-5/+31
* * ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings.usa2003-04-171-0/+2
* * ext/dbm/extconf.rb: add QDBM support.eban2003-03-071-0/+1
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-1/+0
* * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options.eban2002-12-271-1/+1
* * ext/dbm/dbm.c (fdbm_alloc): allocator takes only one argument.usa2002-12-211-3/+2
* ditto.nobu2002-12-201-5/+3
* * ext/dbm/extconf.rb (rb_check): support for GNU dbm 1.8.3.eban2002-12-131-0/+4
* * ext/dbm/extconf.rb (db_check): check existence of the functioneban2002-12-131-1/+1
* * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missingknu2002-10-251-2/+2
* Update.knu2002-09-271-0/+1
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1