diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-06 11:23:14 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-06 11:23:14 +0000 |
| commit | 9b7ea0f23defbe8bfb0297b8598ff8edfb58154d (patch) | |
| tree | 0b0277be751c50ab8cbe043de66c200b57cff732 /ChangeLog | |
| parent | 4ff61a2d2379be4d444e98f1f6af6409b47d148e (diff) | |
| download | ruby-9b7ea0f23defbe8bfb0297b8598ff8edfb58154d.tar.gz ruby-9b7ea0f23defbe8bfb0297b8598ff8edfb58154d.tar.xz ruby-9b7ea0f23defbe8bfb0297b8598ff8edfb58154d.zip | |
* lib/mkmf.rb ($CC): command to compile C source.
* lib/mkmf.rb (try_compile): added.
* lib/mkmf.rb (egrep_cpp): use internal grep when pattern is
Regexp, otherwise use external egrep command but get rid of
pipe of command.com.
* lib/mkmf.rb (have_func): local variable should be volatile not
to be eliminated by optimization.
* lib/mkmf.rb (create_makefile): link with CONFIG["LIBS"].
* lib/mkmf.rb (create_makefile): emit .SUFFIXES:.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +Fri Sep 6 20:01:38 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * lib/mkmf.rb ($CC): command to compile C source. + + * lib/mkmf.rb (logging): added. + + * lib/mkmf.rb (try_compile): added. + + * lib/mkmf.rb (egrep_cpp): use internal grep when pattern is + Regexp, otherwise use external egrep command but get rid of + pipe of command.com. + + * lib/mkmf.rb (have_func): local variable should be volatile not + to be eliminated by optimization. + + * lib/mkmf.rb (create_makefile): link with CONFIG["LIBS"]. + + * lib/mkmf.rb (create_makefile): emit .SUFFIXES:. + Fri Sep 6 12:11:22 2002 Minero Aoki <aamine@loveruby.net> * parse.y (rb_gc_mark_parser): should mark ALL global variables |
