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
2010-06-02
*: better string sharing
Denys Vlasenko
2010-06-01
deinline two big functions
Denys Vlasenko
2009-11-22
od: fix -tx without length spec
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-09-06
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-06-19
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2008-07-08
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-15
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-04-14
od: fix "od -b"
Denis Vlasenko
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-17
brctl: eliminate stray data object
Denis Vlasenko
2008-03-17
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-02
actually add bb_qsort.c
Denis Vlasenko
2008-02-11
- spelling fixes
Bernhard Reutner-Fischer
2008-02-08
README: doccument the need of CONFIG_DESKTOP
Denis Vlasenko
2007-12-24
od: reduce data/bss usage (code size went down too)
Denis Vlasenko
2007-11-16
- use standard-imposed constants some more
Bernhard Reutner-Fischer
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-08-20
runit/*: get rid of tai[a] time abstraction, it's too bloaty.
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
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