m4/printf-posix.m4


Log

Author Commit Date CI Message
Jim Meyering 42d1eda5 2009-01-13T08:48:48 many *.m4 files: improve m4 quoting 99% of this change was performed by running the following commands: git ls-files | grep '\.m4$' | xargs perl -pi \ -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g' perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4 The remainder were to add Copyright dates, increment serial numbers, undo some changes in comments, exclude m4/intl.m4, and add quotes around the "1" in ",1" where the unusual spacing prohibited the above regexps from doing the job. For more details, see <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
Bruno Haible f655fd57 2008-12-29T22:26:20 More systematic m4 argument quoting.
Bruno Haible 2e9dd21a 2007-11-07T02:00:34 Update version number, from gettext-0.17.
Karl Berry 5fb4b3cf 2007-03-18T13:25:06 autoupdate
Bruno Haible 9d7022aa 2005-02-24T20:12:45 Update from GNU gettext 0.14.2.
Paul Eggert 9bb48fb9 2004-04-13T06:38:44 Propagating gettext into gnulib a bit better.
Bruno Haible 74084189 2003-12-03T21:06:19 fprintf() test, from gettext-0.13.