index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
od_bloaty.c
Age
Commit message (
Expand
)
Author
2007-07-27
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
od: shrink a bit
Denis Vlasenko
2007-07-23
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-08
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-03-07
clean up accumulated whitespace damage
Denis Vlasenko
2007-02-17
sort: fix multiple -k (was ignoring all except last)
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-12-31
Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier w...
Mike Frysinger
2006-12-26
style fixes
Denis Vlasenko
2006-12-17
od: remove bug-for-bug compat (because the bug was fixed in coreuitls)
Denis Vlasenko
2006-11-29
od: fix buglet in --traditional, microoptimization,
Denis Vlasenko
2006-11-29
fix support for globally disabling --long-options.
Denis Vlasenko
2006-11-28
od: sometime ago I landed BIG od implementation
Denis Vlasenko
2006-10-10
od: provide full-blown od from coreutils if CONFIG_DESKTOP
Denis Vlasenko