diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-18 22:22:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-18 22:22:37 +0000 |
commit | 068b372ab035393d73258e574482f824ad759b62 (patch) | |
tree | 7c2daf840a3a07555185a3b31fe38998306180ae | |
parent | 82ca831856597d414f9a37fa1b9a54105fb78596 (diff) | |
download | coreutils-068b372ab035393d73258e574482f824ad759b62.tar.xz |
.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,12 @@ * Version 5.0.92. + * src/sys2.h (case_GETOPT_VERSION_CHAR): Rename parameter, Authors, + to Written_by. + * nearly all src/*.c files (WRITTEN_BY): Rename from AUTHORS. + Begin each WRITTEN_BY string with `Written by ' and end it with `.'. + Mark each WRITTEN_BY string as translatable. + * basename.c, cat.c, chroot.c, cksum.c, comm.c, cp.c, csplit.c, cut.c: * dd.c, df.c, dirname.c, du.c, echo.c, env.c, expr.c, factor.c, head.c: * hostid.c, hostname.c, id.c, link.c, ln.c, logname.c, ls.c, md5sum.c: @@ -10,6 +16,8 @@ * split.c, stty.c, sum.c, sync.c, tac.c, tail.c, tee.c, test.c: * touch.c, tsort.c, uniq.c, unlink.c, uptime.c, users.c, wc.c: * who.c, whoami.c, yes.c: Revert yesterday's changes. + Instead, a subsequent change will embed `Written by ' in + each string along with the author names. * src/true.c: Revert yesterday's changes. * src/sys2.h: Likewise. |