ruby--ruby/ext/digest/sha1
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
..
.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
depend * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It is 2002-09-26 17:44:33 +00:00
extconf.rb * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503] 2004-01-07 22:06:38 +00:00
sha1.c
sha1.h
sha1hl.c
sha1init.c * array.c (rb_ary_delete): element comparison might change array 2004-09-17 09:24:13 +00:00
sha1ossl.c * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It is 2002-09-26 17:44:33 +00:00
sha1ossl.h * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It is 2002-09-26 17:44:33 +00:00