<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/date, branch ruby_2_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Merge date-3.0.3</title>
<updated>2021-11-24T08:55:25+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-11-24T07:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ade896702e58b8b2505998345c15c3987bdf278b'/>
<id>ade896702e58b8b2505998345c15c3987bdf278b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed misspellings</title>
<updated>2019-12-20T03:19:45+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-12-20T03:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e68999c82c4863d33a6f893661fba1b7538c5671'/>
<id>e68999c82c4863d33a6f893661fba1b7538c5671</id>
<content type='text'>
Fixed misspellings reported at [Bug #16437], for default gems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed misspellings reported at [Bug #16437], for default gems.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] Add more timezone abbreviations</title>
<updated>2019-11-01T08:30:14+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-10-31T18:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=469545307f7b688d0b7a15a5cfd33bcecb775123'/>
<id>469545307f7b688d0b7a15a5cfd33bcecb775123</id>
<content type='text'>
This gets the time zone abbreviations from
https://www.timeanddate.com/time/zones/, and adds unambiguous time
zones not already present in zonetab.list.  See bin/update-abbr
for the program used.

This regenerates zonetab.h using prereq.mk (requires gperf).

Only one test line is added, just to make sure a new time zone
abbreviation is picked up.

Fixes Ruby Bug 16286

https://github.com/ruby/date/commit/702e8b3033
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gets the time zone abbreviations from
https://www.timeanddate.com/time/zones/, and adds unambiguous time
zones not already present in zonetab.list.  See bin/update-abbr
for the program used.

This regenerates zonetab.h using prereq.mk (requires gperf).

Only one test line is added, just to make sure a new time zone
abbreviation is picked up.

Fixes Ruby Bug 16286

https://github.com/ruby/date/commit/702e8b3033
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] Revert "Simplify #inspect"</title>
<updated>2019-10-31T06:51:30+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-10-27T01:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3895e548bd2d75cdf47cd247e84d6071247dd3b3'/>
<id>3895e548bd2d75cdf47cd247e84d6071247dd3b3</id>
<content type='text'>
This reverts commit af01edd7d8575f544f647dbe8cde5b6ae535d459.

Revert requested by Yui Naruse.

https://github.com/ruby/date/commit/875d563557
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit af01edd7d8575f544f647dbe8cde5b6ae535d459.

Revert requested by Yui Naruse.

https://github.com/ruby/date/commit/875d563557
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] introduce Date::Error, raise Date::Error for every</title>
<updated>2019-10-31T06:51:25+00:00</updated>
<author>
<name>glaszig</name>
<email>glaszig@gmail.com</email>
</author>
<published>2019-08-09T00:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fce940aac722575a78cd4cbe5f86dd3f3b40d13c'/>
<id>fce940aac722575a78cd4cbe5f86dd3f3b40d13c</id>
<content type='text'>
"invalid &lt;anything&gt;" type of exception

https://github.com/ruby/date/commit/3e55c09ba4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"invalid &lt;anything&gt;" type of exception

https://github.com/ruby/date/commit/3e55c09ba4
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo causing Date.new(year, month) to fail</title>
<updated>2019-10-24T19:34:51+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-10-24T16:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5fe8943fdaf765dc01d986abafe85bd3eafb7814'/>
<id>5fe8943fdaf765dc01d986abafe85bd3eafb7814</id>
<content type='text'>
Add a test for this case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a test for this case.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] Simplify #inspect</title>
<updated>2019-10-24T09:39:04+00:00</updated>
<author>
<name>zverok</name>
<email>zverok.offline@gmail.com</email>
</author>
<published>2019-08-11T10:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=913807bd6ce98d3d362d27caef4f5e2aef0e5d79'/>
<id>913807bd6ce98d3d362d27caef4f5e2aef0e5d79</id>
<content type='text'>
https://github.com/ruby/date/commit/af01edd7d8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/date/commit/af01edd7d8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] Remove taint support</title>
<updated>2019-10-24T09:39:04+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-10-18T18:56:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2e37c1960a0b84a9018dc0202a36daf4e692ed46'/>
<id>2e37c1960a0b84a9018dc0202a36daf4e692ed46</id>
<content type='text'>
Ruby 2.7 deprecates taint and it no longer has an effect.
The lack of taint support should not cause a problem in
previous versions.

https://github.com/ruby/date/commit/519470dc3b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ruby 2.7 deprecates taint and it no longer has an effect.
The lack of taint support should not cause a problem in
previous versions.

https://github.com/ruby/date/commit/519470dc3b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] Support -Float::INFINITY...date ranges</title>
<updated>2019-10-24T09:39:04+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-08-25T17:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fc0e8d00bc50ac8646b37adee3b599c83ce84a41'/>
<id>fc0e8d00bc50ac8646b37adee3b599c83ce84a41</id>
<content type='text'>
Fixes Ruby Bug 12961

https://github.com/ruby/date/commit/7f533c2552
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Ruby Bug 12961

https://github.com/ruby/date/commit/7f533c2552
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] Check for numeric arguments in constructors</title>
<updated>2019-10-24T09:39:04+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-07-24T15:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4e40ca301cca692361627ac6db06c0f0074636f0'/>
<id>4e40ca301cca692361627ac6db06c0f0074636f0</id>
<content type='text'>
Previously, the type of these arguments were not checked, leading to
NoMethodErrors in some cases, and TypeErrors in other cases, but not
showing what field was having the problems.  This change makes it so
the field with the problem is included in the error message.

For the valid_*? methods, this changes them to return false if one
of the arguments that should be numeric is not.

Fixes Ruby Bug 11935
Fixes Ruby Misc 15298

https://github.com/ruby/date/commit/a2f4b665f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the type of these arguments were not checked, leading to
NoMethodErrors in some cases, and TypeErrors in other cases, but not
showing what field was having the problems.  This change makes it so
the field with the problem is included in the error message.

For the valid_*? methods, this changes them to return false if one
of the arguments that should be numeric is not.

Fixes Ruby Bug 11935
Fixes Ruby Misc 15298

https://github.com/ruby/date/commit/a2f4b665f8
</pre>
</div>
</content>
</entry>
</feed>
