<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lib, branch scratch/emacs-29-eshell-docs</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>; 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>Update from Gnulib by running admin/merge-gnulib</title>
<updated>2022-11-26T18:56:53+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-11-26T18:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b27e8f26284770162cc9e9d95d4d273902d35927'/>
<id>b27e8f26284770162cc9e9d95d4d273902d35927</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port better to C23 bool+true+false keywords</title>
<updated>2022-09-28T08:09:01+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-09-28T08:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f6fb2b9e1f94917601201f5d43c15e92e99b2a2f'/>
<id>f6fb2b9e1f94917601201f5d43c15e92e99b2a2f</id>
<content type='text'>
C23 is adding the C++ keywords bool, true, and false;
prefer them to &lt;stdbool.h&gt; if they are available.
* admin/merge-gnulib (GNULIB_MODULES):
Add stdbool, which emulates C23 on pre-C23 platforms.
(AVOIDED_MODULES): Remove stdbool; Gnulib has renamed
this module to stdbool-c99 and nobody uses it so it does
not need to be avoided.
* m4/c-bool.m4: New file, from Gnulib stdbool module.
* lib-src/seccomp-filter.c, src/conf_post.h, src/dynlib.h:
* src/emacs-module.c, src/nsterm.m, src/systhread.h:
* test/src/emacs-module-resources/mod-test.c:
Use the C23 style and use bool without including &lt;stdbool.h&gt;.
The Gnulib stdbool module causes config.h to include stdbool.h
on pre-C23 platforms.
* src/emacs-module.h.in:
Don’t include &lt;stdbool.h&gt; if C23 or later, or if
it has already been included.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
C23 is adding the C++ keywords bool, true, and false;
prefer them to &lt;stdbool.h&gt; if they are available.
* admin/merge-gnulib (GNULIB_MODULES):
Add stdbool, which emulates C23 on pre-C23 platforms.
(AVOIDED_MODULES): Remove stdbool; Gnulib has renamed
this module to stdbool-c99 and nobody uses it so it does
not need to be avoided.
* m4/c-bool.m4: New file, from Gnulib stdbool module.
* lib-src/seccomp-filter.c, src/conf_post.h, src/dynlib.h:
* src/emacs-module.c, src/nsterm.m, src/systhread.h:
* test/src/emacs-module-resources/mod-test.c:
Use the C23 style and use bool without including &lt;stdbool.h&gt;.
The Gnulib stdbool module causes config.h to include stdbool.h
on pre-C23 platforms.
* src/emacs-module.h.in:
Don’t include &lt;stdbool.h&gt; if C23 or later, or if
it has already been included.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from Gnulib by running admin/merge-gnulib</title>
<updated>2022-09-28T07:37:12+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-09-28T07:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a9b29ee4a0ffa4878d67eaf518dbeed098844b9e'/>
<id>a9b29ee4a0ffa4878d67eaf518dbeed098844b9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from Gnulib by running admin/merge-gnulib</title>
<updated>2022-08-26T01:30:11+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-08-25T23:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7b05ffda80151d0c1a73ec1a4d0cd359849968d5'/>
<id>7b05ffda80151d0c1a73ec1a4d0cd359849968d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from Gnulib by running admin/merge-gnulib</title>
<updated>2022-08-18T01:51:34+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-08-18T01:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b6b191108000104519f9f6cee70b0ef9bba9dbc6'/>
<id>b6b191108000104519f9f6cee70b0ef9bba9dbc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from Gnulib by running admin/merge-gnulib</title>
<updated>2022-07-06T05:00:18+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-07-06T04:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=27436451ecbf250db4d1704c586763cb40e6dfeb'/>
<id>27436451ecbf250db4d1704c586763cb40e6dfeb</id>
<content type='text'>
* admin/merge-gnulib (AVOIDED_MODULES): Add chmod.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/merge-gnulib (AVOIDED_MODULES): Add chmod.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from gnulib</title>
<updated>2022-05-13T00:20:03+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-05-13T00:19:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=06c1eea1738fd829e9b4ac637156ad6b09aab7c3'/>
<id>06c1eea1738fd829e9b4ac637156ad6b09aab7c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Gnulib update via admin/merge-gnulib</title>
<updated>2022-05-05T22:37:40+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-05-05T22:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9007e10a0fc94190404c6a988f7d52d162901940'/>
<id>9007e10a0fc94190404c6a988f7d52d162901940</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from gnulib</title>
<updated>2022-04-20T02:19:35+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-04-20T02:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=992cf3cb675e074079341cc54c3b16d37a8b9ca8'/>
<id>992cf3cb675e074079341cc54c3b16d37a8b9ca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
