<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/psych/yaml, branch v3_0_4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Bump psych version to 3.3.2</title>
<updated>2021-11-22T01:51:35+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-11-11T11:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5afefe4371b19155fc4d692a5ff2616ad748e9cc'/>
<id>5afefe4371b19155fc4d692a5ff2616ad748e9cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip trailing spaces [ci skip]</title>
<updated>2020-12-19T06:34:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-19T06:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5c9d6ea6b43443c470a490858a8ad11b36ed5516'/>
<id>5c9d6ea6b43443c470a490858a8ad11b36ed5516</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Psych-3.2.1 from ruby/psych</title>
<updated>2020-12-14T11:13:12+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-12-14T11:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c2a60fec2f79c05bdb865c143b6ad8eddfc6cc36'/>
<id>c2a60fec2f79c05bdb865c143b6ad8eddfc6cc36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Appended a newline to suppress newline-eof warning</title>
<updated>2020-10-06T14:18:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-10-06T14:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=21b199bb2423e330570064ae0ad08f2d941ece74'/>
<id>21b199bb2423e330570064ae0ad08f2d941ece74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Bump version strings for header file</title>
<updated>2020-06-23T06:26:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-06-23T04:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7cdfc2b5fc447af34ef31b731823eed0d5cbc894'/>
<id>7cdfc2b5fc447af34ef31b731823eed0d5cbc894</id>
<content type='text'>
https://github.com/ruby/psych/commit/68da645c7e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/68da645c7e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Bump libyaml version to 0.2.5</title>
<updated>2020-06-23T06:26:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-06-23T04:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=70a459986988fecf245cf5eb62e7982e790c8260'/>
<id>70a459986988fecf245cf5eb62e7982e790c8260</id>
<content type='text'>
https://github.com/ruby/psych/commit/39996192cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/39996192cc
</pre>
</div>
</content>
</entry>
<entry>
<title>ext/psych/yaml/api.c: Suppress a "variable set but not used" warning</title>
<updated>2019-08-24T11:31:16+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-08-24T11:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=571ffcd6094ccf1c68d4bfc36e425e0ee524e8b4'/>
<id>571ffcd6094ccf1c68d4bfc36e425e0ee524e8b4</id>
<content type='text'>
```
compiling ../.././ext/psych/yaml/api.c
../.././ext/psych/yaml/api.c: In function 'yaml_document_delete':
../.././ext/psych/yaml/api.c:1122:7: warning: variable 'context' set but not used [-Wunused-but-set-variable]
     } context;
       ^~~~~~~
```
https://rubyci.org/logs/rubyci.s3.amazonaws.com/ubuntu1604/ruby-master/log/20190824T093004Z.log.html.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```
compiling ../.././ext/psych/yaml/api.c
../.././ext/psych/yaml/api.c: In function 'yaml_document_delete':
../.././ext/psych/yaml/api.c:1122:7: warning: variable 'context' set but not used [-Wunused-but-set-variable]
     } context;
       ^~~~~~~
```
https://rubyci.org/logs/rubyci.s3.amazonaws.com/ubuntu1604/ruby-master/log/20190824T093004Z.log.html.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>ext/psych/yaml/loader.c: Cast the difference of pointers to int</title>
<updated>2019-08-05T05:38:59+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-08-05T05:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=58a478bce4a81e619dcef4436f437453d1a3cd89'/>
<id>58a478bce4a81e619dcef4436f437453d1a3cd89</id>
<content type='text'>
instead of casting a pointer to int.
Follow up of 39622232c7542d062f79277a11f6b8b6b6cfd994.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of casting a pointer to int.
Follow up of 39622232c7542d062f79277a11f6b8b6b6cfd994.
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress warnings of bundled libyaml.</title>
<updated>2019-08-04T11:12:43+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-08-04T11:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=39622232c7542d062f79277a11f6b8b6b6cfd994'/>
<id>39622232c7542d062f79277a11f6b8b6b6cfd994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>yaml few build warning fixes</title>
<updated>2019-08-04T00:46:46+00:00</updated>
<author>
<name>David Carlier</name>
<email>devnexen@gmail.com</email>
</author>
<published>2019-07-09T21:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2d189a6721c5e88973a53e385c0fb9eeb55fece9'/>
<id>2d189a6721c5e88973a53e385c0fb9eeb55fece9</id>
<content type='text'>
Closes: https://github.com/ruby/ruby/pull/2283
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: https://github.com/ruby/ruby/pull/2283
</pre>
</div>
</content>
</entry>
</feed>
