diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-29 10:24:28 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-29 10:24:28 +0000 |
| commit | 76d7c01ddea6d7c3e6c16b3ccd1200a17e73261d (patch) | |
| tree | d94e9e48b07fcc6c82e908093d9c515e9cb9bf01 /ChangeLog | |
| parent | 77635a1b7b1c12fc4740198ff385014e2334eba4 (diff) | |
| download | ruby-76d7c01ddea6d7c3e6c16b3ccd1200a17e73261d.tar.gz ruby-76d7c01ddea6d7c3e6c16b3ccd1200a17e73261d.tar.xz ruby-76d7c01ddea6d7c3e6c16b3ccd1200a17e73261d.zip | |
* lib/fileutils.rb (install): support preserve timestamp.
* instruby.rb (install): use FileUtils::install preserve mode.
* lib/un.rb: new. % ruby -run -e cp -- -p foo bar
* lib/mkmf.rb: use un.rb instead of ftools.rb.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Jul 29 19:20:34 2003 WATANABE Hirofumi <eban@ruby-lang.org> + + * lib/fileutils.rb (install): support preserve timestamp. + + * instruby.rb (install): use FileUtils::install preserve mode. + + * lib/un.rb: new. % ruby -run -e cp -- -p foo bar + + * lib/mkmf.rb: use un.rb instead of ftools.rb. + Tue Jul 29 18:55:22 2003 Minero Aoki <aamine@loveruby.net> * lib/net/smtp.rb: unify coding style. |
