all: reduce usage of proper_name_utf8()
commiteba871cd3237e8b7dcd9552f544b365934767849
authorPádraig Brady <P@draigBrady.com>
Sun, 13 Nov 2016 14:08:48 +0000 (13 14:08 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 14 Nov 2016 00:34:39 +0000 (14 00:34 +0000)
tree64ca47696b35783ff7749c7fa6a1d397aa51f730
parent40122a96dfa97c25c26abb3f47fa8d577cffa666
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.
13 files changed:
AUTHORS
cfg.mk
src/cat.c
src/cp.c
src/df.c
src/du.c
src/getlimits.c
src/local.mk
src/realpath.c
src/split.c
src/stdbuf.c
src/timeout.c
src/truncate.c