index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
od_bloaty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
od: print valid octal values with -c flag
Ron Yorston
2014-12-05
1
-5
/
+6
*
Merge branch 'busybox' into merge
Ron Yorston
2013-08-27
1
-9
/
+3
|
\
|
*
Commonalize typical [b,]k,m suffix struct
Denys Vlasenko
2013-07-13
1
-9
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-02-07
1
-2
/
+2
|
\
|
|
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-09-07
1
-1
/
+1
|
\
|
|
*
tweak help text
Denys Vlasenko
2012-06-19
1
-1
/
+1
*
|
Standardise preprocessor symbol to detect MINGW32 build
Ron Yorston
2012-03-23
1
-1
/
+1
*
|
Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge
Ron Yorston
2012-03-22
1
-244
/
+199
|
\
|
|
*
od: code shrink
Denys Vlasenko
2011-05-21
1
-14
/
+10
|
*
od: another fix for --strings
Denys Vlasenko
2011-05-21
1
-1
/
+4
|
*
od: fix -S NUM to not print chars >0x80
Denys Vlasenko
2011-05-21
1
-38
/
+19
|
*
od: code shrink
Denys Vlasenko
2011-05-21
1
-82
/
+78
|
*
od: code shrink, fix "od --traditional FILE"
Denys Vlasenko
2011-05-21
1
-117
/
+96
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+1
|
\
|
|
*
*: better string sharing
Denys Vlasenko
2010-06-02
1
-1
/
+1
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+1
|
\
|
|
*
deinline two big functions
Denys Vlasenko
2010-06-01
1
-1
/
+1
*
|
win32: od_bloaty: rename some symbols due to conflict on Windows
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+7
|
/
*
od: fix -tx without length spec
Denys Vlasenko
2009-11-22
1
-1
/
+2
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
1
-2
/
+2
*
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2009-06-19
1
-6
/
+6
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-2
/
+2
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-3
/
+3
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
1
-2
/
+1
*
od: fix "od -b"
Denis Vlasenko
2008-04-14
1
-12
/
+10
*
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-23
1
-1
/
+0
*
brctl: eliminate stray data object
Denis Vlasenko
2008-03-17
1
-2
/
+1
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
1
-7
/
+3
*
actually add bb_qsort.c
Denis Vlasenko
2008-03-02
1
-1
/
+1
*
- spelling fixes
Bernhard Reutner-Fischer
2008-02-11
1
-1
/
+1
*
README: doccument the need of CONFIG_DESKTOP
Denis Vlasenko
2008-02-08
1
-13
/
+9
*
od: reduce data/bss usage (code size went down too)
Denis Vlasenko
2007-12-24
1
-41
/
+30
*
- use standard-imposed constants some more
Bernhard Reutner-Fischer
2007-11-16
1
-1
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-1
/
+1
*
runit/*: get rid of tai[a] time abstraction, it's too bloaty.
Denis Vlasenko
2007-08-20
1
-3
/
+2
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-17
/
+17
*
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
2007-07-27
1
-2
/
+2
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-1
/
+1
*
od: shrink a bit
Denis Vlasenko
2007-07-24
1
-30
/
+21
*
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-23
1
-12
/
+11
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-2
/
+1
*
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-04-08
1
-1
/
+0
*
clean up accumulated whitespace damage
Denis Vlasenko
2007-03-07
1
-3
/
+3
*
sort: fix multiple -k (was ignoring all except last)
Denis Vlasenko
2007-02-17
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-2
/
+2
[next]