From b80dd17b7abb78287746d5573b3a8d127786fd9e Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 6 Mar 2007 10:12:12 +0000 Subject: Merge changes from ruby_1_8: * ext/digest/lib/md5.rb (MD5::new, MD5::md5): Do not modify Digest::MD5. * ext/digest/lib/sha1.rb (SHA1::new, SHA1::sha1): Ditto. * lib/shell/process-controller.rb: fix thread synchronization problem for [ruby-dev:30477]. * ext/digest/lib/md5.rb (MD5::new, MD5::md5): Catch up with Digest's API changes; noted by: Kazuhiro Yoshida in [ruby-dev:30500]. * ext/digest/lib/sha1.rb (SHA1::new, SHA1::sha1): Ditto. * time.c (time_to_s): Back out the format changes; discussed in [ruby-dev:30495]. * ext/tk/sample/irbtkw.rbw: fails to exit process. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@12008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cbf08ebc7..be6d1401b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Tue Mar 6 19:03:42 2007 Akinori MUSHA + + * ext/digest/lib/md5.rb (MD5::new, MD5::md5): Do not modify + Digest::MD5. + + * ext/digest/lib/sha1.rb (SHA1::new, SHA1::sha1): Ditto. + + * lib/shell/process-controller.rb: fix thread synchronization + problem for [ruby-dev:30477]. + + * ext/digest/lib/md5.rb (MD5::new, MD5::md5): Catch up with + Digest's API changes; noted by: Kazuhiro Yoshida in [ruby-dev:30500]. + + * ext/digest/lib/sha1.rb (SHA1::new, SHA1::sha1): Ditto. + + * time.c (time_to_s): Back out the format changes; discussed + in [ruby-dev:30495]. + + * ext/tk/sample/irbtkw.rbw: fails to exit process. + Mon Mar 5 20:26:10 2007 Akinori MUSHA * time.c (time_to_s): Correct the wrong format which did not -- cgit