<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/admin/check-doc-strings, branch feature/delsel-replace</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>Merge from origin/emacs-30</title>
<updated>2025-03-01T14:59:08+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-03-01T14:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=612b6df6081c7694525bc236040c4bf360571752'/>
<id>612b6df6081c7694525bc236040c4bf360571752</id>
<content type='text'>
563b6f94511 Constant highlighting no longer captures Java annotations
e15dcb2db5c Improve wording of lsh docstring
0cc651acddb ; * admin/check-doc-strings: Add note for future developm...
3c9b1c3cd18 Don't document deleted xwidget functions
9e9b78dda94 ; Improve lsh and ash documented argument names
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
563b6f94511 Constant highlighting no longer captures Java annotations
e15dcb2db5c Improve wording of lsh docstring
0cc651acddb ; * admin/check-doc-strings: Add note for future developm...
3c9b1c3cd18 Don't document deleted xwidget functions
9e9b78dda94 ; Improve lsh and ash documented argument names
</pre>
</div>
</content>
</entry>
<entry>
<title>; * admin/check-doc-strings: Add note for future development.</title>
<updated>2025-02-23T19:47:34+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2025-02-22T13:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0cc651acddb87180357ab8ff4adcbac8d6174e50'/>
<id>0cc651acddb87180357ab8ff4adcbac8d6174e50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* admin/check-doc-strings: Reduce false positives.</title>
<updated>2025-02-22T03:21:10+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2025-02-22T03:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=79ab873b9b679ec0aedb03ce246035d8e5d4b09c'/>
<id>79ab873b9b679ec0aedb03ce246035d8e5d4b09c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* admin/check-doc-strings: Remove XEmacs support.</title>
<updated>2022-08-06T12:30:09+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-08-06T12:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a1e07057c416132b3125436010adb876886c6677'/>
<id>a1e07057c416132b3125436010adb876886c6677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix admin/check-doc-strings for new DEFUN format</title>
<updated>2021-02-16T04:26:44+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-02-16T04:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9b8cf1a38d100d4b860a52ae0349413a37a211db'/>
<id>9b8cf1a38d100d4b860a52ae0349413a37a211db</id>
<content type='text'>
* admin/check-doc-strings: Various fixes, including for the new DEFUN
format.  The script still produces a ton of false positives, however.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/check-doc-strings: Various fixes, including for the new DEFUN
format.  The script still produces a ton of false positives, however.
</pre>
</div>
</content>
</entry>
<entry>
<title>Port "$@" to OpenIndiana ksh93</title>
<updated>2016-01-25T01:29:01+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-01-25T01:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6475f9265ecf21a8d49bc3ac0dc66010c9ec6b05'/>
<id>6475f9265ecf21a8d49bc3ac0dc66010c9ec6b05</id>
<content type='text'>
In http://lists.gnu.org/archive/html/bug-autoconf/2015-12/msg00000.html
Pavel Raiskup reports that ${1+"$@"} runs afoul of a bug in /bin/sh
(derived from ksh 93t+ 2010-03-05).  ${1+"$@"} works around an ancient
bug in long-dead shells, so remove the workaround.
* admin/check-doc-strings, configure.ac, lib-src/rcs2log:
Use plain "$@" rather than ${1+"$@"}.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In http://lists.gnu.org/archive/html/bug-autoconf/2015-12/msg00000.html
Pavel Raiskup reports that ${1+"$@"} runs afoul of a bug in /bin/sh
(derived from ksh 93t+ 2010-03-05).  ${1+"$@"} works around an ancient
bug in long-dead shells, so remove the workaround.
* admin/check-doc-strings, configure.ac, lib-src/rcs2log:
Use plain "$@" rather than ${1+"$@"}.
</pre>
</div>
</content>
</entry>
<entry>
<title>Looking for .bzr as a check for top-level directory will soon be a bad idea.</title>
<updated>2014-10-25T20:11:24+00:00</updated>
<author>
<name>Eric S. Raymond</name>
</author>
<published>2014-10-25T20:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8e297e0a84329beaf2146ad846baca86c2378f62'/>
<id>8e297e0a84329beaf2146ad846baca86c2378f62</id>
<content type='text'>
Fortunately the other two checks should be quite sufficient.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fortunately the other two checks should be quite sufficient.
</pre>
</div>
</content>
</entry>
<entry>
<title>* admin/check-doc-strings: Replace `perl -w' with `use warnings;'.</title>
<updated>2014-01-02T08:47:40+00:00</updated>
<author>
<name>Xue Fuqiao</name>
</author>
<published>2014-01-02T08:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5cd63720ce8b6da6fa722ec18c2c4087a6a0afd2'/>
<id>5cd63720ce8b6da6fa722ec18c2c4087a6a0afd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* check-doc-strings: Update for CVS-&gt;bzr, moved lispref/ directory.</title>
<updated>2013-01-03T02:36:29+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2013-01-03T02:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2036b4b8e075479ea5333689e299183b9c2f3ebb'/>
<id>2036b4b8e075479ea5333689e299183b9c2f3ebb</id>
<content type='text'>
(Now it actually runs.  Whether or not it does anything useful is
another matter...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Now it actually runs.  Whether or not it does anything useful is
another matter...)
</pre>
</div>
</content>
</entry>
<entry>
<title>Nuke arch-tags.</title>
<updated>2011-01-15T23:16:57+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2011-01-15T23:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0d9f702fd085bc8ad560a3e1f08d5e93054a5d33'/>
<id>0d9f702fd085bc8ad560a3e1f08d5e93054a5d33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
