Emma Tebibyte emma
emma commented on pull request bonsai/harakit#91 2024-06-28 10:24:08 -06:00
Add getopt(3p) bindings for Rust

I committed my changes to swab(1) as I believe they will work, though I'm unable to test them at the moment.

$ pdpmake swab 
rustc -Clink-arg=-fuse-ld=mold -Copt-level=z -Ccodegen-units=…
emma pushed to getopt-bindings at bonsai/harakit 2024-06-28 10:23:23 -06:00
50bbee10a9 libgetopt.rs(3): fixes typecasting for ARM devices
emma commented on pull request bonsai/harakit#91 2024-06-28 10:22:00 -06:00
Add getopt(3p) bindings for Rust

I'm getting a build error on libgetopt:

$ make build/o/libgetopt.rlib             
rustc  --crate-type=lib --crate-name=getopt  -o build/o/libgetopt.rlib src/libgetopt.rs
…
emma commented on issue bonsai/harakit#126 2024-06-28 09:51:08 -06:00
Fix usage text

I dislike the nested brackets; plus, they make it look like arguments are optional.

emma pushed to getopt-bindings at bonsai/harakit 2024-06-27 14:05:40 -06:00
2f87ad948f strerror.rs(3), getopt.rs(3): renames
emma commented on pull request bonsai/harakit#128 2024-06-27 13:59:40 -06:00
docs: fixes and clarification

Please also add your copyright information to the header as per the CONTRIBUTING file.

emma commented on pull request bonsai/harakit#128 2024-06-27 13:57:09 -06:00
docs: fixes and clarification

Would this work better as “at the top of the stack”?

emma commented on pull request bonsai/harakit#128 2024-06-27 13:57:09 -06:00
docs: fixes and clarification

Are these changes the proper terminology? Wikipedia differs from this: https://en.wikipedia.org/wiki/Setuid

emma commented on pull request bonsai/harakit#128 2024-06-27 13:57:09 -06:00
docs: fixes and clarification
emma suggested changes for bonsai/harakit#128 2024-06-27 13:57:09 -06:00
docs: fixes and clarification
emma commented on pull request bonsai/harakit#91 2024-06-27 09:53:57 -06:00
Add getopt(3p) bindings for Rust

I was about to follow-up with the fact that -o would fix this behavior but then I remembered we already do in fact use it already. I will rename the source file, should I rename strerror.rs to…

emma commented on pull request bonsai/harakit#91 2024-06-27 09:43:24 -06:00
Add getopt(3p) bindings for Rust

The resulting rlib file will be called liblibgetopt.rlib in this case

emma commented on pull request bonsai/harakit#127 2024-06-26 18:56:42 -06:00
WIP: scroll(1)

Elaborate on pages here.

emma created pull request bonsai/harakit#127 2024-06-26 18:56:14 -06:00
WIP: pager
emma pushed to pg at bonsai/harakit 2024-06-26 18:55:37 -06:00
7a452794b1 pg.1: updates documentation
emma pushed to main at emma/en 2024-06-26 18:42:40 -06:00
0568b2a8f0 minor nitpicks
emma pushed to main at emma/en 2024-06-26 18:38:06 -06:00
c0608baa7b fixed syntax highlighting
emma commented on pull request bonsai/harakit#93 2024-06-26 17:03:06 -06:00
peek(1)

.TH PEEK 1 [whenever you make the change] "Harakit X.X.X"

emma commented on pull request bonsai/harakit#103 2024-06-26 16:01:18 -06:00
eep(1)

This is unnecessary due to the merge-in of the main branch: $(RUSTLIBS) was introduced.

emma opened issue bonsai/harakit#126 2024-06-26 15:59:19 -06:00
Fix usage text