diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2014-11-21 02:06:19 -0200 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2014-11-21 02:06:19 -0200 |
commit | a2b581cb2550391f719268e72f031322215661f7 (patch) | |
tree | eaa712bba940278a3e3ecd035b3d9913a9c442cf /ChangeLog | |
parent | 7f0dfae0f26b3f72313ef255b86962a114ec7eed (diff) | |
download | glibc-a2b581cb2550391f719268e72f031322215661f7.tar.gz glibc-a2b581cb2550391f719268e72f031322215661f7.tar.xz glibc-a2b581cb2550391f719268e72f031322215661f7.zip |
Require check-safety.sh to pass; wish for check that all fns are documented
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3f0cbbc7c1..a83383ee06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-11-21 Alexandre Oliva <aoliva@redhat.com> + + * 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. + 2014-11-20 Roland McGrath <roland@hack.frob.com> * nptl/unwind.c (unwind_cleanup): Use __libc_fatal. |