Commit Graph

343 Commits

Author SHA1 Message Date
DTB
adc9dbded5
scrut(1): changed return status 1 to EXIT_FAILURE 2024-04-26 19:30:33 -06:00
488351da39
scrut(1): changed return status 0 to EXIT_SUCCESS 2024-04-25 16:46:05 -06:00
d8b54fdbf5
Makefile: fixes erroneous whitespace 2024-04-25 12:43:31 -06:00
f6aac60aee
Makefile: fixed manpage install location 2024-04-25 12:40:20 -06:00
187d9486b7
dj.1: debug output clarification 2024-04-18 08:44:44 -06:00
b41af1b578
dj.1: -c: grammar 2024-04-18 08:41:55 -06:00
ed284b9949
dj.1: -a: More specific wording 2024-04-18 08:40:29 -06:00
3cdade71e2
dj.1: -S whether or not the input is a stream is irrelevant 2024-04-18 08:38:48 -06:00
df16707b0e
intcmp.1: -e permits adjacent integers to be equal to each other 2024-04-18 08:36:01 -06:00
78eacd660a
getopt.rs(3): better Opt return 2024-04-13 23:42:11 -06:00
d1b77d652b
getopt.rs(3): returns last parsed option 2024-04-13 17:11:04 -06:00
8c255e61fc
COPYING.GPL: initial commit 2024-04-12 00:12:37 -06:00
95927ba8c5
getopt.rs(3): formatting 2024-04-11 23:51:52 -06:00
ad92fe27d4
fop(1): switch to getopt.rs(3) 2024-04-11 23:37:04 -06:00
bb2c63bfaf
getopt.rs(3): fixed pointer shenanigans 2024-04-11 20:33:42 -06:00
88b0d55440
getopt.rs(3): refactor to remove as much as possible from unsafe 2024-04-11 20:21:01 -06:00
0164b681c0
Makefile: remove unneeded test 2024-04-01 20:41:07 -06:00
320a70bc56
getopt.rs(3): initial commit 2024-04-01 20:39:10 -06:00
DTB
61382c34d9
mm(1): error out when given positional arguments 2024-03-31 22:54:03 -06:00
8d9ac33566
Merge branch 'strerror' 2024-03-29 19:23:27 -06:00
b503d97625
Makefile: directory specification changes 2024-03-29 19:22:55 -06:00
13ee16173e
fop.1: initial commit 2024-03-29 16:47:00 -06:00
5db09a5ca1
mm.1: cat(1p) and tee(1p) provide similar functionality 2024-03-29 16:30:06 -06:00
ce5a4dc4bd
mm.1: removed STANDARD INPUT section 2024-03-29 16:29:27 -06:00
abc599148d
mm.1: subsequent outputs are opened for appending 2024-03-29 16:26:41 -06:00
63c8ff8093
intcmp.1: compares integers to each other 2024-03-29 16:22:56 -06:00
9ea57a27b7
dj.1: stdin by default 2024-03-29 16:21:02 -06:00
4e33f945ae
dj.1: null bytes 2024-03-29 16:17:48 -06:00
70b0c2f924
dj.1: fixed -d description 2024-03-29 16:14:27 -06:00
603d8ee1d8
str.1: remove extraneous former implementation information 2024-03-27 00:17:33 -06:00
cdd8e79b01
str.1: strings are not tested against each other 2024-03-27 00:16:51 -06:00
d3bfc7b1f5
npc.1: ASCII bytes 2024-03-27 00:16:15 -06:00
3cb37d830a
mm.1: wording, consistency with dj.1 2024-03-27 00:14:34 -06:00
6158a39a4a
dj.1: consistency with mm.1 2024-03-27 00:14:02 -06:00
a2188dc674
dj.1: fix -H description 2024-03-27 00:09:17 -06:00
49e2022e52
dj.1: -d, -i, -o, fixed descriptions 2024-03-27 00:08:43 -06:00
bb43533a37
dj.1: -A and -a: fix descriptions 2024-03-26 23:58:00 -06:00
f565f0530b
dj.1: dd(1p) is not a disk utility 2024-03-26 23:53:10 -06:00
a1902df503
strcmp.1: Unicode is a proper noun 2024-03-26 23:50:16 -06:00
b562898a74
copyright 2024-03-27 09:21:19 +05:45
63a0c683f9
docs: remove unnecessary references to the name of each program 2024-03-26 19:22:30 -06:00
cf76fa94e6
mm.1: updated man page 2024-03-26 18:44:05 -06:00
a6fd1108c6
docs: fixed formatting of many manpages 2024-03-26 18:26:51 -06:00
d05d2fae05 Makefile: add a missing build target for npc(1) 2024-03-26 17:19:21 +05:45
d87b5d0958
hru(1), fop(1): changed to reflect strerror changes 2024-03-18 21:31:25 -06:00
1891c3e1aa
strerror(3): created strerror() method 2024-03-18 21:30:43 -06:00
127192185f
Merge branch 'dj-fix' (closes #66) 2024-03-18 21:01:48 -06:00
f81232685a
Merge branch 'mm' 2024-03-18 20:56:06 -06:00
05b5a4480c
Merge branch 'swab' (closes #22) 2024-03-18 20:53:08 -06:00
b356ac522f
strerror(3): changed panic to 0 2024-03-18 20:45:53 -06:00