Age | Commit message (Expand) | Author |
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-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 |
2007-12-25 | * enum.c (enum_yield): when multiple values yielded from #each | matz |
2006-09-16 | * ext/dbm/extconf.rb: allow multiple candidates for dbm-type. | nobu |
2006-09-04 | * ext/dbm/extconf.rb: create makefile according to the result of check | nobu |
2006-09-04 | * lib/cgi.rb (CGI::out): specify -x option for nkf. | 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-05-25 | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu |
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-10-19 | * ext/dbm/dbm.c (fdbm_delete_if): should check if deleting element | matz |
2004-10-19 | * io.c (read_all): block string buffer modification during | matz |
2004-06-11 | * array.c: remove #indexes, #indices. | matz |
2004-05-16 | * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument to | akr |
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 |
2003-10-16 | consistent parentheses in assignment RHS. | matz |
2003-07-24 | * lib/mkmf.rb (have_type): check if a type is defined. | nobu |
2003-07-07 | * ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compat | eban |
2003-05-06 | * object.c (rb_obj_methods): list singleton methods if recur | matz |
2003-04-17 | * ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings. | usa |
2003-03-07 | * ext/dbm/extconf.rb: add QDBM support. | eban |
2003-01-16 | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal |
2002-12-27 | * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options. | eban |
2002-12-21 | * ext/dbm/dbm.c (fdbm_alloc): allocator takes only one argument. | usa |
2002-12-20 | ditto. | nobu |
2002-12-13 | * ext/dbm/extconf.rb (rb_check): support for GNU dbm 1.8.3. | eban |
2002-12-13 | * ext/dbm/extconf.rb (db_check): check existence of the function | eban |
2002-10-25 | * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missing | knu |
2002-09-27 | Update. | knu |
2002-09-08 | * configure.in: modify program_prefix only if specified | eban |
2002-03-04 | Make cvs ignore mkmf.log. | knu |
2002-02-27 | * ext/dbm/dbm.c (fdbm_select): 1.7 behavior. | matz |
2001-12-02 | * configure.in: use GCC, not without_gcc. remove without_gcc. | eban |
2001-06-01 | * configure.in: use waitpid on mingw32. | eban |
2001-05-24 | * ext/dbm/extconf.rb: fix support for *BSD and set $CFLAGS | knu |
2001-05-24 | * eval.c (rb_yield_0): need argument adjustment for C defined | matz |