|
42cb7c47
|
2011-03-25T03:29:53
|
|
posix-modules: say what it does.
* posix-modules: Add a line to the --help output saying what it does.
|
|
d60f3b0c
|
2011-01-01T20:17:23
|
|
maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
|
|
60b4ba66
|
2010-09-04T11:01:27
|
|
Set PATH_SEPARATOR the same way autoconf does.
* gnulib-tool (func_gnulib_dir): Determine the value of PATH_SEPARATOR
the same way autoconf-generated configure scripts do.
* posix-modules: Likewise.
|
|
18bc22d6
|
2010-07-31T16:20:27
|
|
posix-modules: Ignore backup files of documentation files.
|
|
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
|
|
3030c5b5
|
2009-12-28T10:50:36
|
|
update nearly all FSF copyright year lists to include 2009
The files named by the following are exempted:
grep -v '^#' config/srclist.txt|grep -v '^$' \
| while read src dst; do
test -f "$dst" && { echo "$dst"; continue; }
test -d "$dst" || continue
echo "$dst"/$(basename "$src")
done > exempt
git ls-files tests/unictype >> exempt
In the remaining files, convert to all-interval notation if
- there is already at least one year interval like 2000-2003
- the file is maintained by me
- the file is in lib/uni*/, where that style already prevails
Otherwise, use update-copyright's default.
|
|
bf236140
|
2008-09-26T14:47:41
|
|
Fix previous patch, and tweak references to $0.
* posix-modules: Call func_gnulib_dir before using $gnulib_dir.
(func_version, func_gnulib_dir): Don't call this program
gnulib-tool.
(func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
with using $0 in function.
* gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
(func_fatal_error): Reuse the name the user invoked us with.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
4cd8485e
|
2008-09-26T20:35:36
|
|
Copy --version support from gnulib-tool to posix-modules.
|
|
1d5425fb
|
2008-09-26T20:13:32
|
|
Make this script work again (broken since 2008-01-19).
|
|
57fdfd3f
|
2007-10-07T19:14:58
|
|
Change copyright notice from GPLv2+ to GPLv3+.
|
|
9db708db
|
2007-09-11T00:40:16
|
|
Fix typo in error message.
|
|
bd36c1c7
|
2007-09-08T22:45:08
|
|
Add --help and --version option processing.
|
|
3f1fb31b
|
2007-09-08T22:27:19
|
|
Script to print the POSIX substitutes modules.
|