aboutsummaryrefslogtreecommitdiff
path: root/coreutils/od_bloaty.c
AgeCommit message (Collapse)Author
2007-03-07clean up accumulated whitespace damageDenis Vlasenko
2007-02-17sort: fix multiple -k (was ignoring all except last)Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
no preceding prototype
2006-12-31Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier ↵Mike Frysinger
with size_t types
2006-12-26style fixesDenis Vlasenko
last xcalloc replaced by xzalloc
2006-12-17od: remove bug-for-bug compat (because the bug was fixed in coreuitls)Denis Vlasenko
2006-11-29od: fix buglet in --traditional, microoptimization,Denis Vlasenko
document coreutils bug bloat-o-meter: account for objects in rodata too
2006-11-29fix support for globally disabling --long-options.Denis Vlasenko
(disabling them saves ~4K on fully configured bbox)
2006-11-28od: sometime ago I landed BIG od implementationDenis Vlasenko
from coreutils. My fault. This commit contains cleanups and size reductions.
2006-10-10od: provide full-blown od from coreutils if CONFIG_DESKTOPDenis Vlasenko