Commit Graph
100 Commits
Author SHA1 Message Date
emma 800a097903 swab(1): uses default for promises 2024-09-10 17:14:02 -06:00
emma 1ccdc65d30 rpn(1): uses default for promises 2024-09-10 17:13:20 -06:00
emma df0a236f81 mm(1): uses default for Promises 2024-09-10 17:12:14 -06:00
emma e385d873ec intcmp(1): uses default value for Promises 2024-09-10 17:11:22 -06:00
emma 73a75a32df hru(1): uses default Promises value for child processes 2024-09-10 17:10:26 -06:00
emma b8e5901d97 libopenbsd.rs(3): adds default value for Promises 2024-09-10 17:09:46 -06:00
emma 62ce288524 rpn(1): makes rounding more efficient 2024-09-04 22:12:44 -06:00
emma 731e62ee7e rpn(1): made evaluation function more readable 2024-08-28 18:24:49 -06:00
emma f50bfeea92 fop(1): fixes panic on no arguments 2024-08-28 18:05:56 -06:00
emma 8d00fa0afd fop(1): minor formatting change 2024-08-28 00:46:32 -06:00
emma 9f520df82b strcmp(1): adds null unveil 2024-08-28 00:31:02 -06:00
emma 41982c2f73 str(1): adds null unveil 2024-08-28 00:30:45 -06:00
emma 6166a3ca36 npc(1): adds null unveil 2024-08-28 00:26:26 -06:00
emma efedcd3ae4 true(1), false(1): adds null unveils 2024-08-28 00:24:35 -06:00
emma 8fd5bdf5a6 swab(1): adds null unveil 2024-08-28 00:15:15 -06:00
emma b946469da5 rpn(1): adds null unveil 2024-08-28 00:13:21 -06:00
emma 06384c72fb intcmp(1): adds null unveil 2024-08-28 00:09:40 -06:00
emma 9aeadd8f8f hru(1): adds null unveil 2024-08-27 23:57:12 -06:00
emma 5b666d6858 fop(1): adds null unveil 2024-08-27 23:54:39 -06:00
emma b875aa1058 rpn(1): more improvements 2024-08-24 19:00:01 -06:00
emma cc53dab035 rpn(1): handles errors when writing to stdout 2024-08-24 18:18:27 -06:00
emma 232629f4d3 hru(1): makes more efficient 2024-08-24 17:55:00 -06:00
emma ff4ff825bd swab(1): changes disparate error handling functions to one function 2024-08-24 17:26:26 -06:00
emma 5eb71e90a3 tests/bonsai: rpn.mk: tests the standard input 2024-08-24 17:22:57 -06:00
emma a0138be79e rpn(1): refactor to make code more efficient, readable, and maintainable 2024-08-24 17:22:02 -06:00
emma 150fa22f35 fop(1): changes casts to calls to .into() 2024-08-24 15:57:55 -06:00
emma f104598164 mm(1): updates error-handling functions and uncovers issue with error reporting 2024-08-24 15:53:58 -06:00
emma 722679247a hru(1): uses new sysexits 2024-08-23 14:31:02 -06:00
emma 4db4160019 swab(1): uses new sysexits 2024-08-23 14:23:11 -06:00
emma 928dce0234 fop(1): uses new sysexits 2024-08-23 14:22:11 -06:00
emma 1fffd3df52 Makefile: sets bindgen to output exit codes as u8 2024-08-23 14:21:43 -06:00
emma a14b8fb9d7 fop(1): adds functions for error handling 2024-08-23 13:35:30 -06:00
emma dd39aeff02 mm(1): adds ioerr(), usage(), and oser() functions 2024-08-22 00:22:05 -06:00
emma fbacfecce8 Merge branch 'linux-fix' (closes #158) 2024-08-21 22:43:29 -06:00
emma e9058803d3 mm(1): fixes to pledge(2) now; tests: bonsai/mm.mk: adds test for regression 2024-08-17 14:58:56 -06:00
emma 71d4d6ba05 tests: bonsai/dj.mk, bonsai/rpn.mk: fixes testing on linux 2024-08-17 01:57:16 -06:00
emma 821f5d09e9 fop(1), hru(1), intcmp(1), mm(1), rpn(1), swab(1): fixes conditional compilation 2024-08-17 01:51:25 -06:00
emma a4a556a5b6 mm(1): fixes extra file arguments not being unveil(2)ed 2024-08-16 18:43:51 -06:00
emma e0c985f7ff libopenbsd.rs(3): uses c_char instead of i8 for portability 2024-08-14 00:32:28 -06:00
emma a693ced9d9 strcmp(1): fixes typo 2024-08-10 19:18:52 -06:00
emma 1003c82d23 swab(1): uses pledge(2) 2024-08-10 19:16:26 -06:00
emma baa75a2619 strcmp(1): implements use of pledge(2) 2024-08-10 19:09:50 -06:00
emma d6d9c2088e npc(1): uses perror(3) 2024-08-10 19:09:26 -06:00
emma ea2efdf5b9 str(1): perror(2) -> perror(3) 2024-08-10 19:08:15 -06:00
emma 6c558654f3 str(1): adds reference to perror(3) in include 2024-08-10 19:01:44 -06:00
emma 8699d04ccc str(1): updates to use pledge(2) 2024-08-10 19:00:32 -06:00
emma 18dfd20937 scrut(1): fixes buffer overflow on i386 systems 2024-08-10 18:57:36 -06:00
emma 42010596de scrut(1): adds support for pledge(2) and unveil(2) 2024-08-10 17:17:42 -06:00
emma 0ddfa6e474 tests: bonsai/rpn.mk: fixes rpn_test target deps 2024-08-10 15:34:41 -06:00
emma 326c8f77d1 rpn(1): adds support for pledge(2) 2024-08-10 15:34:14 -06:00
emma 72ef8d00bc npc(1): adds pledge(2) support 2024-08-10 15:22:07 -06:00
emma 851f729ebd tests: bonsai/mm.mk, bonsai/intcmp.mk: updates for regression testing 2024-08-10 14:24:33 -06:00
emma e253cdf79c intcmp(1): fixes intcmp without options falling through to integer parsing 2024-08-10 14:23:53 -06:00
emma d89707a47c mm(1): fixes mm without arguments not working 2024-08-10 14:20:38 -06:00
emma 2a75b8f820 mm(1): removes leftover debug print 2024-08-10 14:09:33 -06:00
emma bda7c074b0 hru(1): adds support for pledge(2) 2024-08-10 13:34:44 -06:00
emma 2f805cc942 mm(1): adds support for pledge(2) and unveil(2) 2024-08-10 13:29:27 -06:00
emma 70bec49127 libopenbsd.rs(3): fixes API for unveil(2) 2024-08-10 13:25:56 -06:00
emma eae0b0352b dj(1): fixes small rebase mistake 2024-08-10 13:07:46 -06:00
emma 25eb08eb84 Makefile, include: makes conditional compilation more robust 2024-08-10 13:04:41 -06:00
emma 6c882f54cb fop(1): adds pledge support 2024-08-10 12:51:25 -06:00
emma cf96a13419 true(1), false(1): adds pledge(2) and unveil(2) support 2024-08-10 12:50:51 -06:00
emma 1f59a9806e dj(1): adds pledge(2) and unveil(2) support 2024-08-10 12:50:15 -06:00
emma c7c71c725b libopenbsd(3): adds pledge(2) and unveil(2) support for Rust; Makefile, include: adds conditional compilation 2024-08-10 12:49:35 -06:00
emma b76ff8fd90 tests, Makefile: cleaning up 2024-08-09 23:50:31 -06:00
emma 66f809162b Merge branch 'testing' 2024-08-09 23:28:21 -06:00
emma 7278a8fc41 Makefile: fixes testing import 2024-08-09 18:00:25 -06:00
emma 8e5090d13d tests: README: updates README 2024-08-07 22:03:32 -06:00
emma eb821715f7 tests: bonsai/hru.mk: fixes hru.mk more 2024-08-07 20:45:26 -06:00
emma 0bc0ffa0a5 tests: bonsai/hru.mk: updates to not use old variables 2024-08-07 20:38:03 -06:00
emma 3880abaa4f tests: bonsai/rpn.mk: added rpn(1) test 2024-08-05 13:47:12 -06:00
emma ee7b7e89b2 tests: bonsai/fop.mk: fixes record separators 2024-08-02 19:37:36 -06:00
emma ce8a0a5be3 tests: converted to Makefiles 2024-08-02 17:29:30 -06:00
emma 0b0bd9bd76 Makefile: fixes test and removes references to the RUSTLIBS variable 2024-08-01 13:12:54 -06:00
emma 18aac06113 Makefile: changes test usage 2024-08-01 00:06:39 -06:00
emma 4aeba9d13f Makefile: uses dirname(1) to get normalized prefix, adds libraries to RUSTFLAGS, fixes typo 2024-07-29 23:04:08 -06:00
emma 6a5739ea9d Merge branch 'dj-formatting' 2024-07-29 22:40:18 -06:00
emma 6c2b7b68fd dj(1): more better comments 2024-07-29 14:38:33 -06:00
emma 361b34c50f npc(1): improves program_name resolution 2024-07-29 02:35:59 -06:00
emma 44d461fb16 scrut(1): return program_name ternary to former position 2024-07-28 18:33:49 -06:00
emma 338a3e7155 intcmp(1): move program_name ternary 2024-07-28 18:31:01 -06:00
emma 6b9d13b8a0 fop(1): better opt matching 2024-07-28 18:27:22 -06:00
emma 68e31058a8 intcmp(1): move program_name ternary 2024-07-28 17:49:39 -06:00
emma d2ae35eac9 fop(1): fixes glaring issue with newline handling 2024-07-28 01:15:08 -06:00
emma 0f121cbac7 fop(1): more descriptive command arguments variable name 2024-07-28 00:40:16 -06:00
emma 09193a14d5 fop(1): fixes unhandled i/o error 2024-07-28 00:35:55 -06:00
emma d5d13b84a7 STYLE: repition & Kernighan quote 2024-07-28 00:34:42 -06:00
emma aed64840ea STYLE: fixes some concerns 2024-07-28 00:12:34 -06:00
emma d45fa19d5c dj(1): fixes extraneous ternary for program_name 2024-07-27 23:59:32 -06:00
emma c0a5e11eef mm(1): revert changes to program_name 2024-07-25 21:28:42 -06:00
emma 0641a487d7 intcmp(1): fixes pointless condition; formatting 2024-07-25 21:17:30 -06:00
emma 2fe3aa894c dj(1), intcmp(1), mm(1), npc(1), scrut(1), strcmp(1): changes to use and modify program_name 2024-07-24 19:37:07 -06:00
emma 0282b60e65 dj(1), mm(1), npc(1), scrut(1), str(1): consistent argv[0] handling 2024-07-20 07:18:59 -06:00
emma f7ebe7cf57 STYLE: added 10 rules reference 2024-07-19 17:31:51 -06:00
emma 22bb26b9cb STYLE: added introduction statement 2024-07-19 17:04:49 -06:00
emma 3ba6682ab3 STYLE: extern and use statements rules 2024-07-19 16:41:02 -06:00
emma 9f2447ce94 STYLE: code block indentation edits and example 2024-07-15 13:38:26 -06:00
emma fbdf4f9c45 intcmp(1): switch formatting 2024-07-15 13:38:08 -06:00
emma 806ddac8da dj(1): whitespace formatting 2024-07-15 13:31:38 -06:00
emma a0ed14a089 STYLE: example for trailing comma & add includes guideline 2024-07-15 13:29:12 -06:00