3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set DIRTREE_SYMFOLLOW when we followed a symlink to this node. (Mask out the bit in callers that just want DIRTREE_COMEAGAIN.) More... 7 months ago
Cleanup pass on lsattr. More... 7 months ago
Add missing follow symlink check. More... 7 months ago
Promote fold. More... 7 months ago
Break tabs to match terminal behavior, and add wide/combining char tests. More... 7 months ago
vi.c: Fixed line gotos, added CTL() macro, Line ranges (and "%"), CTRL-D, Replaced '27' with '\e' More... 7 months ago
Fold tests and corresponding fixes. More... 7 months ago
Rewrite fold to handle unicode and match other implementations output. More... 7 months ago
vi.c: Added line gotos in ex mode, Replaced Hex Values with characters, replaced strstr() with strncmp() while processing ex commands More... 7 months ago
Remove TOYFLAG_LOCALE. More... 7 months ago
Michael Shavit pointed out strtoul->strtoull and requested checking errno (presumably to catch overflow that doesn't leave unconsumed digits). More... 7 months ago
Cleanup pass on csplit. More... 7 months ago
Another pass on quickstart text. More... 7 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... 8 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... 8 months ago
Minor fixes in csplit, got %regex% to exclude stuff More... 8 months ago
Fixed Memory Leak in ts.c and make -i and -s use gmtime More... 8 months ago
Promote ts. More... 8 months ago
Add -m milliseconds option. More... 8 months ago
Implementation of csplit command More... 8 months ago
First stab at tsort. More... 8 months ago
Cleanup ts and add -s flag. More... 8 months ago
A implementation of the ts command More... 8 months ago
Use 64 bit comparisons. More... 8 months ago
Better fix for backslash issue: parse_word(x, 1) never return NULL. More... 8 months ago
modified: toys/pending/sh.c More... 8 months ago
Cleanup pass. More... 8 months ago