dtb trinity
trinity created branch stris in bonsai/coreutils 2024-05-04 03:04:39 +00:00
trinity opened issue bonsai/coreutils#101 2024-04-29 23:23:28 +00:00
dj(1) null-byte padding: -A or -a ''?
trinity commented on pull request bonsai/coreutils#86 2024-04-29 10:46:19 +00:00
WIP: docs: fixed formatting of many manpages

(There is the workaround of having an empty argument; if I recall the sh(1p) builtin read supports this at least with its -b option - I remember this because [an article trended on Hacker News…

trinity commented on pull request bonsai/coreutils#86 2024-04-29 10:35:02 +00:00
WIP: docs: fixed formatting of many manpages

Love it.

trinity commented on pull request bonsai/coreutils#86 2024-04-29 10:34:19 +00:00
WIP: docs: fixed formatting of many manpages

I think I'm willing to cede this hill.

trinity commented on pull request bonsai/coreutils#86 2024-04-29 10:33:29 +00:00
WIP: docs: fixed formatting of many manpages

"-a but with null bytes; pads the input buffer with null bytes in the event of an incomplete read.

trinity commented on pull request bonsai/coreutils#86 2024-04-29 10:26:16 +00:00
WIP: docs: fixed formatting of many manpages

Perhaps that this is a kibibyte shouldn't be noted here. It may give the false impression that one could specify a SI prefix, e.g. dj -b 1KiB.

trinity opened issue bonsai/coreutils#100 2024-04-29 02:25:46 +00:00
Ban generative AI
trinity commented on pull request bonsai/coreutils#96 2024-04-29 02:04:10 +00:00
WIP: testing

That's true. I suppose such a test isn't necessary.

trinity commented on pull request bonsai/coreutils#98 2024-04-27 17:25:11 +00:00
scrut(1): changed return status 0 to EXIT_SUCCESS

Merged.

trinity closed pull request bonsai/coreutils#98 2024-04-27 17:24:45 +00:00
scrut(1): changed return status 0 to EXIT_SUCCESS
trinity deleted branch scrut-sysexits from bonsai/coreutils 2024-04-27 17:24:45 +00:00
trinity commented on pull request bonsai/coreutils#96 2024-04-27 13:25:37 +00:00
WIP: testing

It's testing for bloat. It drives home the fact that we will not compromise on making good, simple tools. If we did our tests would fail us.

trinity commented on pull request bonsai/coreutils#96 2024-04-27 13:23:37 +00:00
WIP: testing

Our true(1) and false(1) implementations are POSIX without extensions and shouldn't be extended. Maybe it would be better to only have them in the POSIX compatibility section.

trinity deleted branch mm from bonsai/coreutils 2024-04-27 02:34:41 +00:00
trinity commented on issue bonsai/coreutils#94 2024-04-27 02:32:29 +00:00
Number parsing routine

Integer parsing has to be done in our C programs in a couple of places:

trinity commented on issue bonsai/coreutils#55 2024-04-27 02:17:11 +00:00
mix(1) – randomly sort inputs

How is mix(1) for a name?

I like it.

trinity commented on pull request bonsai/coreutils#96 2024-04-27 02:14:15 +00:00
WIP: testing

Goodness, I just saw the WIP: . It makes sense then that it seemed that this was unfinished. I really like where this is headed though.

trinity suggested changes for bonsai/coreutils#96 2024-04-27 02:12:41 +00:00
WIP: testing

I have some questions and concerns.

trinity commented on pull request bonsai/coreutils#96 2024-04-27 02:12:41 +00:00
WIP: testing

This should go before the previous for loop as it will crash faster on incorrect invocation.