numfmt: a new command to format numbers
authorAssaf Gordon <assafgordon@gmail.com>
Thu, 6 Dec 2012 22:30:23 +0000 (22:30 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 4 Feb 2013 23:40:32 +0000 (23:40 +0000)
commit8a303a8963dd255566f1625243ff19b029e0ecec
treea22eb5e5885b4044e244f2b0bc0387bf04b0849b
parentbe7932e863de07c4c7e4fc3c1db3eb6d04ba9af5
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.
14 files changed:
AUTHORS
NEWS
README
build-aux/gen-lists-of-programs.sh
doc/coreutils.texi
man/.gitignore
man/local.mk
man/numfmt.x [new file with mode: 0644]
po/POTFILES.in
scripts/git-hooks/commit-msg
src/.gitignore
src/numfmt.c [new file with mode: 0644]
tests/local.mk
tests/misc/numfmt.pl [new file with mode: 0644]