- Massachusetts, USA
- http://trurl.freeshell.org/
- Joined on
2024-09-22
Block a user
Rewrite WUtils string.c in Rust
Thanks, this is an improvement. (The extant wstrndup called strlen on s, so I didn't feel too badly about scanning ahead for a null byte ... but we can do better.)
I'd like to migrate…
memory: replace most of memory.c with Rust mem
RE calls to XFree: there are definite instances of (w)malloc'd pointers being passed to XFree. I'm cleaning them up as I find them.
Rewrite WUtils bagtree.c in Rust
Only putting functionality into the FFI functions makes sense. (I've done similarly in other refactors that you're looking at.) I was thinking to have most operations addressable via completely…
Rewrite WUtils WMTreeNode in Rust
Tweak start-captive-wmaker.sh to behave a little more nicely.
Tweak start-captive-wmaker.sh to behave a little more nicely.
Rewrite WUtils bagtree.c in Rust
Rewrite WUtils string.c in Rust
memory: replace most of memory.c with Rust mem