| Commit message (Expand) | Author | Age | Files | Lines |
* | * enc/utf_16le.c: surpress warning: shorten-64-to-32. | naruse | 2011-03-21 | 1 | -11/+11 |
* | * ext/dbm/dbm.c: parenthesize macro arguments. | akr | 2011-02-06 | 1 | -4/+4 |
* | * ext/dbm/extconf.rb: Added new header places for Fedora13. | kosaki | 2011-01-28 | 1 | -3/+3 |
* | * ext/dbm/dbm.c: rdoc based on a patch by mathew meta AT | nobu | 2010-10-20 | 1 | -1/+279 |
* | .cvsignore: have not been used already. [Bug #3468] | nobu | 2010-08-07 | 1 | -4/+0 |
* | * ext/dbm/dbm.c (struct dbmdata, fdbm_key, fdbm_delete_if): fixed | nobu | 2010-07-16 | 1 | -3/+4 |
* | * ext/dbm/extconf.rb: accept Berkley DB version 3, 4 and 5. | mame | 2010-06-11 | 1 | -3/+7 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -1/+1 |
* | * ext/dbm/dbm.c (fdbm_initialize): Make the file variable | knu | 2009-03-23 | 1 | -1/+2 |
* | * ext/dbm/dbm.c (fdbm_index): make #index warn like Hash. | matz | 2008-11-07 | 1 | -1/+9 |
* | * include/ruby/ruby.h (ExportStringValue): new macro to convert | matz | 2008-10-20 | 1 | -7/+7 |
* | * 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 |
* | * enum.c (enum_yield): when multiple values yielded from #each | matz | 2007-12-25 | 1 | -1/+1 |
* | * ext/dbm/extconf.rb: allow multiple candidates for dbm-type. | nobu | 2006-09-16 | 1 | -34/+26 |
* | * ext/dbm/extconf.rb: create makefile according to the result of check | nobu | 2006-09-04 | 1 | -4/+4 |
* | * lib/cgi.rb (CGI::out): specify -x option for nkf. | matz | 2006-09-04 | 1 | -1/+0 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -5/+5 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 2 | -26/+27 |
* | add extconf.h. | akr | 2006-06-25 | 1 | -0/+1 |
* | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu | 2006-05-25 | 1 | -1/+1 |
* | * parse.y (parser_parse_string): mention "regexp" in a error | matz | 2006-02-13 | 1 | -73/+33 |
* | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz | 2006-02-03 | 1 | -18/+6 |
* | banish some warnings. | akr | 2005-09-24 | 1 | -1/+0 |
* | * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed? | usa | 2005-06-20 | 1 | -0/+16 |
* | * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb. | akr | 2005-06-04 | 1 | -593/+0 |
* | * ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132] | matz | 2004-12-09 | 1 | -46/+35 |
* | * string.c (rb_str_clear): avoid revealing NULL pointer. | matz | 2004-11-14 | 1 | -1/+1 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -5/+0 |
* | * ext/dbm/dbm.c (fdbm_delete_if): should check if deleting element | matz | 2004-10-19 | 1 | -0/+1 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -1/+1 |
* | * array.c: remove #indexes, #indices. | matz | 2004-06-11 | 1 | -48/+16 |
* | * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument to | akr | 2004-05-16 | 1 | -11/+29 |
* | * io.c (rb_f_open): open should not ignore block when "to_open" | matz | 2004-05-08 | 1 | -3/+1 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -5/+15 |
* | consistent parentheses in assignment RHS. | matz | 2003-10-16 | 1 | -1/+1 |
* | * lib/mkmf.rb (have_type): check if a type is defined. | nobu | 2003-07-24 | 1 | -1/+1 |
* | * ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compat | eban | 2003-07-07 | 1 | -1/+1 |
* | * object.c (rb_obj_methods): list singleton methods if recur | matz | 2003-05-06 | 2 | -5/+31 |
* | * ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings. | usa | 2003-04-17 | 1 | -0/+2 |
* | * ext/dbm/extconf.rb: add QDBM support. | eban | 2003-03-07 | 1 | -0/+1 |
* | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal | 2003-01-16 | 1 | -1/+0 |
* | * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options. | eban | 2002-12-27 | 1 | -1/+1 |
* | * ext/dbm/dbm.c (fdbm_alloc): allocator takes only one argument. | usa | 2002-12-21 | 1 | -3/+2 |
* | ditto. | nobu | 2002-12-20 | 1 | -5/+3 |
* | * ext/dbm/extconf.rb (rb_check): support for GNU dbm 1.8.3. | eban | 2002-12-13 | 1 | -0/+4 |
* | * ext/dbm/extconf.rb (db_check): check existence of the function | eban | 2002-12-13 | 1 | -1/+1 |
* | * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missing | knu | 2002-10-25 | 1 | -2/+2 |
* | Update. | knu | 2002-09-27 | 1 | -0/+1 |