3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove TOYFLAG_LOCALE. More... 6 months ago
Michael Shavit pointed out strtoul->strtoull and requested checking errno (presumably to catch overflow that doesn't leave unconsumed digits). More... 6 months ago
Cleanup pass on csplit. More... 6 months ago
Another pass on quickstart text. More... 6 months ago
Fix reset command. More... 7 months ago
Fixed relative line numbers, code formatting, number offsets More... 7 months ago
Only need one "no such file or directory" error message from exec. More... 7 months ago
Don't exec NOFORK commands. More... 7 months ago
Variable declarations go at the start of blocks (see design.html Coding Style) and we already have a "rel" variable for relative time: use the more obvious initialization for that. More... 7 months ago
Minor fixes in csplit, got %regex% to exclude stuff More... 7 months ago
Fixed Memory Leak in ts.c and make -i and -s use gmtime More... 7 months ago
Promote ts. More... 7 months ago
Add -m milliseconds option. More... 7 months ago
Implementation of csplit command More... 7 months ago
First stab at tsort. More... 7 months ago
Cleanup ts and add -s flag. More... 7 months ago
A implementation of the ts command More... 7 months ago
Use 64 bit comparisons. More... 7 months ago
Better fix for backslash issue: parse_word(x, 1) never return NULL. More... 7 months ago
modified: toys/pending/sh.c More... 7 months ago
Cleanup pass. More... 7 months ago
Switch 2k global to malloc(). More... 7 months ago
No real need for 1k of global data in cksum. More... 7 months ago
Slight simplification. More... 7 months ago
Michael Shavit hit a problem with 8 byte wide writes, so switch from signed atolx() to unsigned strtoul() which has the side effect of not parsing the kmg suffixes. (Poke me if I should mention that in the help text...) More... 7 months ago
xxd: better error message. More... 7 months ago
strace: various fixes and improvements. More... 7 months ago
Add mkpasswd tests and allow -m sha* salt length range 8-16 instead of just 16. More... 7 months ago
Redo lib/password.c to remove shadow.h. More... 7 months ago
Temporarily un-promote passwd.c until the lib/password.c rewrite gets waaaay more testing. (And migrating to internal hash functions since glibc 2.38 decided to stop supporting posix crypt().) More... 7 months ago