New program: mktemp.
authorJim Meyering <meyering@redhat.com>
Sat, 2 Jun 2007 21:04:10 +0000 (23:04 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 7 Oct 2007 17:44:38 +0000 (19:44 +0200)
commit99b039fead8d72936d0d558198235eee03016904
treec091380766498c29066a6533aff4e3b20ceb0e28
parent7eab7d027e624350cc9749dcbb963e2d6d6a9b46
New program: mktemp.

* NEWS: Mention this.
* README: Add mktemp to the list.
* AUTHORS: Add this: mktemp: Jim Meyering
* src/mktemp.c: New file.
* src/Makefile.am (bin_PROGRAMS): Add mktemp.
(mktemp_LDADD): Add $(LIB_GETHRXTIME).
* man/mktemp.x: New file.
* man/Makefile.am (dist_man_MANS): Add mktemp.1.
(mktemp.1): New dependency.
* man/.cvsignore: Add mktemp.1.
* man/.gitignore: New file.
* src/.cvsignore, src/.gitignore: Add mktemp.
* tests/misc/mktemp: New file.
* tests/misc/Makefile.am (TESTS): Add mktemp.
* tests/Coreutils.pm (run_tests): Give the POST-test function
access to stdout and stderr contents, so it can verify that
the named-on-stdout file/dir does indeed exist and has proper
permissions, etc.
[po/ChangeLog]
* POTFILES.in: Add src/mktemp.c.
16 files changed:
AUTHORS
ChangeLog
NEWS
README
configure.ac
man/.gitignore [new file with mode: 0644]
man/Makefile.am
man/mktemp.x [new file with mode: 0644]
po/ChangeLog
po/POTFILES.in
src/.gitignore
src/Makefile.am
src/mktemp.c [new file with mode: 0644]
tests/Coreutils.pm
tests/misc/Makefile.am
tests/misc/mktemp [new file with mode: 0755]