<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/win32ole/win32ole_error.c, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/win32ole] Deprecate old constants in toplevel</title>
<updated>2024-12-12T14:39:20+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-12-12T14:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=776ec521480d9523732b96c55af4addfdd007e61'/>
<id>776ec521480d9523732b96c55af4addfdd007e61</id>
<content type='text'>
https://github.com/ruby/win32ole/commit/eaa1507262
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/win32ole/commit/eaa1507262
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/win32ole] [DOC] Hide old constants for the backward compatibility from RDoc</title>
<updated>2024-12-12T14:16:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-12-12T13:53:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=20b62ac063e1c490480c7565d442340e39230183'/>
<id>20b62ac063e1c490480c7565d442340e39230183</id>
<content type='text'>
https://github.com/ruby/win32ole/commit/99e1ea403f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/win32ole/commit/99e1ea403f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/win32ole] Move `WIN32OLE` prefixed error classes under `WIN32OLE`</title>
<updated>2024-01-28T15:25:35+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-31T08:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8af4ef30e57759d4f3994a56dbb38a6151f0bbd3'/>
<id>8af4ef30e57759d4f3994a56dbb38a6151f0bbd3</id>
<content type='text'>
https://github.com/ruby/win32ole/commit/1c95816168
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/win32ole/commit/1c95816168
</pre>
</div>
</content>
</entry>
<entry>
<title>win32ole: separate global variable declarations and definitions</title>
<updated>2020-05-10T12:37:59+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-05-10T12:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f1699314147bad2cf5550cc582693424fdbc2510'/>
<id>f1699314147bad2cf5550cc582693424fdbc2510</id>
<content type='text'>
https://gcc.gnu.org/gcc-10/changes.html#c

&gt; * GCC now defaults to `-fno-common`.  As a result, global
&gt;   variable accesses are more efficient on various targets.  In
&gt;   C, global variables with multiple tentative definitions now
&gt;   result in linker errors.  With `-fcommon` such definitions are
&gt;   silently merged during linking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gcc.gnu.org/gcc-10/changes.html#c

&gt; * GCC now defaults to `-fno-common`.  As a result, global
&gt;   variable accesses are more efficient on various targets.  In
&gt;   C, global variables with multiple tentative definitions now
&gt;   result in linker errors.  With `-fcommon` such definitions are
&gt;   silently merged during linking.
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/win32ole/win32ole_error.c: add WIN32OLEQueryInterfaceError.</title>
<updated>2017-11-05T00:30:57+00:00</updated>
<author>
<name>suke</name>
<email>suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2017-11-05T00:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8930a4257d5295886f4ad8b3a018a23bd89ae515'/>
<id>8930a4257d5295886f4ad8b3a018a23bd89ae515</id>
<content type='text'>
* ext/win32ole/win32ole_error.h: ditto.
* ext/win32ole/win32ole.c(typeinfo_from_ole): raise WIN32OLEQueryInterfaceError in ole_methods.
* ext/win32ole/win32ole_method.c(ole_methods_from_typeinfo): ditto.

M    ext/win32ole/win32ole.c
M    ext/win32ole/win32ole_error.c
M    ext/win32ole/win32ole_error.h
M    ext/win32ole/win32ole_method.c


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/win32ole/win32ole_error.h: ditto.
* ext/win32ole/win32ole.c(typeinfo_from_ole): raise WIN32OLEQueryInterfaceError in ole_methods.
* ext/win32ole/win32ole_method.c(ole_methods_from_typeinfo): ditto.

M    ext/win32ole/win32ole.c
M    ext/win32ole/win32ole_error.c
M    ext/win32ole/win32ole_error.h
M    ext/win32ole/win32ole_method.c


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>ext: protoize no-arguments functions</title>
<updated>2014-10-04T23:29:24+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2014-10-04T23:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ba0655ebdd31e5e6b9ae8ede328733067a68dcbc'/>
<id>ba0655ebdd31e5e6b9ae8ede328733067a68dcbc</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* remove trailing spaces.</title>
<updated>2014-08-06T09:47:51+00:00</updated>
<author>
<name>svn</name>
<email>svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2014-08-06T09:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=76fcc05ee8a75f8026802684f0521a0b9b342969'/>
<id>76fcc05ee8a75f8026802684f0521a0b9b342969</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/win32ole/win32ole.c: separate src of WIN32OLERuntimeError</title>
<updated>2014-08-06T09:47:39+00:00</updated>
<author>
<name>suke</name>
<email>suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2014-08-06T09:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=75d1a6c9fc178a483e52c5638002fb8b1dd8e318'/>
<id>75d1a6c9fc178a483e52c5638002fb8b1dd8e318</id>
<content type='text'>
  from win32ole.c.

* ext/win32ole/win32ole.h: ditto
* ext/win32ole/depend: ditto.
* ext/win32ole/win32ole_error.c: ditto.
* ext/win32ole/win32ole_error.h: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  from win32ole.c.

* ext/win32ole/win32ole.h: ditto
* ext/win32ole/depend: ditto.
* ext/win32ole/win32ole_error.c: ditto.
* ext/win32ole/win32ole_error.h: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
