Denys Vlasenko
|
b097a84d62
config: update size information
|
5 år sedan |
Denys Vlasenko
|
93ef5dd640
printf: fix printf "%u\n" +18446744073709551614
|
6 år sedan |
Bernhard Reutner-Fischer
|
3db4e7f84c
printf: fix printing +-prefixed numbers
|
6 år sedan |
Denys Vlasenko
|
a02a4e9830
whitespace and comment format fixes, no code changes
|
7 år sedan |
Denys Vlasenko
|
ebe6d9d875
whitespace and comment format fixes, no code changes
|
7 år sedan |
Denys Vlasenko
|
0c4dbd481a
regularize format of source file headers, no code changes
|
7 år sedan |
Denys Vlasenko
|
18e781dc02
config: do not use `a' quoting in help texts
|
7 år sedan |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 år sedan |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 år sedan |
Ron Yorston
|
513a2457b6
printf: fix format string sanity check
|
7 år sedan |
Denys Vlasenko
|
265062d59d
shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo
|
7 år sedan |
Denys Vlasenko
|
af3f420116
Convert all coreutils/* applets to "new style" applet definitions
|
8 år sedan |
Ron Yorston
|
4a79224cfc
printf: short-circuit output when argument to %b includes \c
|
8 år sedan |
Denys Vlasenko
|
69d81a1c1b
printf: fix this case: printf "%b" '\0057usr\0057bin\n'
|
12 år sedan |
Denys Vlasenko
|
d4acaf70c5
printf: trim help text
|
12 år sedan |
Pere Orga
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 år sedan |
Denys Vlasenko
|
5360059131
libbb: introduce and use strcpy_and_process_escape_sequences
|
14 år sedan |
Denys Vlasenko
|
b32a543663
nandwrite: complain on malformed -s NUM
|
14 år sedan |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 år sedan |
Denys Vlasenko
|
7e6034309e
printf: (allegedly) fix testsuite failure
|
15 år sedan |
Denys Vlasenko
|
bf4aeed129
printf: fix exit code on conversion error
|
15 år sedan |
Denys Vlasenko
|
71016baf55
printf: accept negative numbers for %x; sh: overflowed numbers are 0
|
15 år sedan |
Denis Vlasenko
|
6852effbc2
printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*"
|
15 år sedan |
Denis Vlasenko
|
cb39a7ca6d
printf: make integer format strings print long long-sized values.
|
16 år sedan |
Denis Vlasenko
|
311c19a661
ash: printf builtin with no arguments should not exit
|
16 år sedan |
Denis Vlasenko
|
6a0ad25061
ash: dont allow e.g. exec <&10 to attach to stript's fd!
|
16 år sedan |
Denis Vlasenko
|
0f293b96dc
fix all cases of strcpy on overlapping strings.
|
16 år sedan |
Denis Vlasenko
|
5f116629d8
printf: do not print garbage on "%Ld". closes bug 4214.
|
16 år sedan |
Denis Vlasenko
|
a48656b441
printf: fix %b, fix several bugs in %*.*, fix compat issues with
|
16 år sedan |
Denis Vlasenko
|
0f683f818c
printf: protect against bogus format specifiers. Hopefully closes bug 4184
|
16 år sedan |