Age | Commit message (Expand) | Author |
2018-01-18 | marked as NORETURN | nobu |
2017-10-22 | gdbm, dbm, sdbm: remove unnecessary conditions | rhe |
2017-10-22 | gdbm, dbm, sdbm: prevent memory leak in #initialize | rhe |
2016-05-23 | remove unnecessary volatiles | nobu |
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 | sdbm: typed data | nobu |
2014-09-30 | protoize no-arguments functions | 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 |
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/sdbm/init.c: Fix comment indentation, by windwiny [Fixes GH-277] | zzak |
2012-07-18 | * ext/dbm/dbm.c (fdbm_empty_p): fix wrong condtion introduced in r36438. | naruse |
2012-07-18 | empty_p: optimize and warnings | nobu |
2012-05-11 | * ext/sdbm/init.c: Added documentation. Patch by Justin Collins, | drbrain |
2012-02-27 | * io.c, process.c, time.c, ext: use rb_sys_fail_str instead of | nobu |
2011-03-25 | * ext/sdbm/init.c: parenthesize macro arguments. | akr |
2011-03-25 | * ext/sdbm/_sdbm.c (sdbm_open): use size_t. | naruse |
2010-04-22 | * ext/**/*.[ch]: removed trailing spaces. | nobu |
2009-03-23 | * ext/dbm/dbm.c (fdbm_initialize): Make the file variable | knu |
2008-11-08 | * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash. | matz |
2008-11-07 | * ext/dbm/dbm.c (fdbm_index): make #index warn like Hash. | matz |
2008-10-20 | * include/ruby/ruby.h (ExportStringValue): new macro to convert | 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-09-02 | * ruby.h (struct RArray): embed small arrays. | matz |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
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 |
2004-12-09 | * ext/sdbm/init.c (GetDBM): typo. | usa |
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-10-19 | * ext/dbm/dbm.c (fdbm_delete_if): should check if deleting element | matz |
2004-06-11 | * array.c: remove #indexes, #indices. | matz |
2004-06-10 | * ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue(). | matz |
2004-05-08 | * io.c (rb_f_open): open should not ignore block when "to_open" | matz |
2004-05-07 | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz |
2004-03-29 | * exception message clean-up by Ian Macdonald <[email protected]>. | matz |
2003-05-06 | * object.c (rb_obj_methods): list singleton methods if recur | matz |
2003-01-16 | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal |
2002-12-21 | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa |
2002-12-20 | ditto. | nobu |
2002-10-25 | * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missing | knu |