summaryrefslogtreecommitdiff
path: root/admin/check-doc-strings
AgeCommit message (Collapse)Author
2025-03-01Merge from origin/emacs-30Eli Zaretskii
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
2025-02-23; * admin/check-doc-strings: Add note for future development.Stefan Kangas
2025-02-22* admin/check-doc-strings: Reduce false positives.Stefan Kangas
2022-08-06* admin/check-doc-strings: Remove XEmacs support.Stefan Kangas
2021-02-16Fix admin/check-doc-strings for new DEFUN formatStefan Kangas
* admin/check-doc-strings: Various fixes, including for the new DEFUN format. The script still produces a ton of false positives, however.
2016-01-24Port "$@" to OpenIndiana ksh93Paul Eggert
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+"$@"}.
2014-10-25Looking for .bzr as a check for top-level directory will soon be a bad idea.Eric S. Raymond
Fortunately the other two checks should be quite sufficient.
2014-01-02* admin/check-doc-strings: Replace `perl -w' with `use warnings;'.Xue Fuqiao
2013-01-02* check-doc-strings: Update for CVS->bzr, moved lispref/ directory.Glenn Morris
(Now it actually runs. Whether or not it does anything useful is another matter...)
2011-01-15Nuke arch-tags.Glenn Morris
2007-02-14Make legal status more obvious.Glenn Morris
2003-09-01Add arch taglinesMiles Bader
2001-08-16*** empty log message ***Gerd Moellmann