m4/codeset.m4


Log

Author Commit Date CI Message
Paul Eggert 8e0bdfa5 2017-01-02T16:13:17 Revert copyright-year change to synced files Problem reported by Karl Berry in: http://lists.gnu.org/archive/html/bug-gnulib/2017-01/msg00019.html
Paul Eggert a3fd683d 2017-01-01T02:59:23 version-etc: new year * build-aux/gendocs.sh (version): * doc/gendocs_template: * doc/gendocs_template_min: * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright dates by hand in templates and the like. * all files: Run 'make update-copyright'.
Karl Berry 6dc5c214 2016-06-13T08:37:24 autoupdate (gettext-0.19.8.1)
Paul Eggert ec513ffc 2016-01-14T22:05:19 Go back to gettext-0.19.7
Paul Eggert 3f89681a 2016-01-12T12:53:28 autoupdate
Karl Berry 3e2dcf7b 2015-04-07T09:46:17 sync gettext .m4 files from gettext
Paul Eggert b9bfe784 2015-01-01T01:38:23 version-etc: new year * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date. * all files: Run 'make update-copyright'.
Eric Blake 1276a2c5 2014-01-01T00:04:40 maint: update copyright I ran 'make update-copyright'. Signed-off-by: Eric Blake <eblake@redhat.com>
Eric Blake 9fc81090 2013-01-01T00:50:58 maint: update all copyright year number ranges Run "make update-copyright". Compare to commit 1602f0a from last year. Signed-off-by: Eric Blake <eblake@redhat.com>
Jim Meyering 1602f0af 2012-01-01T10:04:58 maint: update all copyright year number ranges Run "make update-copyright".
Jim Meyering d60f3b0c 2011-01-01T20:17:23 maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
Bruno Haible ec062d7a 2010-07-19T23:30:26 Modernize AC_TRY_LINK invocations.
Jim Meyering b2e2010c 2010-01-01T10:31:12 update nearly all FSF copyright year lists to include 2010 Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
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 a692f460 2006-10-27T14:06:54 Upgrade to GNU gettext 0.16.
Bruno Haible a9bb4b27 2006-08-28T13:14:09 Avoid compiler warning.
Bruno Haible 52aceb00 2005-01-18T13:07:56 Use an all-permissive copyright notice, recommended by RMS.
Bruno Haible 53b8fa05 2002-12-31T13:42:06 An autoconf macro for its associated module.
Karl Berry ee3f870c 2002-09-24T15:40:12 remove gettext m4 files, better to get from gettext directly.
Jim Meyering 5d9f40cb 2002-02-16T14:58:48 Upgrade to gettext-0.11.
Jim Meyering fcb743af 2001-08-04T16:55:36 Upgrade to serial AM1. (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET; all uses changed. Quote first arg of AC_DEFUN. (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
Jim Meyering cfeec074 2000-04-03T07:48:06 (AC_CHECK_HEADERS): Add langinfo.h (moved here from textutils/configure.in). Suggestion from Paul Eggert. (AC_CHECK_FUNCS): Add nl_langinfo. (also from textutils/configure.in)
Jim Meyering f74b847e 2000-03-04T12:19:57 *** empty log message ***