ruby--ruby/ext/digest
matz e77ddaf0d1 * array.c (rb_ary_delete): element comparison might change array
size. [ruby-dev:24273]

* parse.y: make ruby parser reentrant. merge ripper parser to the
  real one.  this change makes ruby require bison.

* file.c (rb_file_truncate): clear stdio buffer before truncating
  the file.  [ruby-dev:24191]

* ext/digest/digest.c: use rb_obj_class() instead of CLASS_OF
  which might return singleton class.  [ruby-dev:24202]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-09-17 09:24:13 +00:00
..
lib
md5 * ext/digest/md5/extconf.rb: have_library appends found library. 2004-01-21 09:05:28 +00:00
rmd160 * ext/digest/rmd160/extconf.rb: have_library appends found library. 2004-01-21 07:01:43 +00:00
sha1 * array.c (rb_ary_delete): element comparison might change array 2004-09-17 09:24:13 +00:00
sha2 * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated. 2004-02-22 05:58:10 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
MANIFEST * sample/optparse/opttest.rb: added. 2003-12-01 08:14:38 +00:00
defs.h * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: remove 2004-01-19 12:28:14 +00:00
depend
digest.c * array.c (rb_ary_delete): element comparison might change array 2004-09-17 09:24:13 +00:00
digest.h
digest.txt
digest.txt.ja
extconf.rb
test.sh Add a knob WITH_BUNDLED_ENGINES to test.sh. 2002-09-26 17:55:16 +00:00