aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dbm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make cvs ignore mkmf.log.knu2002-03-041-0/+1
* * ext/dbm/dbm.c (fdbm_select): 1.7 behavior.matz2002-02-272-21/+83
* * configure.in: use GCC, not without_gcc. remove without_gcc.eban2001-12-021-1/+1
* * configure.in: use waitpid on mingw32.eban2001-06-011-1/+1
* * ext/dbm/extconf.rb: fix support for *BSD and set $CFLAGSknu2001-05-241-5/+3
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-241-45/+45
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-241-9/+28
* * ext/dbm/extconf.rb: fix for FreeBSD and GDBM.eban2001-05-071-7/+8
* forgot some checkins.matz2001-05-061-0/+570
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-022-19/+62
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-02-131-14/+57
* Add .cvsignore's.knu2001-01-091-0/+1
* ebaneban2000-11-091-1/+0
* matzmatz2000-11-081-3/+3
* matz: 1.6.0 final (hopufully)matz2000-09-122-0/+4
* matzmatz2000-07-041-4/+84
* 2000-06-16matz2000-06-161-5/+4
* 2000-05-24matz2000-05-241-1/+1
* 2000-04-10matz2000-04-101-1/+1
* 2000-03-07matz2000-03-071-3/+0
* 2000-03-06matz2000-03-061-1/+0
* 19991214matz1999-12-141-7/+0