Commit Graph

212 Commits

Author SHA1 Message Date
Emma Tebibyte 9093b06166
Merge branch 'manpage-install' 2024-04-27 12:58:50 -06:00
dtb 6132c9bf47
Merge branch 'main' into scrut-sysexits 2024-04-26 19:37:34 -06:00
dtb 919b171400
scrut(1): conditionally include non-POSIX sysexits.h 2024-04-26 19:35:33 -06:00
dtb 8e38db92c7
scrut(1): update copyright header 2024-04-26 19:33:45 -06:00
dtb adc9dbded5
scrut(1): changed return status 1 to EXIT_FAILURE 2024-04-26 19:30:33 -06:00
Emma Tebibyte 488351da39
scrut(1): changed return status 0 to EXIT_SUCCESS 2024-04-25 16:46:05 -06:00
Emma Tebibyte d8b54fdbf5
Makefile: fixes erroneous whitespace 2024-04-25 12:43:31 -06:00
Emma Tebibyte f6aac60aee
Makefile: fixed manpage install location 2024-04-25 12:40:20 -06:00
dtb 61382c34d9
mm(1): error out when given positional arguments 2024-03-31 22:54:03 -06:00
Emma Tebibyte 8d9ac33566
Merge branch 'strerror' 2024-03-29 19:23:27 -06:00
Emma Tebibyte b503d97625
Makefile: directory specification changes 2024-03-29 19:22:55 -06:00
Aaditya Aryal b562898a74
copyright 2024-03-27 09:21:19 +05:45
Aaditya Aryal d05d2fae05 Makefile: add a missing build target for npc(1) 2024-03-26 17:19:21 +05:45
Emma Tebibyte d87b5d0958
hru(1), fop(1): changed to reflect strerror changes 2024-03-18 21:31:25 -06:00
Emma Tebibyte 1891c3e1aa
strerror(3): created strerror() method 2024-03-18 21:30:43 -06:00
Emma Tebibyte 127192185f
Merge branch 'dj-fix' (closes #66) 2024-03-18 21:01:48 -06:00
Emma Tebibyte f81232685a
Merge branch 'mm' 2024-03-18 20:56:06 -06:00
Emma Tebibyte 05b5a4480c
Merge branch 'swab' (closes #22) 2024-03-18 20:53:08 -06:00
Emma Tebibyte b356ac522f
strerror(3): changed panic to 0 2024-03-18 20:45:53 -06:00
Emma Tebibyte b2d56bbc9a
Makefile: even more changes 2024-03-09 22:02:19 -07:00
Emma Tebibyte 2ad7140e1e
Makefile: DESTDIR 2024-03-09 11:53:03 -07:00
Emma Tebibyte 8193e471f0
changes redundant .unwrap_or_else(panic!()) to .unwrap() 2024-03-03 17:26:40 -07:00
Emma Tebibyte c392dbc680
Makefile: better deps; fop(1), hru(1), strerror(3): changed strerror wrapper function name 2024-03-02 10:16:32 -07:00
Emma Tebibyte 898044cd43
Makefile: better macro assignment 2024-03-01 23:51:36 -07:00
Emma Tebibyte ca01ca4074
rpn(1): remove erroneous strerror(3) dependency 2024-03-01 23:14:58 -07:00
Emma Tebibyte 3e6dc5cc46
rpn(1): make error messages consistent with other tools 2024-03-01 23:14:18 -07:00
Emma Tebibyte cf1d16f860
hru(1): changed to use strerror(3) 2024-03-01 23:12:44 -07:00
Emma Tebibyte 8f956d775c
fop(1): changed to use strerror(3) 2024-03-01 23:10:28 -07:00
Emma Tebibyte e81703c6e1
sterror(3): added library for C-like error messages; Makefile: some efficiency changes 2024-03-01 23:04:53 -07:00
dtb 135bf2a8eb
mm(1), mm.1: bring source in line with documentation 2024-02-26 09:11:47 -07:00
dtb d74bc715cf
mm(1): fix full file handling 2024-02-26 09:02:58 -07:00
dtb f14877118d
Makefile: add swab(1) 2024-02-26 08:43:03 -07:00
dtb bbac85daf8
swab(1): add copyright notice 2024-02-26 08:42:06 -07:00
dtb 1e041a52a2
swab.1: add swab(1) man page 2024-02-24 03:21:20 -07:00
dtb e788947fc4
swab(1): add argument parsing 2024-02-24 03:04:05 -07:00
Emma Tebibyte c97201fca9
Merge branch 'contributing-changes' 2024-02-23 23:20:16 -07:00
Emma Tebibyte 06fc461985
CONTRIBUTING: fixed random "utils" 2024-02-23 23:19:28 -07:00
Emma Tebibyte e6b1db3f40
Merge branch 'hru' (closes #33) 2024-02-23 22:15:43 -07:00
Emma Tebibyte ef1643660b
hru(1): fixed lack of newline 2024-02-23 22:11:23 -07:00
Emma Tebibyte b0636b416e
Merge branch 'fop-trim' (closes #54, closes #58) 2024-02-23 22:05:56 -07:00
Emma Tebibyte bd08ef479c
hru(1): error handling tweaks 2024-02-23 21:58:23 -07:00
Emma Tebibyte 3cee3de900
fop(1): committing to Rust error messages 2024-02-23 21:46:50 -07:00
dtb 3f0d95fe8f
swab(1): minimum viable program 2024-02-23 20:49:24 -07:00
dtb 58245c9484
dj(1): remove function pointer hijinks (fixes #66) 2024-02-22 19:27:14 -07:00
dtb 395205d4c6
mm.1: fix case in copyright thingy 2024-02-22 19:14:38 -07:00
Emma Tebibyte 90de1bf9a4
Makefile: RUSTFLAGS not RUSTCFLAGS 2024-02-18 20:03:04 -07:00
Emma Tebibyte 1c2e7ea14b
Merge branch 'scrut-manpage' (fixes #49) 2024-02-18 15:20:13 -07:00
Emma Tebibyte 0d445c71f4
CONTRIBUTING: fixed wording and updated 2024-02-18 15:09:09 -07:00
Emma Tebibyte ee3877b607
hru.1: update manpage to be more clear 2024-02-18 14:59:12 -07:00
Emma Tebibyte 0801d89128
hru(1): fixed kilo prefix 2024-02-18 14:49:09 -07:00