1
0
Fork 0
Commit Graph

96 Commits

Author SHA1 Message Date
dtb 612067890f
dj(1): interpret a '-' file name as standard input/output 2024-01-10 15:03:04 -07:00
dtb 88a66bcc01
dj(1): import from git.sr.ht/~trinity/src 2024-01-09 23:43:45 -07:00
Emma Tebibyte 0c2223d4fb
getopt-rs(3): added getopt library for Rust 2023-12-29 15:17:39 -07:00
Emma Tebibyte f89a686d3c
fop(1): made checking argv better 2023-12-28 22:42:05 -07:00
Emma Tebibyte b74bbd6c92
fop(1): finished implementing sysexits 2023-12-27 22:47:06 -07:00
Emma Tebibyte 3355cb3dc3
GNUmakefile, fop(1): added sysexits support 2023-12-27 22:42:50 -07:00
Emma Tebibyte 7eda8bb721
fop(1): working prototype 2023-12-27 15:44:19 -07:00
Emma Tebibyte 1dff7d7e18
Revert ".editorconfig: fixed utf8 issue"
This reverts commit d20a1da6f8.
2023-12-27 15:42:27 -07:00
Emma Tebibyte d20a1da6f8
.editorconfig: fixed utf8 issue 2023-12-27 15:40:31 -07:00
Emma Tebibyte 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
Emma Tebibyte 74d5b65f78
Merge branch 'nosysexits' 2023-12-25 19:04:44 -07:00
Emma Tebibyte 3249a83861
Merge branch 'rmlibfileis' 2023-12-25 19:02:00 -07:00
Emma Tebibyte a675386fe3
true(1): ported to Rust 2023-12-25 18:59:46 -07:00
dtb de304b7ef7
remove libfileis(3) 2023-12-25 17:49:05 -07:00
dtb 324328d2cc
false(1): rewrite from C to Rust 2023-12-25 17:05:19 -07:00
dtb 8e330d8a63
strcmp(1): without <sysexits.h> fall back to ANSI C 2023-12-25 15:58:47 -07:00
dtb d4ee9bb93b
str(1): without <sysexits.h> fall back to ANSI C 2023-12-25 15:58:24 -07:00
dtb 52d150b02b
scrut(1): without <sysexits.h> fall back to ANSI C 2023-12-25 15:58:08 -07:00
dtb 1bc574eafa
npc(1): without <sysexits.h> fall back to ANSI C 2023-12-25 15:57:58 -07:00
dtb cee6575a57
intcmp(1): without <sysexits.h> fall back to ANSI C 2023-12-25 15:56:38 -07:00
Emma Tebibyte 20a574ca2d
str(1): fixed copyright information 2023-12-24 18:09:36 -07:00
Emma Tebibyte b2759f1642
str(1): added copyright information 2023-12-24 18:08:06 -07:00
mars 2c716f1881
str(1): fixed integer overflow 2023-12-24 18:01:15 -07:00
Emma Tebibyte 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
mars b1f6caaf41
tail(1p): added copyright information 2023-08-30 19:11:57 -06:00
mars 26bbb05777
tail(1p): tail -n 2023-08-30 19:09:53 -06:00
Emma Tebibyte 94537bc948
tail(1p): fixed file reading 2023-08-30 19:08:11 -06:00
Emma Tebibyte 7936ce26a0
tail(1p): trying from scratch 2023-08-30 19:01:07 -06:00
Emma Tebibyte 0e4faead44
tail(1p): segfaults for some reason lol 2023-08-29 13:17:35 -06:00
Emma Tebibyte 1d2a9c2521
tail(1p): initial commit & libyac: fixed build 2023-08-28 23:15:08 -06:00
Emma Tebibyte 7f5e532216
moved file resolution code to a shared library 2023-08-28 23:03:33 -06:00
Emma Tebibyte 3a410edddc
cat(1p): fixed storing EOF in buffer 2023-08-28 16:03:36 -06:00
Emma Tebibyte 6c73ffadd6
cat(1p): formatting 2023-08-14 12:08:03 -06:00
Emma Tebibyte 3c7d4c41be
cat(1p): minor cleanup 2023-08-14 12:04:16 -06:00
Emma Tebibyte f041ae5d63
cat(1p): cleanup 2023-08-14 11:45:43 -06:00
Emma Tebibyte 0c290646ec
cat(1p): trimming size 2023-08-14 00:25:10 -06:00
Emma Tebibyte 96d692d26e
cat(1p): print errors to stderr 2023-08-14 00:17:09 -06:00
Emma Tebibyte dd584b2886
cat(1p): minor typo 2023-08-14 00:07:03 -06:00
Emma Tebibyte ede0817cbd
minor changes to license headers and to compilation 2023-08-14 00:01:29 -06:00
Emma Tebibyte b57a7179a5
cat(1p): refactor to get no args working 2023-08-13 23:30:03 -06:00
Emma Tebibyte da2ebdb1e1
cat(1p): small reformatting 2023-08-10 20:10:30 -06:00
Emma Tebibyte e530f10cd5
cat(1p): fixed write buffering 2023-08-10 15:34:02 -06:00
Emma Tebibyte b360b823ac
cat(1p): made simpler, added error handling 2023-08-10 15:24:07 -06:00
Emma Tebibyte c8d6e9f5e4
cat(1p): fix unbuffered output 2023-08-07 20:38:57 -06:00
Emma Tebibyte 9adde985d9
fixed segfault 2023-07-24 09:01:41 -06:00
Emma Tebibyte bb099036fb cat(1p), true(1p), false(1p): added source files & Makefile 2023-07-24 03:57:46 +00:00