<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/digest, 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] [DOC] Missing documents</title>
<updated>2025-11-10T08:38:45+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-10T05:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2af63204de6047f5c3317467404a38853f414cbe'/>
<id>2af63204de6047f5c3317467404a38853f414cbe</id>
<content type='text'>
https://github.com/ruby/digest/commit/16b598d6f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/16b598d6f2
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] v3.2.1</title>
<updated>2025-10-31T04:54:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-10-31T04:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=307b625b5968895055fe7be1e009c8d8f769e8cd'/>
<id>307b625b5968895055fe7be1e009c8d8f769e8cd</id>
<content type='text'>
https://github.com/ruby/digest/commit/687e7cc1e1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/687e7cc1e1
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies for addition of set.h to public headers</title>
<updated>2025-07-11T06:24:23+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2025-06-29T03:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0b23a8db6069c726af0c5b090e65790fda347dff'/>
<id>0b23a8db6069c726af0c5b090e65790fda347dff</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] stringop-overread warning is since GCC 11</title>
<updated>2025-05-05T10:20:31+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-05-05T08:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5b1a61e29cb0773e2d8e8e40269dad1d972f348f'/>
<id>5b1a61e29cb0773e2d8e8e40269dad1d972f348f</id>
<content type='text'>
https://github.com/ruby/digest/commit/d16853fe8c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/d16853fe8c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Suppress false stringop-overread warning</title>
<updated>2025-05-02T09:46:51+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-05-02T09:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=85198262a33d82d02039b84dbb0fdbc81bec0c32'/>
<id>85198262a33d82d02039b84dbb0fdbc81bec0c32</id>
<content type='text'>
https://github.com/ruby/digest/commit/0df846e8c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/0df846e8c1
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Move macros for warnings to defs.h</title>
<updated>2025-05-02T09:46:51+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-05-02T08:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=277bcb717b49dcf567a5c10d9336b2904066146f'/>
<id>277bcb717b49dcf567a5c10d9336b2904066146f</id>
<content type='text'>
https://github.com/ruby/digest/commit/70a805b872
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/70a805b872
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Fix `--without-common-digest` option</title>
<updated>2025-05-02T09:20:47+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-11-07T02:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ba6a36e653c40d10b9dc9d5b102c2a8b5885de90'/>
<id>ba6a36e653c40d10b9dc9d5b102c2a8b5885de90</id>
<content type='text'>
In `digest_conf`, "no implicit conversion of false into String"
TypeError is raised.

https://github.com/ruby/digest/commit/89e5e5fe3a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In `digest_conf`, "no implicit conversion of false into String"
TypeError is raised.

https://github.com/ruby/digest/commit/89e5e5fe3a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Bump up v3.2.0</title>
<updated>2024-12-16T03:31:55+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-16T03:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=379128dcbf19c0777333b8c1a86bf52469633c9a'/>
<id>379128dcbf19c0777333b8c1a86bf52469633c9a</id>
<content type='text'>
https://github.com/ruby/digest/commit/26c757fe9a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/26c757fe9a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Bump up v3.2.0.pre0, preparing to stable release</title>
<updated>2024-12-11T08:02:34+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-11T08:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=824642e883cf43ed6bf053b37ed7ee02f749c062'/>
<id>824642e883cf43ed6bf053b37ed7ee02f749c062</id>
<content type='text'>
https://github.com/ruby/digest/commit/d19c84fd68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/d19c84fd68
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Remove obsolete test runner [ci skip]</title>
<updated>2024-11-20T15:14:26+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-11-20T14:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f9623944816c3ce88cda23f2d2d88f1c96b437ad'/>
<id>f9623944816c3ce88cda23f2d2d88f1c96b437ad</id>
<content type='text'>
This file is platform dependent, outdated and already not working.
Use `rake` instead.

https://github.com/ruby/digest/commit/a2a917dc71
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file is platform dependent, outdated and already not working.
Use `rake` instead.

https://github.com/ruby/digest/commit/a2a917dc71
</pre>
</div>
</content>
</entry>
</feed>
