diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-12 02:46:40 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-12 02:46:40 +0000 |
| commit | 5852d8b3141326102e14b27d49a25addf0b59dc6 (patch) | |
| tree | 31f872a799812977354907912ed798b286635186 /ChangeLog | |
| parent | 16c8abe23d9afd5305262b3dafe4b10ef43ace6e (diff) | |
| download | ruby-5852d8b3141326102e14b27d49a25addf0b59dc6.tar.gz ruby-5852d8b3141326102e14b27d49a25addf0b59dc6.tar.xz ruby-5852d8b3141326102e14b27d49a25addf0b59dc6.zip | |
* configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single
quotes. [ruby-dev:22564]
* lib/mkmf.rb (libpathflag): do not enclose with quotes always.
* {bcc32,win32,wince}/Makefile.sub (LIBPATHFLAG): quoted.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,12 @@ +Mon Jan 12 11:46:30 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single + quotes. [ruby-dev:22564] + + * lib/mkmf.rb (libpathflag): do not enclose with quotes always. + + * {bcc32,win32,wince}/Makefile.sub (LIBPATHFLAG): quoted. + Mon Jan 12 02:24:07 2004 Dave Thomas <dave@pragprog.com> * lib/rdoc/ri/ri_formatter.rb (RI::HtmlFormatter): Add HTML @@ -10,12 +19,12 @@ Mon Jan 12 02:24:07 2004 Dave Thomas <dave@pragprog.com> Sun Jan 11 02:07:47 2004 Dave Thomas <dave@pragprog.com> - * lib/rdoc/ri/ri_options.rb (RI::Options::OptionList::OptionList): + * lib/rdoc/ri/ri_options.rb (RI::Options::OptionList::OptionList): Also accept command line options via the 'RI' environment variable. Sun Jan 11 02:07:47 2004 Dave Thomas <dave@pragprog.com> - * lib/rdoc/ri/ri_options.rb (RI::Options::OptionList::OptionList): + * lib/rdoc/ri/ri_options.rb (RI::Options::OptionList::OptionList): Also accept command line options via the 'RI' environment variable. Sat Jan 10 21:27:41 2004 Yukihiro Matsumoto <matz@ruby-lang.org> |
