android_external_toybox/toys
Elliott Hughes 412054cff0 md5sum.c: simplify the table setup slightly.
I don't think it was wrong before, but the strchr() in particular left
me scratching my head. This formulation is slightly cheaper and seems
more obviously correct.

(Unrelated but nearby, I don't understand why anyone would ever want to
calculate these tables at runtime, so this seems like another
unnecessary CFG_TOYBOX_FLOAT to me, though an unusual one where we might
want to _remove_ the floating-point code.)
2021-06-09 18:41:59 -05:00
..
android
example Convert utf8towc from wchar_t to unsigned (to match wctoutf8). 2021-05-15 11:14:03 -05:00
lsb md5sum.c: simplify the table setup slightly. 2021-06-09 18:41:59 -05:00
net netstat.c: fix bounds checks. 2021-06-09 00:44:17 -05:00
other readelf: fix 32-bit build on Android. 2021-05-19 18:05:47 -05:00
pending modprobe: fix parsing of short lines. 2021-06-04 03:25:47 -05:00
posix date: add -s. 2021-06-02 04:32:01 -05:00