ruby-changes:1874
From: ko1@a...
Date: 7 Sep 2007 14:16:41 +0900
Subject: [ruby-changes:1874] shyouhei - Ruby:r13365 (ruby_1_8_5): * include/ruby/defines.h (flush_register_windows): call "ta 0x03"
shyouhei 2007-09-07 14:16:32 +0900 (Fri, 07 Sep 2007)
New Revision: 13365
Modified files:
branches/ruby_1_8_5/ChangeLog
branches/ruby_1_8_5/defines.h
branches/ruby_1_8_5/version.h
Log:
* include/ruby/defines.h (flush_register_windows): call "ta 0x03"
even on Linux/Sparc. [ruby-dev:31674]
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/version.h?r1=13365&r2=13364
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/defines.h?r1=13365&r2=13364
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/ChangeLog?r1=13365&r2=13364
Index: ruby_1_8_5/ChangeLog
===================================================================
--- ruby_1_8_5/ChangeLog (revision 13364)
+++ ruby_1_8_5/ChangeLog (revision 13365)
@@ -1,3 +1,8 @@
+Fri Sep 7 14:14:19 2007 Yukihiro Matsumoto <matz@r...>
+
+ * include/ruby/defines.h (flush_register_windows): call "ta 0x03"
+ even on Linux/Sparc. [ruby-dev:31674]
+
Fri Sep 7 14:12:37 2007 Masaki Suketa <masaki.suketa@n...>
* ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key,
Index: ruby_1_8_5/version.h
===================================================================
--- ruby_1_8_5/version.h (revision 13364)
+++ ruby_1_8_5/version.h (revision 13365)
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2007-09-07"
#define RUBY_VERSION_CODE 185
#define RUBY_RELEASE_CODE 20070907
-#define RUBY_PATCHLEVEL 102
+#define RUBY_PATCHLEVEL 103
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
Index: ruby_1_8_5/defines.h
===================================================================
--- ruby_1_8_5/defines.h (revision 13364)
+++ ruby_1_8_5/defines.h (revision 13365)
@@ -218,9 +218,7 @@
#endif
# if defined(__sparc_v9__) || defined(__sparcv9) || defined(__arch64__)
("flushw")
-# elif defined(linux) || defined(__linux__)
- ("ta 0x83")
-# else /* Solaris, OpenBSD, NetBSD, etc. */
+# else
("ta 0x03")
# endif /* trap always to flush register windows if we are on a Sparc system */
;
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml