aboutsummaryrefslogtreecommitdiffstats
path: root/src/split.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-11-13 14:08:48 +0000
committerPádraig Brady <P@draigBrady.com>2016-11-14 00:34:39 +0000
commiteba871cd3237e8b7dcd9552f544b365934767849 (patch)
tree64ca47696b35783ff7749c7fa6a1d397aa51f730 /src/split.c
parentmaint: add 'returns_' to exclude list in sc_prohibit_and_fail_1 (diff)
downloadcoreutils-eba871cd3237e8b7dcd9552f544b365934767849.tar.gz
coreutils-eba871cd3237e8b7dcd9552f544b365934767849.zip
all: reduce usage of proper_name_utf8()
This reduces a standard coreutils install size by about 160K. * src/cat.c: Change to proper_name() which removes about 18K text. * src/cp.c: Likewise. * src/df.c: Likewise. * src/du.c: Likewise. * src/getlimits.c: Likewise. * src/realpath.c: Likewise. * src/split.c: Likewise. * src/stdbuf.c: Likewise. * src/timeout.c: Likewise. * src/truncate.c: Likewise. * src/local.mk: Remove -llibiconv from the above programs. * cfg.mk (sc_check-AUTHORS): Adjust to use factor(1). * AUTHORS: Adjust to use ASCII to satisfy sc_check-AUTHORS.
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/split.c b/src/split.c
index 2b7a6264b..f9c99db43 100644
--- a/src/split.c
+++ b/src/split.c
@@ -46,7 +46,7 @@
#define PROGRAM_NAME "split"
#define AUTHORS \
- proper_name_utf8 ("Torbjorn Granlund", "Torbj\303\266rn Granlund"), \
+ proper_name ("Torbjorn Granlund"), \
proper_name ("Richard M. Stallman")
/* Shell command to filter through, instead of creating files. */