X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1676ab99b716dccab3ca1e3e6302ba096646cf7b;hb=252b52457da7887667c036d18cc5169777615bb0;hp=686228ca075ce15ed8a0e273051ebaebe514a37b;hpb=94a6552defb0ff9572dc33264018ae622f6e208d;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 686228ca0..1676ab99b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2012-05-26 Paul Eggert + + regex: don't assume uint64_t or uint32_t + * lib/regcomp.c (init_word_char): Don't assume that the types + uint64_t and uint32_t exist. The C standard doesn't guarantee + them, and on some 32-bit compilers there is no uint64_t. + Problem reported by Gianluigi Tiesi in + . + +2012-05-25 Jim Meyering + + maint.mk: add strncpy-prohibiting syntax-check rule + * top/maint.mk (sc_prohibit_strncpy): New rule, from coreutils. + 2012-05-24 Jim Meyering maint.mk: compute $(gpg_key_ID) more portably