| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 | 2020-04-08 | 1 | -0/+152 |
* | [ruby/gdbm] Bump version to 2.1.0 | Hiroshi SHIBATA | 2019-11-30 | 1 | -1/+1 |
* | [ruby/gdbm] Use Gemfile instead of Gem::Specification#add_development_depende... | Hiroshi SHIBATA | 2019-10-31 | 1 | -5/+0 |
* | [ruby/gdbm] Remove taint support | Jeremy Evans | 2019-10-31 | 1 | -3/+0 |
* | Include ruby/assert.h in ruby/ruby.h so that assertions can be there | Nobuyoshi Nakada | 2019-07-14 | 1 | -0/+1 |
* | Removed moving toplevel header since r12501 | nobu | 2019-02-08 | 1 | -1/+1 |
* | Removed needless date attribute from gemspec of default gems. | hsbt | 2018-08-07 | 1 | -1/+0 |
* | marked as NORETURN | nobu | 2018-01-18 | 1 | -0/+4 |
* | Bump gdbm-2.0.0 for released versionn. | hsbt | 2017-12-06 | 1 | -2/+2 |
* | gdbm, dbm, sdbm: remove unnecessary conditions | rhe | 2017-10-22 | 1 | -9/+6 |
* | gdbm, dbm, sdbm: prevent memory leak in #initialize | rhe | 2017-10-22 | 1 | -7/+6 |
* | gdbm.c: use the default external encoding | nobu | 2017-09-30 | 1 | -7/+7 |
* | ext: check if null byte is contained | nobu | 2017-09-30 | 1 | -1/+1 |
* | Make string literal to frozen object on gemspec of defulte gems. | hsbt | 2017-06-19 | 1 | -0/+1 |
* | Bump version to gdbm-2.0.0.beta1 | hsbt | 2017-04-28 | 1 | -2/+2 |
* | Import gemspec and test file changes from ruby/gdbm. | hsbt | 2017-04-25 | 1 | -14/+23 |
* | Added initial gemspec for GDBM module. | hsbt | 2017-02-24 | 1 | -0/+17 |
* | Update dependencies | nobu | 2016-07-06 | 1 | -0/+13 |
* | handle ext/ as r53141 | naruse | 2015-12-16 | 1 | -0/+1 |
* | ext: use RARRAY_AREF | nobu | 2015-11-05 | 1 | -1/+1 |
* | ext: use RARRAY_CONST_PTR | nobu | 2015-11-04 | 1 | -2/+4 |
* | ext: adjust index type | nobu | 2015-11-04 | 1 | -1/+2 |
* | use 0 for reserved | nobu | 2014-12-01 | 1 | -1/+1 |
* | gdbm: typed data | nobu | 2014-10-04 | 2 | -5/+36 |
* | * ext/gdbm/gdbm.c: remove needless tabs. | hsbt | 2014-07-13 | 1 | -1/+1 |
* | * ext/gdbm/gdbm.c: fix wrong arguments in GetDBM2 macro. | hsbt | 2014-07-13 | 1 | -3/+3 |
* | use do/while(0) around GetDBM macros | normal | 2014-03-02 | 1 | -2/+2 |
* | * ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506] | hsbt | 2014-01-19 | 1 | -2/+2 |
* | ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST | nobu | 2013-11-29 | 1 | -1/+1 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -1/+0 |
* | * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] | zzak | 2013-04-16 | 1 | -0/+2 |
* | * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, | akr | 2013-04-13 | 1 | -1/+0 |
* | * io.c, process.c, time.c, ext: use rb_sys_fail_str instead of | nobu | 2012-02-27 | 1 | -1/+1 |
* | * ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag after | akr | 2011-11-13 | 1 | -0/+1 |
* | update comments. | akr | 2011-11-13 | 1 | -1/+1 |
* | * ext/gdbm/gdbm.c (fgdbm_initialize): use GDBM_CLOEXEC if available. | akr | 2011-11-11 | 1 | -0/+5 |
* | * ext/dbm/dbm.c (fdbm_fetch, fdbm_key, fdbm_delete, fdbm_store) | nobu | 2011-11-08 | 1 | -8/+28 |
* | * ext/gdbm/gdbm.c (fgdbm_initialize): set close-on-exec flag. | akr | 2011-11-07 | 1 | -0/+4 |
* | * ext/gdbm/gdbm.c (rb_gdbm_fatal): adjust argument type. | nobu | 2011-09-29 | 1 | -1/+1 |
* | * enc/utf_16le.c: surpress warning: shorten-64-to-32. | naruse | 2011-03-21 | 1 | -11/+11 |
* | * ext/gdbm/gdbm.c: parenthesize macro arguments. | akr | 2011-02-15 | 1 | -4/+4 |
* | .cvsignore: have not been used already. [Bug #3468] | nobu | 2010-08-07 | 1 | -4/+0 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -8/+8 |
* | * ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justin | nobu | 2009-10-11 | 1 | -2/+2 |
* | * ext/gdbm/gdbm.c (rb_gdbm_fetch): remove needless cast. | kazu | 2009-01-05 | 1 | -1/+1 |
* | * ext/gdbm/gdbm.c (rb_gdbm_nextkey): fix memory leak. | kazu | 2008-11-26 | 1 | -0/+1 |
* | * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash. | matz | 2008-11-08 | 1 | -2/+11 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair): | knu | 2008-04-21 | 1 | -0/+6 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |