<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/digest/digest.h, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/digest] Fix `-Wundef` warnings</title>
<updated>2024-11-19T03:42:43+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-11-19T03:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=727b2a29990022fc96eddb4c63271f0eac60d926'/>
<id>727b2a29990022fc96eddb4c63271f0eac60d926</id>
<content type='text'>
https://github.com/ruby/digest/commit/0ea3ac9926
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/0ea3ac9926
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Adjust styles [ci skip]</title>
<updated>2024-11-18T07:43:33+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-11-18T07:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0f75ac83800b7149364ae559fbd1cb93a81a82ca'/>
<id>0f75ac83800b7149364ae559fbd1cb93a81a82ca</id>
<content type='text'>
- Use the C90 standard style for comments, since this gem supports
  versions prior to ruby 2.7.

- Adjust the indentation.

https://github.com/ruby/digest/commit/4751402e50
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use the C90 standard style for comments, since this gem supports
  versions prior to ruby 2.7.

- Adjust the indentation.

https://github.com/ruby/digest/commit/4751402e50
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Fix loading of digest ext libraries with `--with-static-linked-ext`</title>
<updated>2024-11-18T04:34:40+00:00</updated>
<author>
<name>Yuta Saito</name>
<email>kateinoigakukun@gmail.com</email>
</author>
<published>2024-11-15T21:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=29fdb73c5b3904ffcc420058533988adc4a16d1e'/>
<id>29fdb73c5b3904ffcc420058533988adc4a16d1e</id>
<content type='text'>
`rb_ext_resolve_symbol` is not always available on some platforms
including WASI, and we don't need to use it when the extension is built
as a static library. This commit prefers to use `rb_digest_wrap_metadata`
directly when the extension is built as a static library to avoid the
unnecessary use of `rb_ext_resolve_symbol`.

https://github.com/ruby/digest/commit/f8ff014622
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`rb_ext_resolve_symbol` is not always available on some platforms
including WASI, and we don't need to use it when the extension is built
as a static library. This commit prefers to use `rb_digest_wrap_metadata`
directly when the extension is built as a static library to avoid the
unnecessary use of `rb_ext_resolve_symbol`.

https://github.com/ruby/digest/commit/f8ff014622
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Cast via `uintptr_t` function pointer between object pointer</title>
<updated>2024-10-10T14:45:49+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-10T02:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=146ff6617326893130e5f29935cdaeae0836cfb5'/>
<id>146ff6617326893130e5f29935cdaeae0836cfb5</id>
<content type='text'>
https://github.com/ruby/digest/commit/661d4643ef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/661d4643ef
</pre>
</div>
</content>
</entry>
<entry>
<title>Provisionally export new API</title>
<updated>2024-06-08T17:26:34+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-06-08T15:16:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6ea9cd49099b83aebbab9463e3432cb03a4b6ba4'/>
<id>6ea9cd49099b83aebbab9463e3432cb03a4b6ba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Use typed data in digest</title>
<updated>2024-06-08T03:40:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-06-07T02:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0619312bb53cb64dedbfbf30eafd3a708b72588e'/>
<id>0619312bb53cb64dedbfbf30eafd3a708b72588e</id>
<content type='text'>
https://github.com/ruby/digest/commit/9a22f921c9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/9a22f921c9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Suppress implicit cast down warnings</title>
<updated>2023-11-09T07:20:00+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-11-09T07:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=195a09cc7ff07f3488835ff9cc374e28f03b487e'/>
<id>195a09cc7ff07f3488835ff9cc374e28f03b487e</id>
<content type='text'>
https://github.com/ruby/digest/commit/2f3505bf3f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/2f3505bf3f
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand tabs [ci skip]</title>
<updated>2022-07-21T16:42:04+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-07-21T16:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5b21e94bebed90180d8ff63dad03b8b948361089'/>
<id>5b21e94bebed90180d8ff63dad03b8b948361089</id>
<content type='text'>
[Misc #18891]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Misc #18891]
</pre>
</div>
</content>
</entry>
<entry>
<title>[digest] Added rb_digest_make_metadata to wrap metadata</title>
<updated>2020-12-19T06:08:01+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-17T02:02:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=feacae193ca3856b1d326697835357791a6df12b'/>
<id>feacae193ca3856b1d326697835357791a6df12b</id>
<content type='text'>
https://github.com/ruby/digest/commit/7046fe6005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/7046fe6005
</pre>
</div>
</content>
</entry>
<entry>
<title>Hoisted out rb_id_metadata</title>
<updated>2019-08-21T15:19:56+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-08-21T07:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a9638511009bb8847dfb037d05bdbbdd685066e7'/>
<id>a9638511009bb8847dfb037d05bdbbdd685066e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
