<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/fiddle/helper.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/fiddle] Fix filenames for glibc SO files on alpha and ia64</title>
<updated>2022-10-18T08:21:45+00:00</updated>
<author>
<name>John Paul Adrian Glaubitz</name>
<email>glaubitz@physik.fu-berlin.de</email>
</author>
<published>2022-03-19T21:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=93da67d46394007aa977c9345535c37878fd0db9'/>
<id>93da67d46394007aa977c9345535c37878fd0db9</id>
<content type='text'>
(https://github.com/ruby/fiddle/pull/105)

Fixes [Bug #18645]

https://github.com/ruby/fiddle/commit/9a5a1dab1d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/fiddle/pull/105)

Fixes [Bug #18645]

https://github.com/ruby/fiddle/commit/9a5a1dab1d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)</title>
<updated>2021-09-05T08:43:48+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-04T19:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8f752c95d20134bcc0b5394f1cea723a40f1ac8c'/>
<id>8f752c95d20134bcc0b5394f1cea723a40f1ac8c</id>
<content type='text'>
https://github.com/ruby/fiddle/commit/e08c4c635e

Co-authored-by: Sutou Kouhei &lt;kou@clear-code.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/fiddle/commit/e08c4c635e

Co-authored-by: Sutou Kouhei &lt;kou@clear-code.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fiddle] Simplify libc and libm path logics (https://github.com/ruby/fiddle/pull/91)</title>
<updated>2021-08-24T07:18:24+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-08-24T04:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bcc5a2b67eb10836aa54279d88230b3cb349a2e3'/>
<id>bcc5a2b67eb10836aa54279d88230b3cb349a2e3</id>
<content type='text'>
* Simplify libc_so and libm_so

If nil, no need to set to nil.

* Get rid of repeating inversions

https://github.com/ruby/fiddle/commit/4323e689d8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Simplify libc_so and libm_so

If nil, no need to set to nil.

* Get rid of repeating inversions

https://github.com/ruby/fiddle/commit/4323e689d8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fiddle] Do not use a libdir for glibc, it breaks Linux PPC64 (#70)</title>
<updated>2021-05-18T03:48:40+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2021-03-10T21:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2579593a56fd96d9085daa7f11dfc2dd231cb70f'/>
<id>2579593a56fd96d9085daa7f11dfc2dd231cb70f</id>
<content type='text'>
Fixes [Bug #12666]

https://github.com/ruby/fiddle/commit/a267a40be7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes [Bug #12666]

https://github.com/ruby/fiddle/commit/a267a40be7
</pre>
</div>
</content>
</entry>
<entry>
<title>TEST: multiarch support for Haiku</title>
<updated>2020-12-15T14:13:24+00:00</updated>
<author>
<name>Zoltán Mizsei</name>
<email>zmizsei@extrowerk.com</email>
</author>
<published>2020-10-29T21:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8f6cb5b70b5ca107260960a107e257ef202c9dc0'/>
<id>8f6cb5b70b5ca107260960a107e257ef202c9dc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "test/fiddle/helper.rb: remove duplication (#3863)" (#3865)</title>
<updated>2020-12-08T12:58:08+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@users.noreply.github.com</email>
</author>
<published>2020-12-08T12:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2427393b4d1ea0557362b106044e3aba3da32370'/>
<id>2427393b4d1ea0557362b106044e3aba3da32370</id>
<content type='text'>
This reverts commit bd47a8d660ab33a20c5e28d0effcc29105c434e4.

`libc_so` and `libm_so` are `nil` at line 124 because Big Sur doesn't have `/usr/lib/libSystem.B.dylib`.
The reassignment at line 127 is necessary in this case.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit bd47a8d660ab33a20c5e28d0effcc29105c434e4.

`libc_so` and `libm_so` are `nil` at line 124 because Big Sur doesn't have `/usr/lib/libSystem.B.dylib`.
The reassignment at line 127 is necessary in this case.</pre>
</div>
</content>
</entry>
<entry>
<title>test/fiddle/helper.rb: remove duplication (#3863)</title>
<updated>2020-12-08T06:42:31+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@users.noreply.github.com</email>
</author>
<published>2020-12-08T06:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bd47a8d660ab33a20c5e28d0effcc29105c434e4'/>
<id>bd47a8d660ab33a20c5e28d0effcc29105c434e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fiddle] test: suppress shadowing outer local variable warning</title>
<updated>2020-11-18T00:05:13+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2020-11-17T02:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5c7ef89db4eb97b65ca1601babf76b9396ce75bc'/>
<id>5c7ef89db4eb97b65ca1601babf76b9396ce75bc</id>
<content type='text'>
https://github.com/ruby/fiddle/commit/cf168680a2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/fiddle/commit/cf168680a2
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaroud for macOS Big Sur(11.0)</title>
<updated>2020-09-08T11:39:23+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-09-08T11:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b7d86e330c76b4f9615511307e1c40f4f2937c83'/>
<id>b7d86e330c76b4f9615511307e1c40f4f2937c83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libSystem.dylib is also symlink. Use libSystem.B.dylib</title>
<updated>2020-09-08T11:38:01+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-09-08T11:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cdef17096c03099f17ecf0af51f43faa0944f96d'/>
<id>cdef17096c03099f17ecf0af51f43faa0944f96d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
