dtb trinity
trinity pushed to stris at bonsai/coreutils 2024-05-04 03:36:28 +00:00
7c9f640ee1 stris(1): fix bug only checking the first rune of strings
trinity pushed to sleep at bonsai/coreutils 2024-05-04 03:32:24 +00:00
ba55c4c8e7 sleep.1: add copyright header
003f5aeb1f Makefile: add sleep to the all recipe
327c71c8ae sleep.1: import from trinity/src
b06c1d5488 sleep(1): reduce dependence on sysexits
82f6c46b64 Makefile: update sleep recipe
Compare 29 commits »
trinity created pull request bonsai/coreutils#103 2024-05-04 03:17:54 +00:00
sleep(1)
trinity created pull request bonsai/coreutils#102 2024-05-04 03:14:01 +00:00
Replace str(1) with stris(1)
trinity commented on issue bonsai/coreutils#79 2024-05-04 03:06:44 +00:00
str(1): design regrets

I implemented stris(1) based on this issue. I think it's a cleaner and more elegant solution to the problem.

trinity pushed to stris at bonsai/coreutils 2024-05-04 03:04:39 +00:00
3910c341bd remove str(1)
cfef7aec1d stris(1)
Compare 2 commits »
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.