summaryrefslogtreecommitdiffstats
path: root/lib/shell/process-controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes from ruby_1_8:knu2007-03-061-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | * 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 <moriq AT moriq.com> 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
* consistent parentheses in assignment RHS.matz2003-10-161-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/shell.rb, lib/shell/process-controller.rb,knu2001-05-171-8/+8
| | | | | | | | lib/shell/command-processor.rb: translate Japanese comments into English. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Initial revisionknu2001-05-171-0/+258
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e