about summary refs log tree commit diff
path: root/manual/check-safety.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* Require check-safety.sh to pass; wish for check that all fns are documentedAlexandre Oliva2014-11-211-0/+5
| | | | | | | | | for ChangeLog * manual/Makefile ($(objpfx)stamp-summary): Require check-safety.sh to pass. * manual/check-safety.sh: Wish for verification that every @deftypefn and @deftypefun is followed by a @safety remark.
* * manual/check-safety.sh: New.Alexandre Oliva2014-02-011-0/+119
* manual/Makefile ($(objpfx)stamp-summary): Run it.