summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorAssaf Gordon <assafgordon@gmail.com>2012-12-06 22:30:23 +0000
committerPádraig Brady <P@draigBrady.com>2013-02-04 23:40:32 +0000
commit8a303a8963dd255566f1625243ff19b029e0ecec (patch)
treea22eb5e5885b4044e244f2b0bc0387bf04b0849b /build-aux
parentbe7932e863de07c4c7e4fc3c1db3eb6d04ba9af5 (diff)
downloadcoreutils-8a303a8963dd255566f1625243ff19b029e0ecec.tar.xz
numfmt: a new command to format numbers
* AUTHORS: Add my name. * NEWS: Mention the new program. * README: Reference the new program. * src/numfmt.c: New file. * src/.gitignore: Ignore the new binary. * build-aux/gen-lists-of-programs.sh: Update. * scripts/git-hooks/commit-msg: Allow numfmt: commit prefix. * po/POTFILES.in: Add new c file. * tests/misc/numfmt.pl: A new test file giving >93% coverage. * tests/local.mk: Reference the new test. * man/.gitignore: Ignore the new man page. * man/local.mk: Reference the new man page. * man/numfmt.x: A new template. * doc/coreutils.texi: Document the new command.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/gen-lists-of-programs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/gen-lists-of-programs.sh b/build-aux/gen-lists-of-programs.sh
index 212ce027b..bf63ee30a 100755
--- a/build-aux/gen-lists-of-programs.sh
+++ b/build-aux/gen-lists-of-programs.sh
@@ -85,6 +85,7 @@ normal_progs='
nl
nproc
nohup
+ numfmt
od
paste
pathchk