dtb trinity
trinity created branch pschdir in trinity/overgrown 2024-07-23 17:40:08 -06:00
trinity pushed to pschdir at trinity/overgrown 2024-07-23 17:40:08 -06:00
46f0d4955f pschdir(1): add source file
a8c40de747 pschdir(1) sans documentation, from trinity/src
e0b192bd4b languages.toml: add Helix editor configuration
Compare 3 commits »
trinity created branch main in trinity/overgrown 2024-07-22 19:25:12 -06:00
trinity pushed to main at trinity/overgrown 2024-07-22 19:25:12 -06:00
e90d25e30f Merge branch 'strcmp'
71f372d2c2 Merge branch 'intcmp'
27ff64dffa intcmp(1): add comments
becb3bac4e strcmp(1): code clarification
e7a6632b41 mm(1): improves comments
Compare 10 commits »
trinity created repository trinity/overgrown 2024-07-22 19:24:38 -06:00
trinity commented on pull request bonsai/harakit#142 2024-07-20 16:28:36 -06:00
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…

trinity commented on pull request bonsai/harakit#142 2024-07-20 12:46:48 -06:00
Formatting

Instead of making a new variable overwrite the existing program name variable with argv 0. My phone keyboard lacks the underscore.

trinity commented on pull request bonsai/harakit#142 2024-07-20 12:43:58 -06:00
Formatting

Yes, I've slowly been changing this in all the C code but need to document the rationale.

trinity commented on pull request bonsai/harakit#142 2024-07-20 09:53:39 -06:00
Formatting

This wasn't static because the program name should show up if something horrendous happens during linking, to make debugging easier.

trinity commented on pull request bonsai/harakit#142 2024-07-20 09:53:39 -06:00
Formatting

This is good.

trinity commented on pull request bonsai/harakit#142 2024-07-20 09:53:39 -06:00
Formatting

Use program name for this.

trinity commented on pull request bonsai/harakit#142 2024-07-20 09:53:39 -06:00
Formatting

This change was unnecessary.

trinity commented on pull request bonsai/harakit#142 2024-07-20 09:53:39 -06:00
Formatting

Didn't mean to make this a review, just comments.

trinity pushed to main at trinity/src 2024-07-19 21:06:45 -06:00
e9da63243f 2024-07-19
trinity commented on issue bonsai/repo#39 2024-07-19 20:15:18 -06:00
Replace zlib package with libz

K&R function prototypes and declarations have been upgraded to ISO C ones.

Oh my goodness.

trinity commented on pull request bonsai/harakit#142 2024-07-19 19:36:38 -06:00
Formatting

I think my work here is done.

trinity pushed to dj-formatting at bonsai/harakit 2024-07-19 19:34:43 -06:00
f96ed9c1f3 scrut(1): fix syntax error
19eee6b4e5 scrut(1): replace do/while loop
9086bf0d08 dj(1): remove do/while statement in read loop
Compare 3 commits »
trinity pushed to dj-formatting at bonsai/harakit 2024-07-19 19:03:39 -06:00
c8b4f7a8b3 str(1): edit out goto
trinity pushed to dj-formatting at bonsai/harakit 2024-07-19 18:40:35 -06:00
71f4a411b6 dj(1): replace do/while in write loop
trinity pushed to dj-formatting at bonsai/harakit 2024-07-19 18:27:20 -06:00
a01cea572d dj(1): replace do/while on hard seeking