Denys Vlasenko
|
6d9427420b
od: -l,I,L indeed depend on sizeof(long), fix this
|
1 year ago |
Denys Vlasenko
|
60d4d55b87
od: support -DOHXIL
|
1 year ago |
Denys Vlasenko
|
6882a933cf
od: implement -B
|
1 year ago |
Denys Vlasenko
|
ce4cfc33ca
od: correct -i, enable tests which pass for DESKTOP too
|
1 year ago |
Ron Yorston
|
cad3fc743a
libbb: introduce and use fputs_stdout
|
3 years ago |
Denys Vlasenko
|
965b795b87
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
|
4 years ago |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 years ago |
Denys Vlasenko
|
3177626033
od: move address_fmt[] from data to globals. 8 less bytes in data section
|
6 years ago |
Denys Vlasenko
|
2b9a45b9e8
od_bloaty: fix debug code
|
7 years ago |
Denys Vlasenko
|
036585a911
getopt32: remove applet_long_options
|
7 years ago |
Ron Yorston
|
a165603d24
od_bloaty: fix floating point output
|
7 years ago |
Denys Vlasenko
|
237bedd499
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
|
8 years ago |
Denys Vlasenko
|
47cfbf32fd
*: add most of the required setup_common_bufsiz() calls
|
8 years ago |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 years ago |
Denys Vlasenko
|
f3d58a29be
od: get rid of (almost all) statics
|
9 years ago |
Ron Yorston
|
53e9c51ade
od: fix printing of high-bit chars
|
9 years ago |
Denys Vlasenko
|
c72b43c2f0
Commonalize typical [b,]k,m suffix struct
|
11 years ago |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
12 years ago |
Denys Vlasenko
|
e3e0d2b812
tweak help text
|
12 years ago |
Denys Vlasenko
|
b808614785
od: code shrink
|
13 years ago |
Denys Vlasenko
|
d373355bf8
od: another fix for --strings
|
13 years ago |
Denys Vlasenko
|
9d96e274ce
od: fix -S NUM to not print chars >0x80
|
13 years ago |
Denys Vlasenko
|
3ef344be91
od: code shrink
|
13 years ago |
Denys Vlasenko
|
5c10fa5c24
od: code shrink, fix "od --traditional FILE"
|
13 years ago |
Denys Vlasenko
|
ea8b252cb3
*: better string sharing
|
14 years ago |
Denys Vlasenko
|
b9542cb2ce
deinline two big functions
|
14 years ago |
Denys Vlasenko
|
11f3a8b7ed
od: fix -tx without length spec
|
15 years ago |
Denys Vlasenko
|
6331cf059c
*: use "can't" instead of "cannot"
|
15 years ago |
Denys Vlasenko
|
043b1e5d99
more C standard compat fixes from Dan Fandrich
|
15 years ago |
Denys Vlasenko
|
f3b92d3856
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
|
15 years ago |