summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-06-02 23:04:10 +0200
committerJim Meyering <meyering@redhat.com>2007-10-07 19:44:38 +0200
commit99b039fead8d72936d0d558198235eee03016904 (patch)
treec091380766498c29066a6533aff4e3b20ceb0e28 /po
parent7eab7d027e624350cc9749dcbb963e2d6d6a9b46 (diff)
downloadcoreutils-99b039fead8d72936d0d558198235eee03016904.tar.xz
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.
Diffstat (limited to 'po')
-rw-r--r--po/ChangeLog4
-rw-r--r--po/POTFILES.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index 247a76a2a..4a58cb1d6 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -11,6 +11,10 @@
* POTFILES.in: Remove lib/human.c.
+2007-05-19 Jim Meyering <jim@meyering.net>
+
+ * POTFILES.in: Add src/mktemp.c.
+
2007-02-02 Jim Meyering <jim@meyering.net>
* POTFILES.in: Add src/runcon.c.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7f4d5c2a5..70616bb56 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -74,6 +74,7 @@ src/md5sum.c
src/mkdir.c
src/mkfifo.c
src/mknod.c
+src/mktemp.c
src/mv.c
src/nice.c
src/nl.c