Emma Tebibyte emma
emma closed issue bonsai/harakit#75 2024-09-11 16:28:17 -06:00
Tests
emma released 0.14.1 at bonsai/harakit 2024-09-11 15:48:05 -06:00
emma pushed tag 0.14.1 to bonsai/harakit 2024-09-11 15:48:05 -06:00
emma deleted tag 0.14.1 from bonsai/harakit 2024-09-11 15:47:09 -06:00
emma released 0.14.1 at bonsai/harakit 2024-09-11 15:44:51 -06:00
emma pushed tag 0.14.1 to bonsai/harakit 2024-09-11 15:43:30 -06:00
emma closed pull request bonsai/harakit#162 2024-09-11 15:43:13 -06:00
Makefile: fixes manpage installation location
emma commented on pull request bonsai/harakit#162 2024-09-11 15:43:13 -06:00
Makefile: fixes manpage installation location

Merged.

emma pushed to main at bonsai/harakit 2024-09-11 15:43:11 -06:00
07a2f1efc2 Merge branch 'man-fixes'
accec33301 Makefile: fixes abuse of relative paths
fde682a10e Makefile: fixes manpage installation location
Compare 3 commits »
emma commented on pull request bonsai/harakit#161 2024-09-11 15:34:52 -06:00
optimizations

I’m going to put off making fop(1) streaming for another day so that we can get this merged.

emma pushed to optimizations at bonsai/harakit 2024-09-11 03:26:04 -06:00
c4cd2563f9 scrut(1): fixes failing write test
emma pushed to optimizations at bonsai/harakit 2024-09-11 03:20:05 -06:00
8bdb72ece8 false(1): fixes pledge(2) invocation
ba73f50527 true(1): removes NULL from commented imports
579bb98874 true(1): fixes pledge(2) invocation
8f1e570b50 strcmp(1): fixes pledge(2) invocation
a43daf2cf2 str(1): fixes pledge(2) invocation
Compare 7 commits »
emma pushed to optimizations at bonsai/harakit 2024-09-11 02:40:35 -06:00
7498b283ce mm(1): updates to use new unveil api
0b3ed37c38 libopenbsd.rs(3): makes using statically-allocated arrays possible
Compare 2 commits »
emma pushed to optimizations at bonsai/harakit 2024-09-10 17:14:06 -06:00
800a097903 swab(1): uses default for promises
1ccdc65d30 rpn(1): uses default for promises
df0a236f81 mm(1): uses default for Promises
e385d873ec intcmp(1): uses default value for Promises
73a75a32df hru(1): uses default Promises value for child processes
Compare 6 commits »
emma pushed to libfileis at bonsai/harakit 2024-09-10 02:43:03 -06:00
f4bd4de2e4 fileis(1): various changes to make the code more efficient and idiomatic
emma commented on pull request bonsai/harakit#146 2024-09-10 02:23:22 -06:00
Replace scrut(1) with fileis(1)

Line 59 happens when a file is non-existent, which means it's failed the test.

I see now that line 59 should stay the same.

emma commented on pull request bonsai/harakit#161 2024-09-10 02:22:12 -06:00
optimizations

From OpenBSD man 2 pledge:

     Passing NULL to promises or execpromises specifies to not change the
     current value.

It seems a number of these should be…

emma pushed to style-c at bonsai/harakit 2024-09-10 02:05:05 -06:00
f66fdef9c3 STYLE: avoid unbounded loops
emma pushed to style-c at bonsai/harakit 2024-09-10 02:00:18 -06:00
b56a66f980 STYLE: fixes default case in example
emma pushed to style-c at bonsai/harakit 2024-09-07 12:51:32 -06:00
f6559b464a STYLE: fix minor issues