From 5e73dc9233f8a5ea926c90e2178555a932b111c2 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Sep 2003 00:52:49 +0000 Subject: * defines.h (flush_register_windows): use volatile only for gcc on Solaris. [ruby-dev:21403] * lib/mkmf.rb (xsystem): use system directly to honor shell meta charaters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5e80c81e3..e23b1ca17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Sep 26 09:52:44 2003 Nobuyoshi Nakada + + * defines.h (flush_register_windows): use volatile only for gcc on + Solaris. [ruby-dev:21403] + + * lib/mkmf.rb (xsystem): use system directly to honor shell meta + charaters. + Mon Sep 26 00:10:13 2003 NAKAMURA, Hiroshi * lib/README: updated. -- cgit