diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-05 07:04:10 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-05 07:04:10 +0000 |
| commit | 089cdb63204ba37a66c3e0907d2dbbacd40bb07d (patch) | |
| tree | c495c53d1e086a4ffe6e65d46ee6a0df43d519e1 /ChangeLog | |
| parent | 8edc70489913f94c2f9d67b5577eb7f3ebe38cb4 (diff) | |
| download | ruby-089cdb63204ba37a66c3e0907d2dbbacd40bb07d.tar.gz ruby-089cdb63204ba37a66c3e0907d2dbbacd40bb07d.tar.xz ruby-089cdb63204ba37a66c3e0907d2dbbacd40bb07d.zip | |
* instruby.rb: need paren in regexp(make -n install).
* ext/extmk.rb (sysquote): do not need to quote on mswin/bccwin/mingw.
* ext/extm.rb ($mflags): uniq items and remove '-' and '--'.
move options to the lead.
* lib/fileutils.rb (install): model on the real install
command(message).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Sun Jan 5 14:46:46 2003 WATANABE Hirofumi <eban@ruby-lang.org> + + * instruby.rb: need paren in regexp(make -n install). + + * ext/extmk.rb (sysquote): do not need to quote on mswin/bccwin/mingw. + + * ext/extm.rb ($mflags): uniq items and remove '-' and '--'. + move options to the lead. + + * lib/fileutils.rb (install): model on the real install + command(message). + Sun Jan 5 09:36:46 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> * ruby.c (ruby_init_loadpath): under Windows, get the module |
