1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/digest
matz de5a85496a * array.c (rb_ary_equal): element size might change during
comparison.  [ruby-dev:24254]

* array.c (rb_ary_diff): ditto. [ruby-dev:24274]

* array.c (rb_ary_select): ditto. [ruby-dev:24278]

* array.c (rb_ary_delete): ditto. [ruby-dev:24283]

* array.c (rb_ary_rindex): ditto. [ruby-dev:24275]

* array.c (rb_ary_initialize): element size might change during
  initializing block.  [ruby-dev:24284]

* dir.c (dir_s_chdir): avoid memory leak and unnecessary chdir to
  the original directory when exception has caused in changing
  direcotry or within block.  thanks to Johan Holmberg
  <holmberg@iar.se> [ruby-core:03446]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-09-18 06:56:38 +00:00
..
lib Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
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 * sample/optparse/opttest.rb: added. 2003-12-01 08:14:38 +00:00
sha2 * sample/optparse/opttest.rb: added. 2003-12-01 08:14:38 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
defs.h * ext/digest/defs.h: better support for old Cygwin, again. 2003-06-01 15:39:52 +00:00
depend * ext/digest: add depend file. 2002-03-18 09:24:39 +00:00
digest.c * array.c (rb_ary_equal): element size might change during 2004-09-18 06:56:38 +00:00
digest.h Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
digest.txt Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
digest.txt.ja Rename *.jp to *.ja, since jp is a region code and ja is a language 2001-07-19 05:44:26 +00:00
extconf.rb Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
MANIFEST * sample/optparse/opttest.rb: added. 2003-12-01 08:14:38 +00:00
test.sh Add a knob WITH_BUNDLED_ENGINES to test.sh. 2002-09-26 17:55:16 +00:00