Emma Tebibyte emma
emma pushed to strerror at bonsai/coreutils 2024-03-24 19:29:26 +00:00
c75bb93001 Makefile: directory specification changes
emma commented on pull request bonsai/coreutils#76 2024-03-24 19:21:54 +00:00
Added strerror(3) as a Rust library

Historically, $DESTDIR is a directory inside the tree (in this case, dist/) to which programs are installed in a phony root…

emma commented on pull request bonsai/coreutils#76 2024-03-24 19:18:30 +00:00
Added strerror(3) as a Rust library

@trinity: in the future, do not make commits without PGP signing them, and do not merge main into branches that have pull requests open to main.

emma pushed to strerror at bonsai/coreutils 2024-03-24 19:17:15 +00:00
31ae3d1997 Revert "Merge branch 'main' into strerror (not PGP signed)"
emma commented on pull request bonsai/coreutils#76 2024-03-24 19:05:51 +00:00
Added strerror(3) as a Rust library

That is what this does

emma commented on pull request bonsai/coreutils#76 2024-03-24 19:05:42 +00:00
Added strerror(3) as a Rust library

Mistake.

emma commented on issue bonsai/coreutils#34 2024-03-23 16:33:25 +00:00
Name

What about userface? For user-facing utilities? Kinda silly but I kinda like it.

emma commented on issue bonsai/coreutils#82 2024-03-19 21:37:54 +00:00
make(1p) equivalent

One thing I really like about make(1p) is the .SUFFIXES macro. I want to rework that for our alternative.

emma opened issue bonsai/coreutils#82 2024-03-19 21:37:18 +00:00
make(1p) equivalent
emma commented on issue bonsai/coreutils#70 2024-03-19 04:23:20 +00:00
Bonsai coreutils by Example

I don’t think it should go in the docs dir, but I’m not sure how we should make it yet.

emma commented on pull request bonsai/coreutils#76 2024-03-19 03:33:26 +00:00
Added strerror(3) as a Rust library

I have decided to make 0 work but as soon as we can put manual compiler errors in the library we will do that.

emma pushed to strerror at bonsai/coreutils 2024-03-19 03:32:08 +00:00
d87b5d0958 hru(1), fop(1): changed to reflect strerror changes
1891c3e1aa strerror(3): created strerror() method
Compare 2 commits »
emma deleted branch dj-fix from bonsai/coreutils 2024-03-19 03:25:49 +00:00
emma closed pull request bonsai/coreutils#72 2024-03-19 03:06:13 +00:00
dj(1): remove function pointer hijinks
emma pushed tag 0.13.1 to bonsai/coreutils 2024-03-19 03:03:39 +00:00
emma pushed to main at bonsai/coreutils 2024-03-19 03:03:37 +00:00
127192185f Merge branch 'dj-fix' (closes #66)
58245c9484 dj(1): remove function pointer hijinks (fixes #66)
Compare 2 commits »
emma closed issue bonsai/coreutils#66 2024-03-19 03:03:37 +00:00
Change type of function pointer
emma deleted branch swab from bonsai/coreutils 2024-03-19 02:59:56 +00:00
emma deleted branch mm from bonsai/coreutils 2024-03-19 02:59:51 +00:00
emma closed pull request bonsai/coreutils#65 2024-03-19 02:58:32 +00:00
mm(1)