Block a user
46f0d4955f
pschdir(1): add source file
a8c40de747
pschdir(1) sans documentation, from trinity/src
e0b192bd4b
languages.toml: add Helix editor configuration
e90d25e30f
Merge branch 'strcmp'
71f372d2c2
Merge branch 'intcmp'
27ff64dffa
intcmp(1): add comments
becb3bac4e
strcmp(1): code clarification
e7a6632b41
mm(1): improves comments
Formatting
You made this change to a number of programs, and in some it was warranted, but to replace an argv termary that only occurs when argc is less than some value misses the point of that ternary.
In…
Formatting
Instead of making a new variable overwrite the existing program name variable with argv 0. My phone keyboard lacks the underscore.
Formatting
Yes, I've slowly been changing this in all the C code but need to document the rationale.
Formatting
This wasn't static because the program name should show up if something horrendous happens during linking, to make debugging easier.
Replace
zlib
package with libz
K&R function prototypes and declarations have been upgraded to ISO C ones.
Oh my goodness.
f96ed9c1f3
scrut(1): fix syntax error
19eee6b4e5
scrut(1): replace do/while loop
9086bf0d08
dj(1): remove do/while statement in read loop