From: Jim Meyering Date: Thu, 21 Jun 2012 16:33:00 +0000 (+0200) Subject: maint: disable the strncpy prohibition X-Git-Tag: v0.1~600 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=6434eb4fc8d1f152ab87e1dd21c60f4bc0d785dd maint: disable the strncpy prohibition * cfg.mk: Do not prohibit strncpy here. --- diff --git a/ChangeLog b/ChangeLog index e65218a09..08070547d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-21 Jim Meyering + + maint: disable the strncpy prohibition + * cfg.mk: Do not prohibit strncpy here. + 2012-06-21 Bruno Haible nonblocking: Avoid compilation error on mingw64. diff --git a/cfg.mk b/cfg.mk index 3735b3dbd..a2b4b487f 100644 --- a/cfg.mk +++ b/cfg.mk @@ -56,3 +56,6 @@ exclude_file_name_regexp--sc_prohibit_doubled_word = \ exclude_file_name_regexp--sc_prohibit_openat_without_use = ^lib/selinux-at\.c$$ exclude_file_name_regexp--sc_trailing_blank = \ ^(.*\.class|build-aux/texinfo\.tex|doc/Copyright/assign\.future\.manual)$$ + +# Disable strncpy prohibition completely, for now. +exclude_file_name_regexp--sc_prohibit_strncpy = .*