1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Commit Graph

28 Commits

Author SHA1 Message Date
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
Paul Eggert
6118065a2b Port Universal Time settings to strict POSIX
* build-aux/announce-gen, build-aux/bootstrap:
* build-aux/do-release-commit-and-tag, build-aux/git-version-gen:
* build-aux/gitlog-to-changelog, build-aux/gnu-web-doc-update:
* build-aux/gnupload, build-aux/mkinstalldirs:
* build-aux/move-if-change, build-aux/prefix-gnulib-mk:
* build-aux/update-copyright, build-aux/useless-if-before-free:
* build-aux/vc-list-files, tests/test-strftime.c:
Use TZ="UTC0", not TZ="UTC".  Either works on GNU platforms,
but POSIX says the behavior of TZ="UTC" is undefined.
2016-01-12 09:30:15 -08:00
Paul Eggert
71090a2a31 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'.
2016-01-01 00:57:21 -08: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
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
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
Jim Meyering
1602f0afed maint: update all copyright year number ranges
Run "make update-copyright".
2012-01-01 10:04:58 +01:00
Eric Blake
bf6c60bf1e vc-list-files: accept multiple directory operands
* build-aux/vc-list-files: Iterate over all remaining operands.

Signed-off-by: Eric Blake <eblake@redhat.com>
2011-05-16 16:32:42 -06:00
Jim Meyering
86e6a68e24 vc-list-files: indent with spaces, not TABs
* build-aux/vc-list-files: Convert leading TABs to spaces,
to match the style of most other files in gnulib.
2011-04-29 22:04:07 +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
Giuseppe Scrivano
195a02b4a4 vc-list-files: add subversion support
* build-aux/vc-list-files: Use "svn list" to generate the list of
files controlled by subversion.
2010-04-24 12:25:00 +02:00
Jose E. Marchesi
fa073b2cb2 vc-list-files: use bzr ls's -R option
* build-aux/vc-list-files: Invoke bazaar to generate a recursive
list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2010-02-21 20:36:24 +01: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
Jim Meyering
7c385af22c vc-list-files: avoid failure when /bin/sh is dash
* build-aux/vc-list-files: Avoid a shell portability problem with dash.
On some Debian based systems, /bin/sh is a symlink to dash, and running
this command would omit the "/" following each 'tests' prefix:
  dash -x build-aux/vc-list-files -C . tests
That is because bash and dash work differently:
  $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
  bash ok
  dash odd
2009-07-21 18:24:22 +02:00
Jim Meyering
0bb361f272 vc-list-files: fix another quoting bug
* build-aux/vc-list-files: Avoid sed backslash expansion
of pathological directory names.
2009-04-25 15:32:33 +02:00
Eric Blake
496fee86d6 vc-list-files: fix shell quoting error
* build-aux/vc-list-files: Protect against $ in $dir.  Normalize
timestamp.

Signed-off-by: Eric Blake <ebb9@byu.net>
2009-04-25 07:20:35 -06:00
Jim Meyering
c335e0ec67 vc-list-files: restore lost functionality with subdir argument
* build-aux/vc-list-files: When given a non-"." sub-directory
argument, substitute the $dir/ prefix back onto each resulting name.
Otherwise, coreutils' root_tests check would fail.
2009-04-25 10:23:53 +02:00
Eric Blake
b54016675f vc-list-files: ignore git symlinks
* build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
than ls-files, to ignore git symlinks.

Signed-off-by: Eric Blake <ebb9@byu.net>
2009-04-24 20:10:26 -06:00
Ralf Wildenhues
298f96a6da Fix unportable awk script in vc-list-files.
* build-aux/vc-list-files: In the replacement awk script, use
substr with a second argument of 1, not zero.
Report by Simon Josefsson.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2009-03-01 09:40:08 +01:00
Jim Meyering
91d8d1b483 vc-list-files: make the last-resort awk code more portable
* build-aux/vc-list-files: Don't rely on awk's "sub" command.
/bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
does not support it.
2008-07-11 19:32:46 +02:00
Soren Hansen
176956aa54 build-aux/vc-list-files: Add support for bzr. 2008-05-06 23:13:30 +02:00
Jim Meyering
55de2586a0 vc-list-files: accommodate /bin/sh like the one from Solaris 10
* build-aux/vc-list-files: Use `...`, not $(...).
2008-05-01 10:17:19 +02:00
Jim Meyering
2c98cc7f4c vc-list-files: work properly with build-aux/cvsu, too
* build-aux/vc-list-files: Hoist the "./"-removing code to apply
to all cvs-based clauses.
2008-04-30 12:17:13 +02:00
Jim Meyering
46c886a390 vc-list-files: work properly in the CVS+awk case, too
* build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
2008-04-30 12:10:09 +02:00
Jim Meyering
173a9f0c48 vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
* build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
take more than one file argument, so .  Add quotes, just in case $dir
ever contains a shell meta-character.
2008-04-30 11:36:06 +02:00
Jim Meyering
6b91f83ce8 vc-list-files: don't cause coreutils "make po-check" failure
* build-aux/vc-list-files: Skip postprocessing when $2 is '.'
2008-04-03 18:23:40 +02:00
Eric Blake
562bd0a0f7 Allow VPATH usage of vc-list-files.
* build-aux/vc-list-files (scriptversion): Add timestamp.
(options): Add --help, --version, -C.
(CVS): Support installed cvsu.

Signed-off-by: Eric Blake <ebb9@byu.net>
2008-04-03 08:52:49 -06:00
Jim Meyering
575ad1bd0e vc-list-files: new module
* modules/vc-list-files: New module.
* build-aux/vc-list-files: New file.
* MODULES.html.sh (maint/rel Support): Add vc-list-files.
2008-01-31 12:08:32 +01:00