Commit Graph
100 Commits
Author SHA1 Message Date
emma e972ff468a mm(1): added -t for disabling truncation; mm.1: updated docs 2024-07-15 12:52:01 -06:00
emma 1b3b03cae0 mm(1): rewritten in Rust 2024-07-15 12:51:48 -06:00
emma ca6865688a swab(1): updates getopt usage 2024-07-08 13:23:23 -06:00
emma cf744efc1b swab(1): fixes not using strerror(3) 2024-07-07 18:21:48 -06:00
emma d1eefcb37e Merge branch 'makefile-improved' 2024-06-30 22:17:39 -06:00
emma 984c1c1f9a Makefile: fixes portability issue 2024-06-30 21:21:02 -06:00
emma 881df1bb18 Merge branch 'usage-text' 2024-06-29 17:20:19 -06:00
emma e38ea5b35d Makefile: fixes dist 2024-06-29 08:36:12 -06:00
emma 261c98ad14 Makefile: docs no longer builds every invocation, normalize PREFIX for setting man dir 2024-06-29 08:28:49 -06:00
emma 40984453e3 Makefile: better leverage targets for sysexits build 2024-06-29 08:01:33 -06:00
emma cb88ed9809 Merge branch 'getopt-bindings' 2024-06-29 07:51:01 -06:00
emma cf5136d247 Makefile, swab(1): fixes swab build 2024-06-29 07:49:47 -06:00
emma 17455baeab intcmp(1), npc(1): removes vestigial option 2024-06-29 06:38:55 -06:00
emma 07a12ba81c docs, src: fixing man page and usage text readability 2024-06-29 05:28:23 -06:00
emma e341c38cd6 docs, src: updates usage text for utilities 2024-06-29 05:18:20 -06:00
emma 50bbee10a9 libgetopt.rs(3): fixes typecasting for ARM devices 2024-06-28 10:22:20 -06:00
emma 2f87ad948f strerror.rs(3), getopt.rs(3): renames 2024-06-27 14:04:31 -06:00
emma 0fc9a6b533 Makefile, docs: programmatically generate version for docs (i got tired of doing it myself) 2024-06-23 23:47:29 -06:00
emma 8b400d8a62 Makefile, docs: rename 2024-06-23 23:34:23 -06:00
emma 6e4aeb7be7 fop(1): bring getopt(3) usage up-to-date 2024-06-23 01:00:48 -06:00
emma 965d1bb76e Merge branch 'main' into getopt-bindings 2024-06-23 00:57:20 -06:00
emma e1bf49c75a getopt.rs(3): adds comments & documentation 2024-06-22 22:30:30 -06:00
emma 8f990ba515 getopt.rs(3): adds testing 2024-06-22 22:18:13 -06:00
emma 4b3333d8d3 fop(1): record separator worky now? 2024-06-21 03:26:42 -06:00
emma 578d947561 Merge branch 'README-clarity' 2024-06-19 23:30:03 -06:00
emma 2e91338101 Merge branch 'makefile-posix-2024' 2024-06-19 23:29:42 -06:00
emma 72f57ba08b Makefile: adds octal disclaimer 2024-06-19 23:29:22 -06:00
emma 35f49a699f fop(1): fixes record separator, again 2024-06-19 15:26:46 -06:00
emma e1ac40e7ee docs: updates version number 2024-06-19 15:03:06 -06:00
emma 125b4c8930 README: updated for clarity 2024-06-19 02:52:58 -06:00
emma f553cff096 Makefile: removes unneeded comment 2024-06-18 16:33:22 -06:00
emma d201f9228c Makefile: updates to use new POSIX 2024 standard features! 2024-06-18 16:32:20 -06:00
emma 6814111ad1 dj.1: fixes many clunky sentences 2024-06-17 23:37:13 -06:00
emma e38dcc09b1 intcmp.1: bold 2024-06-17 23:27:19 -06:00
emma 59eee27979 strcmp.1: or 2024-06-17 23:21:44 -06:00
emma bf10689606 swab.1: bold 2024-06-17 23:20:29 -06:00
emma 266ee20d5c fop.1: removes unnecessary stdin section and adds AUTHOR 2024-06-17 23:18:45 -06:00
emma 1b299f8ee1 rpn.1: fixes clunkiness 2024-06-17 23:16:25 -06:00
emma 53d5a1db73 hru.1: italics and removes clunky sentences 2024-06-17 23:10:01 -06:00
emma ee9d42d0d4 str.1: cleanup 2024-06-17 23:02:13 -06:00
emma 15d5761cd7 mm.1: fixes clunky sentence 2024-06-17 22:57:08 -06:00
emma 376feb9ae9 npc.1: fixes minor details 2024-06-17 22:56:17 -06:00
emma 314254b32f docs: hotfix 2024-06-06 13:32:54 -06:00
emma 40da8135f1 getopt.rs(3): relicense to AGPLv3 2024-06-06 01:03:01 -06:00
emma 51421b2128 dj.1, strcmp.1, swab.1: remove nonexistent roff macros 2024-06-06 00:14:55 -06:00
emma 28823206bd Merge branch 'docs' (closes #81) 2024-06-05 23:22:57 -06:00
emma 4d27a4976c swab.1: -f Ignores the SIGINT signal 2024-06-05 23:17:21 -06:00
emma 8ce7890124 fop.1: removes Unicode representation of RS; hru.1: removes erroneous line break; mm.1: formatting & grammar; npc.1: dollar sign, not currency sign; rpn.1: syntax error; scrut.1: move description to DESCRIPTION; str.1: comma; swab.1: wording & escape codes; true.1: formatting 2024-06-05 23:07:15 -06:00
emma 526185c2c3 swab.1: typo 2024-06-05 22:35:50 -06:00
emma ad6f9d565b dj.1: formats sysexits.h(3) reference 2024-06-05 20:39:37 -06:00
emma f3f3b7f9aa Merge branch 'coc' (closes #100) 2024-06-05 17:35:16 -06:00
emma d22d90b6ec Merge branch 'fop-delim' (closes #106) 2024-06-05 17:28:51 -06:00
emma 516d10e21d CONDUCT: wording 2024-06-05 17:27:13 -06:00
emma 3392d64e44 fop(1): literal record separator 2024-06-05 17:25:22 -06:00
emma 11b1b424a0 dj.1: more clarification 2024-06-05 17:18:21 -06:00
emma 3c0725f137 dj.1: adds DESCRIPTION and removes seek/skip confusion 2024-06-05 17:15:42 -06:00
emma 02daca87dc fop(1): updated to latest optind api 2024-06-05 11:55:16 -06:00
emma e862b7fec6 getopt.rs(3): safe api around optind reading and setting 2024-06-05 11:54:55 -06:00
emma 05cde15105 fop(1): updated to use new optind api 2024-06-04 19:15:55 -06:00
emma 35ddc729fd getopt.rs(3): makes optind part of the Opt struct 2024-06-04 19:15:22 -06:00
emma 46c4be5c59 CONDUCT: no llm contributions 2024-06-04 16:23:27 -06:00
emma f4cad598c4 docs: formatting 2024-06-04 16:11:33 -06:00
emma b7283d54fe getopt.rs(3): formatting & organization 2024-06-04 15:07:11 -06:00
emma a5a9c91cb6 getopt.rs(3): optind support 2024-06-04 15:04:01 -06:00
emma 896b251434 hru.1: fixes formatting 2024-06-03 23:52:28 -06:00
emma fec61fee1b swab.1: fixes formatting 2024-06-03 23:47:14 -06:00
emma beff2d98c6 mm.1: fixed manpage reference formatting 2024-06-03 23:45:26 -06:00
emma e7ba74013b dj.1: fixes man page reference formatting 2024-06-03 23:21:00 -06:00
emma 1211524dee Merge branch 'README-updates' 2024-06-03 23:08:02 -06:00
emma c32c554e03 docs: removed unnecessary comments 2024-06-03 23:07:19 -06:00
emma d6fb08019e CONDUCT: initial commit 2024-06-02 23:14:40 -06:00
emma 642774bccf src: removed erroneous file 2024-06-02 19:21:56 -06:00
emma 24b235e7c1 README: updated to make current 2024-06-02 19:15:23 -06:00
emma 2dd6c0ded7 fop(1): adds the ability to use any string as a delimiter 2024-06-02 19:05:30 -06:00
emma 70cbc52c93 docs: updates to use man(7) macros to fix formatting 2024-06-02 18:47:14 -06:00
emma b7f52902b6 dj.1: grammar & formatting 2024-05-24 10:21:06 -06:00
emma 922ee71283 dj.1: fixes standard input section grammar 2024-05-24 10:14:53 -06:00
emma 122a10257e dj.1: fixed option description locations 2024-05-24 10:13:59 -06:00
emma 0660db3d02 dj.1: -c: better description 2024-05-24 10:13:17 -06:00
emma b4173a2327 dj.1: -o: better description 2024-05-24 10:06:15 -06:00
emma 2137b0bf43 dj.1: -i: better description 2024-05-24 10:03:52 -06:00
emma d87f4b20a3 dj.1: -A: better description 2024-05-24 09:56:44 -06:00
emma c53f3fa617 dj.1: remove mention of KiB 2024-05-24 09:53:54 -06:00
emma 432b19818e made dj options no longer alphabetized 2024-04-28 20:42:44 -06:00
emma 9093b06166 Merge branch 'manpage-install' 2024-04-27 12:58:50 -06:00
emma 488351da39 scrut(1): changed return status 0 to EXIT_SUCCESS 2024-04-25 16:46:05 -06:00
emma d8b54fdbf5 Makefile: fixes erroneous whitespace 2024-04-25 12:43:31 -06:00
emma f6aac60aee Makefile: fixed manpage install location 2024-04-25 12:40:20 -06:00
emma 187d9486b7 dj.1: debug output clarification 2024-04-18 08:44:44 -06:00
emma b41af1b578 dj.1: -c: grammar 2024-04-18 08:41:55 -06:00
emma ed284b9949 dj.1: -a: More specific wording 2024-04-18 08:40:29 -06:00
emma 3cdade71e2 dj.1: -S whether or not the input is a stream is irrelevant 2024-04-18 08:38:48 -06:00
emma df16707b0e intcmp.1: -e permits adjacent integers to be equal to each other 2024-04-18 08:36:01 -06:00
emma 78eacd660a getopt.rs(3): better Opt return 2024-04-13 23:42:11 -06:00
emma d1b77d652b getopt.rs(3): returns last parsed option 2024-04-13 17:11:04 -06:00
emma 8c255e61fc COPYING.GPL: initial commit 2024-04-12 00:12:37 -06:00
emma 95927ba8c5 getopt.rs(3): formatting 2024-04-11 23:51:52 -06:00
emma ad92fe27d4 fop(1): switch to getopt.rs(3) 2024-04-11 23:37:04 -06:00
emma bb2c63bfaf getopt.rs(3): fixed pointer shenanigans 2024-04-11 20:33:42 -06:00
emma 88b0d55440 getopt.rs(3): refactor to remove as much as possible from unsafe 2024-04-11 20:21:01 -06:00