android_external_toybox/lib
Rob Landley 4030e4564f Fix "./truncate -s 1e2" to say "not integer" instead of "too large".
It's not scientific notation, it's "exabyte suffix" and then the check
for trailing 'd' meaning decimal instead of binary always incremented past
the non-null character whether or not the test matched, so the error
check at the end didn't catch a non-d second suffix.
2024-01-27 17:54:50 -06:00
..
args.c Fix 32 bit lib/args.c to report out of range numeric values. 2023-12-04 04:35:00 -06:00
commas.c dd: iflags, oflags, fix ^C, fix the fundamental loop. 2019-07-10 01:54:01 -05:00
deflate.c Compress help text with gzip. 2024-01-10 15:12:34 -06:00
dirtree.c Set DIRTREE_SYMFOLLOW when we followed a symlink to this node. 2023-10-01 03:21:20 -05:00
elf.c file: add arm32 ELF flag decoding. 2023-11-03 14:37:47 -05:00
env.c Rename/move xmemcmp() (which doesn't exit) to smemcmp(), and add x prefix 2023-01-06 19:05:51 -06:00
hash.c Move md5/sha1/sha256 hash code to lib/hash.c 2023-11-05 22:04:29 -06:00
lib.c Fix "./truncate -s 1e2" to say "not integer" instead of "too large". 2024-01-27 17:54:50 -06:00
lib.h Switch stdout default to block buffering, replace xflush() with xferror(), 2024-01-18 16:46:34 -06:00
llist.c Move num_cache from lib into its only user. 2022-10-13 00:48:22 -05:00
lsm.h macOS: numerous fixes. 2019-06-08 13:10:10 -05:00
net.c Add just enough cgi plumbing to get the "unused variable" warning to stop. 2022-12-07 02:39:02 -06:00
password.c Wean su.c off shadow.h (so ndk can build it). 2023-11-02 04:10:51 -05:00
portability.c Fix macOS posix_fallocate(). 2023-12-15 01:10:15 -06:00
portability.h Implement tar --wildcards and friends (filter options). 2023-01-26 23:58:30 -06:00
toyflags.h Remove TOYFLAG_LOCALE. 2023-09-20 06:46:07 -05:00
tty.c Fix reset command. 2023-09-14 09:07:32 -05:00
utf8.c Rename remains of linestack.c to utf8.c 2022-01-28 19:18:39 -06:00
xwrap.c Consistently use xferror() instead of if (fflush()) perror_exit(); 2024-01-23 11:29:25 -06:00