<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/date/date_core.c, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/date] Adjust format [ci skip]</title>
<updated>2022-12-18T03:03:54+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-12-18T03:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c316a5f2f12fe5921baac50623ca789be490f657'/>
<id>c316a5f2f12fe5921baac50623ca789be490f657</id>
<content type='text'>
https://github.com/ruby/date/commit/71c35b4054
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/date/commit/71c35b4054
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] Implement Date#deconstruct_keys and DateTime#deconstruct_keys</title>
<updated>2022-12-13T19:52:06+00:00</updated>
<author>
<name>zverok</name>
<email>zverok.offline@gmail.com</email>
</author>
<published>2022-12-06T17:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1859784422ca7f19710bbfb1b12b46fdd8ecf3cb'/>
<id>1859784422ca7f19710bbfb1b12b46fdd8ecf3cb</id>
<content type='text'>
https://github.com/ruby/date/commit/6bb6d3a810
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/date/commit/6bb6d3a810
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] Check month range as civil</title>
<updated>2022-10-27T05:36:11+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-10-27T05:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=739ad81ff1ba28608fbc492cc0b09f96c0bd463a'/>
<id>739ad81ff1ba28608fbc492cc0b09f96c0bd463a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Replace the external URIs to docs with rdoc-ref</title>
<updated>2022-10-12T03:27:40+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-10-12T02:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3539da64fc42d6eb76f1d4c3ccd219c3259ecd8b'/>
<id>3539da64fc42d6eb76f1d4c3ccd219c3259ecd8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] [DOC] Enhanced intro for Date (https://github.com/ruby/date/pull/72)</title>
<updated>2022-08-15T13:16:23+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2022-08-15T13:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8d40ede2e005439cbc84abfd50c98932a33448f4'/>
<id>8d40ede2e005439cbc84abfd50c98932a33448f4</id>
<content type='text'>
https://github.com/ruby/date/commit/59a6673221
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/date/commit/59a6673221
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] Fix Time#to_datetime before calendar reform</title>
<updated>2022-08-08T14:50:17+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-08-08T13:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e07d450deae500422b7693a30c75c5b1567601a2'/>
<id>e07d450deae500422b7693a30c75c5b1567601a2</id>
<content type='text'>
Time is always in the proleptic Gregorian calendar.
Also DateTime#to_time should convert to the Gregorian calendar first,
before extracting its components.

https://bugs.ruby-lang.org/issues/18946#change-98527

https://github.com/ruby/date/commit/b2aee75248
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Time is always in the proleptic Gregorian calendar.
Also DateTime#to_time should convert to the Gregorian calendar first,
before extracting its components.

https://bugs.ruby-lang.org/issues/18946#change-98527

https://github.com/ruby/date/commit/b2aee75248
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] New doc about Julian/Gregorian (#70)</title>
<updated>2022-08-08T00:42:31+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2022-08-05T18:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1607c6d2814cc4f71aa65bc273d745f28514e735'/>
<id>1607c6d2814cc4f71aa65bc273d745f28514e735</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/69)</title>
<updated>2022-08-02T20:17:55+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2022-08-02T20:17:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=eaf6189fe59ac4839d3a04bf7f9552fc22f09471'/>
<id>eaf6189fe59ac4839d3a04bf7f9552fc22f09471</id>
<content type='text'>
Treats:
    ::_strptime
    ::strptime
Adds 'Related' entry to some methods' doc.

https://github.com/ruby/date/commit/a6c2129273
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Treats:
    ::_strptime
    ::strptime
Adds 'Related' entry to some methods' doc.

https://github.com/ruby/date/commit/a6c2129273
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] [DOC] Enhanced RDoc for parser methods (https://github.com/ruby/date/pull/68)</title>
<updated>2022-08-02T17:28:12+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2022-08-02T17:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d8ea3a20fa7db0a670cde9c90d62fc5187217a23'/>
<id>d8ea3a20fa7db0a670cde9c90d62fc5187217a23</id>
<content type='text'>
Treats:
    ::_httpdate
    ::_iso8601
    ::_jisx0301
    ::_parse
    ::_rfc2822
    ::_rfc3339
    ::_xmlschema
    ::httpdate
    ::iso8601
    ::jisx0301
    ::parse
    ::rfc2822
    ::rfc3339
    ::xmlschema

https://github.com/ruby/date/commit/24bdab600a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Treats:
    ::_httpdate
    ::_iso8601
    ::_jisx0301
    ::_parse
    ::_rfc2822
    ::_rfc3339
    ::_xmlschema
    ::httpdate
    ::iso8601
    ::jisx0301
    ::parse
    ::rfc2822
    ::rfc3339
    ::xmlschema

https://github.com/ruby/date/commit/24bdab600a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/67)</title>
<updated>2022-07-30T18:18:45+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2022-07-30T18:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4efbeb11905534289a6b4a4bc4779859a9c6c6a6'/>
<id>4efbeb11905534289a6b4a4bc4779859a9c6c6a6</id>
<content type='text'>
Treats:
    ::httpdate
    #to_date
    #to_time
    #to_datetime
In behalf of ::httpdate, I've introduced section "Argument limit" that can be pointed to by various Date methods (similar to existing section "Argument start"). This will involve 8 already-enhanced methods plus 8 more not yet done.

https://github.com/ruby/date/commit/00326ff99c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Treats:
    ::httpdate
    #to_date
    #to_time
    #to_datetime
In behalf of ::httpdate, I've introduced section "Argument limit" that can be pointed to by various Date methods (similar to existing section "Argument start"). This will involve 8 already-enhanced methods plus 8 more not yet done.

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