From 8a303a8963dd255566f1625243ff19b029e0ecec Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Thu, 6 Dec 2012 22:30:23 +0000 Subject: 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. --- build-aux/gen-lists-of-programs.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build-aux') 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 -- cgit v1.2.3-54-g00ecf