3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tr -t and test case for it, Minor formatting cleanup in tr.c More... 6 months ago
Switch yes to writev() a redundant iovec to produce output in bigger chunks, speeding it up from megabytes to gigabytes. More... 6 months ago
vi.c: add backwards search, add j(oin) ex command More... 6 months ago
Add count -l, suggested by Oliver Webb. More... 6 months ago
Replaced some calles to run_vi_cmd to more direct calls, Fixed memory leak in line range code, Removed Trailing whitespace More... 6 months ago
vi.c: Added 'v' command and updated help text More... 6 months ago
Tweak help text. More... 6 months ago
Simplify bloatcheck a little. More... 7 months ago
devmem: unify error reporting. More... 7 months ago
Fix pidof tests when stdout is a socket More... 7 months ago
vi.c: Added ex 'g' command, Replaced "sleep(1)" with getchar() in error handler More... 7 months ago
Add some (void) typecasts to shut up busybody compiler "unused result" warnings. More... 7 months ago
SID can be 0 before PID 1 calls setsid() More... 7 months ago
Switch devmem to use long instead of long long, to be nicer to 32 bit targets. (Zaps warning, and you can't do an atomic 8 byte write on 32 bit targets.) More... 7 months ago
Storing nothing on ecryptfs wastes more space than expected. More... 7 months ago
The maximum filename length on ecryptfs is 143 bytes. More... 7 months ago
csplit: Don't count excluded lines as part of the filesize. Fix help text More... 7 months ago
Initialize plen. More... 7 months ago
diff.test: mksh compatibility. More... 7 months ago
Take exit code from SIGCHLD siginfo instead of wait. More... 7 months ago
Make "about" the default web page index.html points to. More... 7 months ago
Commit xgetdelim() used by fold(). (Oops.) More... 7 months ago
Whitespace, and move a couple variable declarations. More... 7 months ago
Tweak help text. More... 7 months ago
Promote tsort (and tweak help text). More... 7 months ago
Add tests, minor fixes. More... 7 months ago
Shut the stupid compiler up. More... 7 months ago
Fix duplicate suppression for "f a c f" input, don't print output before we know there aren't any loops. More... 7 months ago
vi: list commands supported in help desc More... 7 months ago
With tar -h, any file can be a hardlink. More... 7 months ago