Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
sys/mount.h...
|
|
|
|
|
|
|
|
|
|
entries.
|
|
|
|
|
|
|
|
|
|
|
|
big to fit in a long isn't trying to unless you explicitly postfix the constant with the type of the varable it's being assigned into.
|
|
Factor out single output type into od_out_t(), call it in a loop for each type
finding largest output (and if output consumes more than one byte of input
average rounding up), pad each output to the largest output times number of
bytes input consumed.
|
|
&3, turn a switch/case into if/else.
|
|
Some commands went in before "pending", and thus need cleanup but are enabled
in defconfig. The fact cut used a function out of lib/pending.c is a hint
it might be in this category...
|
|
|
|
|
|
Check that in.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
have been checked in.
|
|
(Really, checking the original file date is the Right Thing, but I
haven't written it yet.)
|
|
single.sh.
|
|
programs not yet in toybox.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Grep miscalculates the amount of memory it needs to allocate when "converting
strings to one big regex" when the -e flag is not specified. Since in this case
"\|" is inserted between strings rather than "|", two extra bytes rather than
one need to be provided for each string. I noticed this because it caused grep
to seg-fault on musl when a regex of exactly seven characters is provided.
|
|
|
|
it could determine at least one coordinate.
(If you set $COLUMNS but not $ROWS, we assume you're happy with the 80x25 default for the other.)
|
|
|
|
|
|
|