1
0
forked from bonsai/harakit
Commit Graph

21 Commits

Author SHA1 Message Date
8f1e570b50
strcmp(1): fixes pledge(2) invocation 2024-09-11 03:15:58 -06:00
9f520df82b
strcmp(1): adds null unveil 2024-08-28 00:31:02 -06:00
DTB
4c81516742
strcmp(1): further error-proofing 2024-08-10 22:30:08 -06:00
a693ced9d9
strcmp(1): fixes typo 2024-08-10 19:18:52 -06:00
baa75a2619
strcmp(1): implements use of pledge(2) 2024-08-10 19:09:50 -06:00
6a5739ea9d
Merge branch 'dj-formatting' 2024-07-29 22:40:18 -06:00
DTB
a7b27f0d6a
strcmp(1): interpret all retvals 2024-07-29 11:14:48 -06:00
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
DTB
becb3bac4e
strcmp(1): code clarification 2024-07-15 14:40:26 -06:00
DTB
efb3ce626d
strcmp(1): fix program_name type 2024-07-15 04:29:43 -06:00
DTB
d87c278be5
strcmp(1): re-style, tweak exits 2024-07-15 04:21:50 -06:00
DTB
5caefbb465
strcmp(1): note used sysexit 2024-07-15 03:45:36 -06:00
DTB
8d743dab7a
strcmp(1): add copyright header
I could trace strcmp(1) as far back as
<293436c5ad/src/streq.c>
in my repo.
2024-07-15 03:43:25 -06:00
ab003f7d4a
strcmp(1): commenting 2024-07-14 03:25:52 -06:00
26b0c93f4d
strcmp(1): returns -1, specifies sysexits imports 2024-07-13 17:04:38 -06:00
666c621a02
strcmp(1): more formatting 2024-07-12 16:38:50 -06:00
59de0262bd
strcmp(1): adds copyright header, formatting, removes unused #include 2024-07-12 16:15:41 -06:00
e341c38cd6
docs, src: updates usage text for utilities 2024-06-29 05:18:20 -06:00
94ba336ee4
GNUmakefile, intcmp(1), npc(1), scrut(1), str(1), strcmp(1), include/sysexits.h: added fallback header file for when systems don’t have sysexits.h(3) 2023-12-25 21:50:45 -07:00
DTB
8e330d8a63
strcmp(1): without <sysexits.h> fall back to ANSI C 2023-12-25 15:58:47 -07:00
ef1416cd42
intcmp(1): new tool; npc(1): new tool; scrut(1): new tool; str(1): new tool; strcmp(1): new tool; tests: added POSIX compatibility test and C compiler compatibility test; Makefile: converted to GNUmakefile; README: added README; docs: added docs 2023-12-24 17:13:17 -07:00