<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/src/timefns.c, branch scratch/bug64391</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Fix system time sampling on MS-Windows</title>
<updated>2023-03-24T11:10:30+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-03-24T11:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=accb3871668201a1d7b9c54713b94b814c879271'/>
<id>accb3871668201a1d7b9c54713b94b814c879271</id>
<content type='text'>
* src/timefns.c (emacs_localtime_rz) [WINDOWSNT]: Unconditionally
call tzset to make sure we pick up all the changes of time zone,
working around the MS CRT caching.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/timefns.c (emacs_localtime_rz) [WINDOWSNT]: Unconditionally
call tzset to make sure we pick up all the changes of time zone,
working around the MS CRT caching.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2023 to copyright years.</title>
<updated>2023-01-01T10:31:12+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-01-01T10:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cae528457cb862dc886a34240c9d4c73035b6659'/>
<id>cae528457cb862dc886a34240c9d4c73035b6659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Avoid compilation warning on MS-Windows</title>
<updated>2022-12-12T18:01:23+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-12-12T18:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=58b8ed8b55cd3c864823c6d2fbfdd12bcfe43247'/>
<id>58b8ed8b55cd3c864823c6d2fbfdd12bcfe43247</id>
<content type='text'>
* src/timefns.c (sys_clock): Declare, to avoid compilation
warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/timefns.c (sys_clock): Declare, to avoid compilation
warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Work around lsp-mode compatibility bug</title>
<updated>2022-11-24T20:57:02+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-11-24T20:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=55f6f1c82a35f0589d3dbdd1f32fae7ea9a758d8'/>
<id>55f6f1c82a35f0589d3dbdd1f32fae7ea9a758d8</id>
<content type='text'>
* src/timefns.c (Ftime_subtract): Respect current-time-list when
args are eq (Bug#59506).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/timefns.c (Ftime_subtract): Respect current-time-list when
args are eq (Bug#59506).
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve timefns speed on integers</title>
<updated>2022-08-14T20:49:33+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-08-14T20:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a64fe6f31987ca4a2c8ac6b96b97c6a440aeb2a2'/>
<id>a64fe6f31987ca4a2c8ac6b96b97c6a440aeb2a2</id>
<content type='text'>
* src/timefns.c (decode_lisp_time) [FASTER_TIMEFNS]:
Speed up when SPECIFIED_TIME is an integer.
(time_cmp) [FASTER_TIMEFNS]: Speed up when comparing integers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/timefns.c (decode_lisp_time) [FASTER_TIMEFNS]:
Speed up when SPECIFIED_TIME is an integer.
(time_cmp) [FASTER_TIMEFNS]: Speed up when comparing integers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Decode time conses before floats</title>
<updated>2022-08-14T20:49:33+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-08-14T20:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=15aba5e64496414ec4659118f910516d2dc5e8b4'/>
<id>15aba5e64496414ec4659118f910516d2dc5e8b4</id>
<content type='text'>
* src/timefns.c (decode_lisp_time): Test for conses before floats,
as conses are more common.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/timefns.c (decode_lisp_time): Test for conses before floats,
as conses are more common.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/calendar/time-date.el (seconds-to-time): Use the original arg list</title>
<updated>2022-08-14T14:41:40+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2022-08-14T14:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=397fdc22eb140dd80e878528fd65e74da4033fa8'/>
<id>397fdc22eb140dd80e878528fd65e74da4033fa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document time-convert FORM argument as mandatory</title>
<updated>2022-08-13T18:59:39+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2022-08-13T18:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=864847bf3c9f041256e32353b323ddafee86f6da'/>
<id>864847bf3c9f041256e32353b323ddafee86f6da</id>
<content type='text'>
This is a followup to commit b70369c557 of 2022-08-05
"time-convert): Deprecate calls without an explicit FORM arg".

* doc/lispref/os.texi (Time Conversion):
* src/timefns.c (Ftime_convert): Describe FORM argument as required
as per the advertised calling convention.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a followup to commit b70369c557 of 2022-08-05
"time-convert): Deprecate calls without an explicit FORM arg".

* doc/lispref/os.texi (Time Conversion):
* src/timefns.c (Ftime_convert): Describe FORM argument as required
as per the advertised calling convention.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve time-convert docstring formatting for readability</title>
<updated>2022-08-13T18:30:12+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-08-13T18:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0a9375938529c7603f19204cd166716f63e8a640'/>
<id>0a9375938529c7603f19204cd166716f63e8a640</id>
<content type='text'>
* src/timefns.c (Ftime_convert): Doc fix; improve formatting for
readability.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/timefns.c (Ftime_convert): Doc fix; improve formatting for
readability.
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/timefns.c (Ffloat_time): Fix doc string.</title>
<updated>2022-08-01T08:17:14+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-08-01T07:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2fd2008e6717189627019e30591bc788f7957917'/>
<id>2fd2008e6717189627019e30591bc788f7957917</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
