X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d37f933c340a0f5966fde5c11b260e51d0b417ba;hb=e55b2563934c2d4b9c20c0d678a922e871aa25f8;hp=b5fd92e5f76b7a478131d6bf073e13818ebbc0ed;hpb=ba7b7388f820b620ad4f92d263f7037dd7c89bfc;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index b5fd92e5f..d37f933c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2012-01-28 Jim Meyering + + maint.mk: use more readable (yet functionally equivalent) quoting + It is common to quote a single quote in a single quoted string like + this: '...'\''...'. Unless you know the idiom, that looks like + gibberish, so prefer to double-quote the string when possible. + Then you can use a more readable, lone single quote: "...'..." + * top/maint.mk (sc_cast_of_argument_to_free): Quoting like this + "don't" is more readable than the equivalent 'don'\''t'. + (sc_cast_of_x_alloc_return_value): Likewise. + (sc_cast_of_alloca_return_value): Likewise. + (sc_makefile_path_separator_check): Similar: use ":" in '...', + rather than '\'':'\''. + 2012-01-27 Paul Eggert stdalign: relax _Alignof and tighten _Alignas test