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…
strerror(3)
as a Rust library
I gave the okay verbally as I was too tired to approve it digitally.
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…
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…
Nul bytes; "nul" as in ASCII NUL, as in the zero byte ('\0'
).
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.
See src/dj.c:370 which is the only thing that happens when the debug
level is greater than 2
(the default).
Here's…
See src/intcmp.c:62:
do{ r = c;
c = strtol(argv[i], &argv[i], 10);
if(*argv[i] != '\0'