Age | Commit message (Expand) | Author |
2017-04-28 | Bump version to gdbm-2.0.0.beta1 | hsbt |
2017-04-25 | Import gemspec and test file changes from ruby/gdbm. | hsbt |
2017-02-24 | Added initial gemspec for GDBM module. | hsbt |
2016-07-06 | Update dependencies | nobu |
2015-12-16 | handle ext/ as r53141 | naruse |
2015-11-05 | ext: use RARRAY_AREF | nobu |
2015-11-04 | ext: use RARRAY_CONST_PTR | nobu |
2015-11-04 | ext: adjust index type | nobu |
2014-12-01 | use 0 for reserved | nobu |
2014-10-04 | gdbm: typed data | nobu |
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-02 | use do/while(0) around GetDBM macros | normal |
2014-01-19 | * ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506] | hsbt |
2013-11-29 | ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST | nobu |
2013-06-12 | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo |
2013-04-16 | * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] | zzak |
2013-04-13 | * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, | akr |
2012-02-27 | * io.c, process.c, time.c, ext: use rb_sys_fail_str instead of | nobu |
2011-11-13 | * ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag after | akr |
2011-11-13 | update comments. | akr |
2011-11-11 | * ext/gdbm/gdbm.c (fgdbm_initialize): use GDBM_CLOEXEC if available. | akr |
2011-11-08 | * ext/dbm/dbm.c (fdbm_fetch, fdbm_key, fdbm_delete, fdbm_store) | nobu |
2011-11-07 | * ext/gdbm/gdbm.c (fgdbm_initialize): set close-on-exec flag. | akr |
2011-09-29 | * ext/gdbm/gdbm.c (rb_gdbm_fatal): adjust argument type. | nobu |
2011-03-21 | * enc/utf_16le.c: surpress warning: shorten-64-to-32. | naruse |
2011-02-15 | * ext/gdbm/gdbm.c: parenthesize macro arguments. | akr |
2010-08-07 | .cvsignore: have not been used already. [Bug #3468] | nobu |
2010-04-22 | * ext/**/*.[ch]: removed trailing spaces. | nobu |
2009-10-11 | * ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justin | nobu |
2009-01-05 | * ext/gdbm/gdbm.c (rb_gdbm_fetch): remove needless cast. | kazu |
2008-11-26 | * ext/gdbm/gdbm.c (rb_gdbm_nextkey): fix memory leak. | kazu |
2008-11-08 | * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash. | matz |
2008-06-08 | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 |
2008-04-21 | * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair): | knu |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2006-10-14 | * parse.y (parser_warning, parser_warn): some error message may | matz |
2006-09-20 | * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter | matz |
2006-09-02 | * ruby.h (struct RArray): embed small arrays. | matz |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
2006-06-25 | add extconf.h. | akr |
2006-02-13 | * parse.y (parser_parse_string): mention "regexp" in a error | matz |
2006-02-03 | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz |
2005-09-24 | banish some warnings. | akr |
2005-06-20 | * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed? | usa |
2005-06-04 | * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb. | akr |
2004-12-09 | * ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132] | matz |
2004-11-14 | * string.c (rb_str_clear): avoid revealing NULL pointer. | matz |
2004-11-01 | * MANIFEST, ext/**/MANIFEST: removed. | eban |
2004-06-11 | * array.c: remove #indexes, #indices. | matz |