<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lib-src/timer.c, branch scratch/static_assert</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>properly mark Attic files as deleted</title>
<updated>2001-07-06T08:41:36+00:00</updated>
<author>
<name>Ken Raeburn</name>
</author>
<published>2001-07-06T08:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ad782551325b7c694ee234b5ff4c5688d90e561c'/>
<id>ad782551325b7c694ee234b5ff4c5688d90e561c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate some -Wall warnings.</title>
<updated>1994-10-12T20:21:51+00:00</updated>
<author>
<name>David J. MacKenzie</name>
</author>
<published>1994-10-12T20:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=340ff9deaea2a7258d3ee1eca65487b4cd8dd305'/>
<id>340ff9deaea2a7258d3ee1eca65487b4cd8dd305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't declare malloc.</title>
<updated>1994-09-17T05:50:17+00:00</updated>
<author>
<name>Richard M. Stallman</name>
</author>
<published>1994-09-17T05:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5afc7fb0ba4b2ea4ffbcf83108038e8467780e66'/>
<id>5afc7fb0ba4b2ea4ffbcf83108038e8467780e66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(xmalloc): New function.</title>
<updated>1994-07-13T19:10:27+00:00</updated>
<author>
<name>Richard M. Stallman</name>
</author>
<published>1994-07-13T19:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=20e15dfd12e30a599ba480c73aca0b1662c4cd80'/>
<id>20e15dfd12e30a599ba480c73aca0b1662c4cd80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include errno.h; don't include fasync.h.</title>
<updated>1994-01-19T15:12:34+00:00</updated>
<author>
<name>Richard M. Stallman</name>
</author>
<published>1994-01-19T15:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f8998fa90c9a923585ca4ab728fc40e9dda93188'/>
<id>f8998fa90c9a923585ca4ab728fc40e9dda93188</id>
<content type='text'>
(schedule): Don't return a value.
(sigcatch): Reestablish the handler first.
(getevent): Always call notify at the end.
(notify): Defer alarms around the whole body of function.

(main): Don't request SIGIO, and don't handle it.
Loop calling getevent.
(sigcatch): Delete code to handle SIGIO.
If defer_alarms is set, don't call notify, just set alarm_deferred.
(getevent): Use read, not getchar.  Handle EINTR and EAGAIN.
Set defer_alarms around realloc and schedule.
If alarm_deferred gets set, call notify.
Likewise if this event is the only pending event.
Make buf and buf_size global variables.
Don't malloc buf if it is already non-zero.
(schedule): Just exit if run out of memory.
Return the number of events.
(signal) [_CX_UX]: Add #undef.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(schedule): Don't return a value.
(sigcatch): Reestablish the handler first.
(getevent): Always call notify at the end.
(notify): Defer alarms around the whole body of function.

(main): Don't request SIGIO, and don't handle it.
Loop calling getevent.
(sigcatch): Delete code to handle SIGIO.
If defer_alarms is set, don't call notify, just set alarm_deferred.
(getevent): Use read, not getchar.  Handle EINTR and EAGAIN.
Set defer_alarms around realloc and schedule.
If alarm_deferred gets set, call notify.
Likewise if this event is the only pending event.
Make buf and buf_size global variables.
Don't malloc buf if it is already non-zero.
(schedule): Just exit if run out of memory.
Return the number of events.
(signal) [_CX_UX]: Add #undef.
</pre>
</div>
</content>
</entry>
<entry>
<title>[USG] (SIGIO): Define as SIGPOLL.</title>
<updated>1994-01-12T04:48:56+00:00</updated>
<author>
<name>Richard M. Stallman</name>
</author>
<published>1994-01-12T04:48:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=817b371ce04c3fa7b0cbb8dbd20323760781022a'/>
<id>817b371ce04c3fa7b0cbb8dbd20323760781022a</id>
<content type='text'>
(main) [USG]: Do ioctl to enable SIGPOLL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(main) [USG]: Do ioctl to enable SIGPOLL.
</pre>
</div>
</content>
</entry>
<entry>
<title>[! HAVE_STRERROR] (strerror): Define the function.</title>
<updated>1994-01-08T22:27:30+00:00</updated>
<author>
<name>Roland McGrath</name>
</author>
<published>1994-01-08T22:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2771160004630733bcf39d020b50f296994ba6aa'/>
<id>2771160004630733bcf39d020b50f296994ba6aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't declare sys_errlist; declare strerror instead.</title>
<updated>1994-01-08T21:52:28+00:00</updated>
<author>
<name>Roland McGrath</name>
</author>
<published>1994-01-08T21:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dbc52c10f4d9c6d7d7cca4c14c07048ec5752243'/>
<id>dbc52c10f4d9c6d7d7cca4c14c07048ec5752243</id>
<content type='text'>
(schedule, main): Call strerror instead of using sys_errlist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(schedule, main): Call strerror instead of using sys_errlist.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include &lt;config.h&gt; instead of "config.h".</title>
<updated>1993-09-10T06:15:46+00:00</updated>
<author>
<name>Roland McGrath</name>
</author>
<published>1993-09-10T06:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=18160b98ce2ce9f534a4aee6be181788322b6c01'/>
<id>18160b98ce2ce9f534a4aee6be181788322b6c01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(main): Generate a SIGIO as soon as we've initialized.</title>
<updated>1993-08-01T07:45:35+00:00</updated>
<author>
<name>Richard M. Stallman</name>
</author>
<published>1993-08-01T07:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4d09905307e94ddcacb765c6f83cd97ef9918d3e'/>
<id>4d09905307e94ddcacb765c6f83cd97ef9918d3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
