| Commit message (Expand) | Author | Age | Files | Lines |
* | .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 |
* | * parse.y (parser_warning, parser_warn): some error message may | matz | 2006-10-14 | 1 | -1/+1 |
* | * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter | matz | 2006-09-20 | 1 | -72/+408 |
* | * 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 | 1 | -41/+28 |
* | add extconf.h. | akr | 2006-06-25 | 1 | -0/+1 |
* | * parse.y (parser_parse_string): mention "regexp" in a error | matz | 2006-02-13 | 1 | -134/+71 |
* | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz | 2006-02-03 | 1 | -9/+2 |
* | 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 | -663/+0 |
* | * ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132] | matz | 2004-12-09 | 1 | -62/+37 |
* | * string.c (rb_str_clear): avoid revealing NULL pointer. | matz | 2004-11-14 | 1 | -1/+2 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -6/+0 |
* | * array.c: remove #indexes, #indices. | matz | 2004-06-11 | 1 | -47/+13 |
* | * 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 | -7/+17 |
* | * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER, | akr | 2004-04-15 | 1 | -16/+24 |
* | consistent parentheses in assignment RHS. | matz | 2003-10-16 | 1 | -1/+1 |
* | * object.c (rb_obj_methods): list singleton methods if recur | matz | 2003-05-06 | 2 | -2/+21 |
* | * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options. | eban | 2002-12-27 | 1 | -0/+4 |
* | * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c, | nobu | 2002-12-20 | 1 | -1/+1 |
* | make it compile | michal | 2002-09-24 | 1 | -2/+0 |
* | cleanup for curses, gdbm [ruby-core:502], [ruby-core:503] | michal | 2002-09-24 | 1 | -7/+6 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -0/+1 |
* | Make cvs ignore mkmf.log. | knu | 2002-03-04 | 1 | -0/+2 |
* | * ext/dbm/dbm.c (fdbm_select): 1.7 behavior. | matz | 2002-02-27 | 2 | -84/+138 |
* | * time.c (time_new_internal): avoid loop to calculate negative | matz | 2001-12-13 | 1 | -6/+6 |
* | auxiliary routines update. | matz | 2001-12-10 | 1 | -3/+3 |
* | * ext/gdbm/gdbm.c (rb_gdbm_fetch): str is a VALUE now. | nobu | 2001-10-03 | 1 | -1/+1 |
* | * marshal.c (r_object): better allocation type check for | matz | 2001-10-03 | 1 | -21/+18 |
* | rb_eGDBMFatalErrors -> rb_eGDBMFatalError | eban | 2001-05-06 | 1 | -2/+2 |
* | forgot some checkins. | matz | 2001-05-06 | 2 | -40/+687 |
* | * eval.c (block_pass): should not downgrade safe level. | matz | 2001-05-02 | 2 | -110/+228 |
* | gdbm typo | matz | 2001-02-13 | 1 | -1/+1 |
* | * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2 | matz | 2001-02-13 | 1 | -35/+208 |
* | * parse.y (parse_quotedwords): %w should allow parenthesis escape. | matz | 2001-02-08 | 1 | -3/+3 |
* | matz | matz | 2000-11-08 | 1 | -2/+2 |
* | matz | matz | 2000-07-04 | 1 | -4/+84 |
* | 2000-06-16 | matz | 2000-06-16 | 1 | -5/+4 |
* | 2000-05-24 | matz | 2000-05-24 | 1 | -1/+1 |
* | 2000-04-10 | matz | 2000-04-10 | 1 | -1/+1 |