1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-18 23:42:00 +03:00
Commit Graph

34 Commits

Author SHA1 Message Date
Paul Eggert
8e0bdfa5d4 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
2017-01-02 16:13:38 -08:00
Paul Eggert
a3fd683de3 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'.
2017-01-01 02:59:23 +00:00
Karl Berry
6dc5c2148c autoupdate (gettext-0.19.8.1) 2016-06-13 08:37:24 -07:00
Paul Eggert
ec513ffcf3 Go back to gettext-0.19.7 2016-01-14 22:05:39 -08:00
Paul Eggert
3f89681acc autoupdate 2016-01-12 12:54:21 -08:00
Karl Berry
c86965970a autoupdate 2015-12-31 08:04:07 -08:00
Karl Berry
3e2dcf7b9f sync gettext .m4 files from gettext 2015-04-07 09:46:17 -07:00
Paul Eggert
b9bfe78424 version-etc: new year
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date.
* all files: Run 'make update-copyright'.
2014-12-31 17:47:54 -08:00
Pádraig Brady
71be4c87c8 gettext: revert "update macros to version 0.19"
This reverts commit 9b9370ca, as it currently requires that
developers of any project that explicitly uses the gettext module
or implicitly uses it through the utimens-tests or
futimens-tests modules, use gettext >= 0.19.
However there are some stability and availablity issues with
that version at present.

We can reinstate this soon, when stability is addressed
and packages are more readily available.
2014-07-13 18:37:23 +01:00
Daiki Ueno
9b9370caf6 gettext: update macros to version 0.19
* m4/intl.m4, m4/po.m4: Update from gettext-0.19.  In particular,
depend on gl_EXTERN_INLINE and drop support for older Bison
versions.
2014-06-11 08:31:50 -07:00
Eric Blake
1276a2c5f2 maint: update copyright
I ran 'make update-copyright'.

Signed-off-by: Eric Blake <eblake@redhat.com>
2014-01-01 00:07:10 -07:00
Daiki Ueno
a7f78b1088 gettext: update to version 0.18.3
* m4/intl.m4, m4/po.m4: Update from gettext-0.18.3.  In particular,
require AC_PROG_SED to allow user to specify custom sed command when
generating en@quot PO file.
2013-07-19 18:25:41 -07:00
Bruno Haible
9cd9632aef gettext: Update to version 0.18.2.
* m4/intl.m4, m4/po.m4: Update from gettext-0.18.2. In particular:
2012-12-07  Stefano Lattarini  <stefano.lattarini@gmailcom>
	* intl.m4, po.m4: Bump requirement in AC_PREREQ to 2.60.
2013-03-02 16:50:59 +01:00
Eric Blake
9fc81090f6 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>
2013-01-01 00:50:58 +00:00
Paul Eggert
730bf46873 gettext: avoid obsolete macro AM_PROG_MKDIR_P
It is obsolete and is planned to be removed from Automake 1.14; see
<http://lists.gnu.org/archive/html/automake/2012-12/msg00029.html>.
* build-aux/po/Makefile.in.in (install-data, install-data-yes)
(installdirs-data, installdirs-data-yes):
Use $(MKDIR_P), not $(mkdir_p).
* m4/intl.m4 (AM_INTL_SUBDIR):
* m4/po.m4 (AM_PO_SUBDIRS):
Require AC_PROG_MKDIR_P, not AM_PROG_MKDIR_P.
2012-12-23 17:55:30 -08:00
Paul Eggert
a4d796fb14 maint: spelling fixes 2012-02-05 13:42:03 -08:00
Jim Meyering
1602f0afed maint: update all copyright year number ranges
Run "make update-copyright".
2012-01-01 10:04:58 +01:00
Bruno Haible
e10fff3949 Avoid literal tabs.
* m4/po,m4 (AM_PO_SUBDIRS, AM_POSTPROCESS_PO_MAKEFILE): Use a shell
variable containing a tab instead of a literal tab.
Reported by Jim Meyering.
2011-07-07 13:14:37 +02:00
Jim Meyering
d60f3b0c6b maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
2011-01-01 22:12:59 +01:00
Bruno Haible
190bf61ecb Update to GNU gettext 0.18. 2010-05-09 20:44:40 +02:00
Jim Meyering
b2e2010c7c 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
2010-01-01 10:42:00 +01:00
Bruno Haible
b9973567e7 Undo incorrect untabification. 2009-12-12 15:31:09 +01:00
Bruno Haible
441aa3044f Use spaces for indentation, not tabs. 2009-12-10 20:28:30 +01:00
Jim Meyering
42d1eda5dc 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>.
2009-01-14 11:24:37 +01:00
Bruno Haible
f655fd5741 More systematic m4 argument quoting. 2008-12-29 22:26:20 +01:00
Bruno Haible
bf5ebbca03 Upgrade to gettext-0.17. 2007-11-07 02:12:43 +01:00
Bruno Haible
f1edc89e7a Update to GNU gettext 0.15. 2006-07-22 13:18:28 +00:00
Bruno Haible
c2c8235043 Upgrade to GNU gettext 0.14.3. 2005-03-14 21:57:31 +00:00
Bruno Haible
9d7022aa0d Update from GNU gettext 0.14.2. 2005-02-24 20:12:45 +00:00
Karl Berry
b7e6e912af update from gettext 0.14.1 2004-02-06 14:40:09 +00:00
Bruno Haible
635b97f65b Upgrade to gettext-0.13. 2003-12-03 21:06:48 +00:00
Paul Eggert
35b6e3c3bd Leave whitespace alone when importing, undoing that part of yesterday's
changes.
2003-08-13 20:23:14 +00:00
Paul Eggert
cbe703a10b Normalize leading white space and remove trailing white space. 2003-08-13 06:48:58 +00:00
Bruno Haible
651ae6c8e5 Upgrade to gettext-0.12.1. 2003-05-30 13:19:52 +00:00