m4/csharpcomp.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 2e9dd21a 2007-11-07T02:00:34 Update version number, from gettext-0.17.
Bruno Haible 56f19906 2007-09-02T11:13:02 Fix mis-recognition of 'mcs' on QNX 6.
Bruno Haible b7b79704 2006-07-22T14:24:36 Update csharpcomp module from GNU gettext 0.15.
Bruno Haible d1bd0e64 2005-06-08T12:10:25 New module 'csharpcomp'.