summaryrefslogtreecommitdiff
path: root/posix-modules
Commit message (Collapse)AuthorAgeFilesLines
* posix-modules: say what it does.Reuben Thomas2011-03-251-0/+2
| | | | * posix-modules: Add a line to the --help output saying what it does.
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
| | | | Run the new "make update-copyright" rule.
* Set PATH_SEPARATOR the same way autoconf does.Stefano Lattarini2010-09-041-9/+8
| | | | | | * gnulib-tool (func_gnulib_dir): Determine the value of PATH_SEPARATOR the same way autoconf-generated configure scripts do. * posix-modules: Likewise.
* posix-modules: Ignore backup files of documentation files.Bruno Haible2010-07-311-3/+3
|
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
| | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
| | | | | | | | | | | | | | | | | | 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.
* Fix previous patch, and tweak references to $0.Eric Blake2008-09-271-11/+23
| | | | | | | | | | | | * 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>
* Copy --version support from gnulib-tool to posix-modules.Bruno Haible2008-09-261-72/+176
|
* Make this script work again (broken since 2008-01-19).Bruno Haible2008-09-261-9/+6
|
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
|
* Fix typo in error message.Bruno Haible2007-09-111-2/+2
|
* Add --help and --version option processing.Bruno Haible2007-09-081-1/+21
|
* Script to print the POSIX substitutes modules.Bruno Haible2007-09-081-0/+135