dtb trinity
trinity commented on issue bonsai/harakit#89 2024-03-30 13:25:03 -06:00
Directory structure

I'm gonna paste the discussion from the IRC/XMPP feeling.murderu.us#subgeneral (which I run):

<aryal> Emma: ive been thinking about changing the bonsai coreutils project strcture
<aryal> i…
trinity opened issue bonsai/harakit#89 2024-03-30 13:06:19 -06:00
Directory structure
trinity commented on pull request bonsai/harakit#76 2024-03-30 12:59:07 -06:00
Added strerror(3) as a Rust library

I gave the okay verbally as I was too tired to approve it digitally.

trinity commented on issue bonsai/harakit#88 2024-03-30 12:52:31 -06:00
Add xz 5.6.1

Progress will not happen until there is a new maintainer. silt you are better off waiting until a new maintainer happens or fork yourself. Submitting ideas here has no purpose these days. The…

trinity commented on issue bonsai/harakit#87 2024-03-29 18:54:35 -06:00
meta

Yeah!

trinity commented on pull request bonsai/harakit#76 2024-03-29 18:53:27 -06:00
Added strerror(3) as a Rust library

Would merging this branch nuke mm(1)?

trinity created branch dj in bonsai/harakit 2024-03-28 21:23:01 -06:00
trinity pushed to dj at bonsai/harakit 2024-03-28 21:23:01 -06:00
fe1216868b dj(1): refactor source
trinity opened issue bonsai/harakit#87 2024-03-28 17:32:59 -06:00
meta
trinity commented on issue bonsai/harakit#77 2024-03-28 06:53:37 -06:00
Internationalization for non-OS error messages

I've been interested in GNU gettext(3) which is the GNU solution to localization. [The underscore macro as a shortcut to gettext(3)](http…

trinity commented on pull request bonsai/harakit#86 2024-03-27 10:58:17 -06:00
docs: fixed formatting of many manpages

Nul bytes; "nul" as in ASCII NUL, as in the zero byte ('\0').

trinity commented on pull request bonsai/harakit#86 2024-03-27 10:58:17 -06:00
docs: fixed formatting of many manpages

-S only configures the output.

trinity commented on pull request bonsai/harakit#86 2024-03-27 10:58:17 -06:00
docs: fixed formatting of many manpages

Or by default.

trinity commented on pull request bonsai/harakit#86 2024-03-27 10:58:17 -06:00
docs: fixed formatting of many manpages

I know I corrected this but upon further reflection I have to fix this: -a opens subsequent outputs for appending, because outputs aren't specified positionally but optionally and therefore invocations like mm -o - -o start -ao append do open standard output and start for writing to the start and open append for appending. I was mistaken.

trinity commented on pull request bonsai/harakit#86 2024-03-27 10:58:17 -06:00
docs: fixed formatting of many manpages

"-" will use standard input or standard output.

trinity commented on pull request bonsai/harakit#86 2024-03-27 10:58:17 -06:00
docs: fixed formatting of many manpages

"similar functionality".

trinity suggested changes for bonsai/harakit#86 2024-03-27 10:58:17 -06:00
docs: fixed formatting of many manpages

Just some nitpicks and one goof on my end.

trinity commented on pull request bonsai/harakit#86 2024-03-27 08:20:06 -06:00
docs: fixed formatting of many manpages

See src/dj.c:370 which is the only thing that happens when the debug level is greater than 2 (the default).

Here's…

trinity commented on pull request bonsai/harakit#86 2024-03-27 07:52:27 -06:00
docs: fixed formatting of many manpages

See src/intcmp.c:62:

	do{	r = c;
		c = strtol(argv[i], &argv[i], 10);
		if(*argv[i] != '\0' 
trinity commented on pull request bonsai/harakit#86 2024-03-27 07:37:45 -06:00
docs: fixed formatting of many manpages

Huh. Now that you mention it, I can't either.