]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
expr: Fixup authors
authorPádraig Brady <P@draigBrady.com>
Thu, 16 Oct 2008 18:09:59 +0000 (19:09 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 20 Oct 2008 14:40:50 +0000 (15:40 +0100)
* src/expr.c: Standardise the format of AUTHORS to
that used in other utils with multiple authors.
Also add Paul Eggert since he basically rewrote it
with his bignum fixes.
* AUTHORS (expr): Add Paul Eggert.

AUTHORS
src/expr.c

diff --git a/AUTHORS b/AUTHORS
index 9c3d990d6f46b30e6c2eca6d86ddb858703d292a..fa3c02963ca0e33f390fb173735f08a50dfe62a5 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -25,7 +25,7 @@ du: Torbjörn Granlund, David MacKenzie, Paul Eggert, Jim Meyering
 echo: Brian Fox, Chet Ramey
 env: Richard Mlynarik, David MacKenzie
 expand: David MacKenzie
-expr: Mike Parker, James Youngman
+expr: Mike Parker, James Youngman, Paul Eggert
 factor: Paul Rubin
 false: Jim Meyering
 fmt: Ross Paterson
index de7a63de33f02afd15c06561065207f6d8a5ba87..65e74af9f453dd3d7d874ef9555b7a0d33b2baaa 100644 (file)
@@ -145,7 +145,10 @@ mpz_out_str (FILE *stream, int base, mpz_t z)
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "expr"
 
-#define AUTHORS proper_name ("Mike Parker"), proper_name ("James Youngman")
+#define AUTHORS \
+  proper_name ("Mike Parker"), \
+  proper_name ("James Youngman"), \
+  proper_name ("Paul Eggert")
 
 /* Exit statuses.  */
 enum