summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2008-10-16 19:09:59 +0100
committerPádraig Brady <P@draigBrady.com>2008-10-20 15:40:50 +0100
commitd60e33e24129296d2feb6240d9b92a5782d00a37 (patch)
tree52f708f168d944ae64095df5b78baee7a0898f73
parent31a884dab7510d84a689ef8092132c93e3dcc4ad (diff)
downloadcoreutils-d60e33e24129296d2feb6240d9b92a5782d00a37.tar.xz
expr: Fixup authors
* 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.
-rw-r--r--AUTHORS2
-rw-r--r--src/expr.c5
2 files changed, 5 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 9c3d990d6..fa3c02963 100644
--- 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
diff --git a/src/expr.c b/src/expr.c
index de7a63de3..65e74af9f 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -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