diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-13 14:44:59 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-13 14:44:59 +0000 |
| commit | 060acd732b433f4fb69ceb42ff0123ee94d67320 (patch) | |
| tree | 6308106175e406ac0590895291265a79786606d7 /ChangeLog | |
| parent | 6d1695e3f77541ecbb5e07bfc9f27138a1b21e07 (diff) | |
| download | ruby-060acd732b433f4fb69ceb42ff0123ee94d67320.tar.gz ruby-060acd732b433f4fb69ceb42ff0123ee94d67320.tar.xz ruby-060acd732b433f4fb69ceb42ff0123ee94d67320.zip | |
* ext/extmk.rb: keep srcdir unexpanded.
* lib/mkmf.rb (create_makefile): quote topdir and hdrdir if necessary.
fixed: [ruby-core:04932]
* lib/mkmf.rb (configuration), {bcc32,win32,wince}/Makefile.sub: make
also INSTALL_PROG and INSTALL_DATA system dependent.
fixed: [ruby-core:04931]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +Fri May 13 23:44:22 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/extmk.rb: keep srcdir unexpanded. + + * lib/mkmf.rb (create_makefile): quote topdir and hdrdir if necessary. + fixed: [ruby-core:04932] + + * lib/mkmf.rb (configuration), {bcc32,win32,wince}/Makefile.sub: make + also INSTALL_PROG and INSTALL_DATA system dependent. + fixed: [ruby-core:04931] + Fri May 13 17:54:39 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * variable.c (generic_ivar_get): rb_attr_get should not warn. @@ -29,7 +40,7 @@ Thu May 12 16:52:20 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> Thu May 12 16:31:00 2005 NARUSE, Yui <naruse@ruby-lang.org> - * ext/nkf/nkf-utf8/nkf.c: follow nkf 2.0.5 + * ext/nkf/nkf-utf8/nkf.c: follow nkf 2.0.5 Thu May 12 16:15:01 2005 Tanaka Akira <akr@m17n.org> |
