<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/leaked-globals, 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>Ignore symbols even in empty shared library</title>
<updated>2023-10-14T09:38:24+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-14T07:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=96cd73d78f8986db0aaab9368c2ffa6867613a37'/>
<id>96cd73d78f8986db0aaab9368c2ffa6867613a37</id>
<content type='text'>
On some platforms, such as FreeBSD and Oracle Linux, symbols defined
in the crt0 setup routine are exported from shared libraries.  So
ignore the symbols that would be exported even in an empty shared
library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On some platforms, such as FreeBSD and Oracle Linux, symbols defined
in the crt0 setup routine are exported from shared libraries.  So
ignore the symbols that would be exported even in an empty shared
library.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix leaked symbols on FreeBSD [ci skip]</title>
<updated>2023-10-12T06:07:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-12T06:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9859dbc7fdaef2073fecd062c7294ab4dbb86b27'/>
<id>9859dbc7fdaef2073fecd062c7294ab4dbb86b27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename YARP symbols to prism</title>
<updated>2023-09-27T17:57:38+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2023-09-27T16:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3d0a46796b780417096b65de5edb590d3b1537f1'/>
<id>3d0a46796b780417096b65de5edb590d3b1537f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>leaked-globals: check leaked symbols in libruby.so if enable-shared</title>
<updated>2023-07-08T02:31:17+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-07T14:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cceb41008758c2b7cdfaf7411ad3c48dfa62e4eb'/>
<id>cceb41008758c2b7cdfaf7411ad3c48dfa62e4eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>leaked-globals: ignore Address Sanitizer symbols</title>
<updated>2023-07-08T02:31:17+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-07T03:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=28ae4e46284428ccee509aaad8bf5c0d01571741'/>
<id>28ae4e46284428ccee509aaad8bf5c0d01571741</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Feature #19741] Add yarp to builds</title>
<updated>2023-06-21T18:25:39+00:00</updated>
<author>
<name>Jemma Issroff</name>
<email>jemmaissroff@gmail.com</email>
</author>
<published>2023-06-20T15:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d53e1f42ff183af96832f6ede8e54afff6c8082f'/>
<id>d53e1f42ff183af96832f6ede8e54afff6c8082f</id>
<content type='text'>
Add yarp to common.mk and windows builds to enable us to run yarp
correctly with CI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add yarp to common.mk and windows builds to enable us to run yarp
correctly with CI.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include `--no-llvm-bc` option in `NM` macro only if usable</title>
<updated>2023-04-08T03:47:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-04-08T03:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=08324ab9eb97535b5994450186c5048be3c0cd62'/>
<id>08324ab9eb97535b5994450186c5048be3c0cd62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>leaked-globals: check for nm before files under missing [ci skip]</title>
<updated>2023-04-02T09:11:59+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-04-02T09:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9e1ff2462b10aed8374374967ae34b284a91bc89'/>
<id>9e1ff2462b10aed8374374967ae34b284a91bc89</id>
<content type='text'>
Abort if `nm` is not available, since it is needed by configure.ac to
check for prefix of external symbols.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Abort if `nm` is not available, since it is needed by configure.ac to
check for prefix of external symbols.
</pre>
</div>
</content>
</entry>
<entry>
<title>leaked-globals: colorize skipping file names [ci skip]</title>
<updated>2023-04-02T08:56:12+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-04-02T08:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3a683964a0de4f06f535e923f6053bc6294e90b4'/>
<id>3a683964a0de4f06f535e923f6053bc6294e90b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RJIT: Stop allowing leaked globals rjit_*</title>
<updated>2023-03-09T07:24:38+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2023-03-09T07:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f5909ac6d962acf1eb2736a66316c74693e63a2f'/>
<id>f5909ac6d962acf1eb2736a66316c74693e63a2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
