Commit Graph

  • 4004a4a006
    dj(1): use the retvals of Io_read and Io_write DTB 2024-07-04 18:41:20 -0600
  • cc64561388
    dj(1): only include sysexits if they aren't defined DTB 2024-07-03 20:52:41 -0600
  • 5b1d4fef88
    dj(1): remove Io_fdopen DTB 2024-07-03 19:22:34 -0600
  • 2b593559af
    dj(1): remove Io_bufrpad DTB 2024-07-03 19:06:59 -0600
  • b74160fa4e
    dj(1): remove Io_bufxfer DTB 2024-07-03 19:04:01 -0600
  • 3e1735f778
    dj(1): clean up some stray ends DTB 2024-07-03 18:44:42 -0600
  • adda0d9580
    dj.1: elaborate on skip/seek behavior, provide another example DTB 2024-07-03 18:30:54 -0600
  • 2167f35f58
    dj(1): fix segfault when bses are mismatched DTB 2024-07-03 17:59:21 -0600
  • f4b97be1f1
    dj(1): iron out Io_bufxapp DTB 2024-07-03 17:50:04 -0600
  • 7fe122ac3b
    dj.1: clarify skip/seek behavior with regards to statistics output DTB 2024-07-03 16:13:20 -0600
  • 944feef434
    dj(1): Refactor out Io_fdseek entirely DTB 2024-07-03 16:07:02 -0600
  • 66ca4b9a12
    dj(1): remove unnecessary stderr checks DTB 2024-07-03 15:47:48 -0600
  • 3897f44cf8
    dj(1): prefix getopt optstring with : DTB 2024-07-03 15:46:11 -0600
  • 6548a448c7
    dj(1): fix potential skip/seek bug in non-std io DTB 2024-07-03 15:44:42 -0600
  • aff658d611
    dj(1): remove debugging vestige, reflow output into printio DTB 2024-07-03 14:50:50 -0600
  • 76252305f9
    dj(1): remove Io_bufalloc DTB 2024-07-03 14:46:56 -0600
  • 1cf67af281
    dj(1): add a ton of assertions, fix if statement, fix io[i] mixups DTB 2024-07-03 14:22:23 -0600
  • 064abb82a6
    dj(1): fix option parsing regression DTB 2024-07-03 13:50:24 -0600
  • d1eefcb37e
    Merge branch 'makefile-improved' emma 2024-06-30 22:17:39 -0600
  • 984c1c1f9a
    Makefile: fixes portability issue emma 2024-06-30 21:21:02 -0600
  • 69510d76af
    Merge branch 'main' into dj DTB 2024-06-29 19:23:03 -0600
  • 6b28a12b73
    dj.1: last minute changes DTB 2024-06-29 19:14:08 -0600
  • 881df1bb18
    Merge branch 'usage-text' emma 2024-06-29 17:20:19 -0600
  • e38ea5b35d
    Makefile: fixes dist emma 2024-06-29 08:36:12 -0600
  • 261c98ad14
    Makefile: docs no longer builds every invocation, normalize PREFIX for setting man dir emma 2024-06-29 08:24:11 -0600
  • 014485d3c5
    Merge branch 'main' into testing emma 2024-06-29 08:05:13 -0600
  • 40984453e3
    Makefile: better leverage targets for sysexits build emma 2024-06-29 08:01:33 -0600
  • cb88ed9809
    Merge branch 'getopt-bindings' emma 2024-06-29 07:51:01 -0600
  • cf5136d247
    Makefile, swab(1): fixes swab build emma 2024-06-29 07:49:47 -0600
  • 17455baeab
    intcmp(1), npc(1): removes vestigial option emma 2024-06-29 06:38:55 -0600
  • 6bd19c072d
    swab(1): fix some silly mistakes DTB 2024-06-28 17:43:32 -0600
  • 3b5ddede98
    Merge branch 'main' into dj DTB 2024-06-29 05:56:11 -0600
  • 67b60e20cc
    dj.1: Man page fixes DTB 2024-06-29 05:55:29 -0600
  • 07a12ba81c
    docs, src: fixing man page and usage text readability emma 2024-06-29 05:28:23 -0600
  • e341c38cd6
    docs, src: updates usage text for utilities emma 2024-06-29 05:18:20 -0600
  • 50bbee10a9
    libgetopt.rs(3): fixes typecasting for ARM devices emma 2024-06-28 10:22:20 -0600
  • d07bb7da41
    swab(1): untested move to new getopt bindings DTB 2024-06-28 08:33:31 -0600
  • 2f87ad948f
    strerror.rs(3), getopt.rs(3): renames emma 2024-06-27 14:04:31 -0600
  • 3a66022c6d
    dj(1): more refactor (get rid of the c scratch variable, use scoping) DTB 2024-06-26 15:28:02 -0600
  • 2cfae0e8d7
    dj(1): refactor (remove Io_setdefaults and other stuff) DTB 2024-06-26 15:15:37 -0600
  • fb74e7bef0
    dj(1), dj.1: Remove -A (use -a "\0") (see #101) DTB 2024-06-26 13:45:36 -0600
  • e65f6b650d
    dj(1): more refactor (get rid of ep pun) DTB 2024-06-26 13:41:24 -0600
  • b70b356ce5
    dj(1): remove Io_buffree DTB 2024-06-26 12:45:50 -0600
  • 66f5498232
    dj(1): refactor Io_fdseek DTB 2024-06-26 12:40:36 -0600
  • 45a880455d
    dj(1): refactor to build again and to get rid of globals DTB 2024-06-26 12:22:33 -0600
  • 95f7992e0f
    dj(1): fix usage text to be consistent with man page DTB 2024-06-26 11:39:34 -0600
  • d3f5246242
    dj(1), dj.1: remove the unnecessary -d and -q DTB 2024-06-26 11:36:52 -0600
  • 0fc9a6b533
    Makefile, docs: programmatically generate version for docs (i got tired of doing it myself) emma 2024-06-23 23:47:29 -0600
  • 8b400d8a62
    Makefile, docs: rename emma 2024-06-23 23:34:23 -0600
  • 6e4aeb7be7
    fop(1): bring getopt(3) usage up-to-date emma 2024-06-23 01:00:48 -0600
  • 965d1bb76e
    Merge branch 'main' into getopt-bindings emma 2024-06-23 00:57:20 -0600
  • e1bf49c75a
    getopt.rs(3): adds comments & documentation emma 2024-06-22 22:30:30 -0600
  • 8f990ba515
    getopt.rs(3): adds testing emma 2024-06-22 22:18:13 -0600
  • 4b3333d8d3
    fop(1): record separator worky now? emma 2024-06-21 03:23:39 -0600
  • 578d947561
    Merge branch 'README-clarity' emma 2024-06-19 23:30:03 -0600
  • 2e91338101
    Merge branch 'makefile-posix-2024' emma 2024-06-19 23:29:42 -0600
  • 72f57ba08b
    Makefile: adds octal disclaimer emma 2024-06-19 23:29:22 -0600
  • 35f49a699f
    fop(1): fixes record separator, again emma 2024-06-19 15:26:46 -0600
  • e1ac40e7ee
    docs: updates version number emma 2024-06-19 15:03:06 -0600
  • 125b4c8930
    README: updated for clarity emma 2024-06-19 02:52:58 -0600
  • f553cff096
    Makefile: removes unneeded comment emma 2024-06-18 16:33:22 -0600
  • d201f9228c
    Makefile: updates to use new POSIX 2024 standard features! emma 2024-06-18 16:32:20 -0600
  • 6814111ad1
    dj.1: fixes many clunky sentences emma 2024-06-17 23:36:52 -0600
  • e38dcc09b1
    intcmp.1: bold emma 2024-06-17 23:27:19 -0600
  • 59eee27979
    strcmp.1: or emma 2024-06-17 23:21:44 -0600
  • bf10689606
    swab.1: bold emma 2024-06-17 23:20:29 -0600
  • 266ee20d5c
    fop.1: removes unnecessary stdin section and adds AUTHOR emma 2024-06-17 23:18:45 -0600
  • 1b299f8ee1
    rpn.1: fixes clunkiness emma 2024-06-17 23:16:25 -0600
  • 53d5a1db73
    hru.1: italics and removes clunky sentences emma 2024-06-17 23:09:15 -0600
  • ee9d42d0d4
    str.1: cleanup emma 2024-06-17 23:02:13 -0600
  • 15d5761cd7
    mm.1: fixes clunky sentence emma 2024-06-17 22:57:08 -0600
  • 376feb9ae9
    npc.1: fixes minor details emma 2024-06-17 22:52:58 -0600
  • 5cfccf75af
    tests: bonsai/test_env: set -e; tests: strcmp: -h causes error emma 2024-06-07 23:30:13 -0600
  • 314254b32f
    docs: hotfix emma 2024-06-06 13:32:54 -0600
  • 40da8135f1
    getopt.rs(3): relicense to AGPLv3 emma 2024-06-06 01:03:01 -0600
  • 51421b2128
    dj.1, strcmp.1, swab.1: remove nonexistent roff macros emma 2024-06-06 00:14:55 -0600
  • 28823206bd
    Merge branch 'docs' (closes #81) emma 2024-06-05 23:22:57 -0600
  • 4d27a4976c
    swab.1: -f Ignores the SIGINT signal emma 2024-06-05 23:17:21 -0600
  • 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 emma 2024-06-05 23:07:15 -0600
  • 526185c2c3
    swab.1: typo emma 2024-06-05 22:35:50 -0600
  • ad6f9d565b
    dj.1: formats sysexits.h(3) reference emma 2024-06-05 20:39:37 -0600
  • f3f3b7f9aa
    Merge branch 'coc' (closes #100) emma 2024-06-05 17:35:16 -0600
  • d22d90b6ec
    Merge branch 'fop-delim' (closes #106) emma 2024-06-05 17:28:51 -0600
  • 516d10e21d
    CONDUCT: wording emma 2024-06-05 17:27:13 -0600
  • 3392d64e44
    fop(1): literal record separator emma 2024-06-05 17:25:22 -0600
  • 11b1b424a0
    dj.1: more clarification emma 2024-06-05 17:18:21 -0600
  • 3c0725f137
    dj.1: adds DESCRIPTION and removes seek/skip confusion emma 2024-06-05 17:15:42 -0600
  • 02daca87dc
    fop(1): updated to latest optind api emma 2024-06-05 11:55:16 -0600
  • e862b7fec6
    getopt.rs(3): safe api around optind reading and setting emma 2024-06-05 11:54:55 -0600
  • 05cde15105
    fop(1): updated to use new optind api emma 2024-06-04 19:15:55 -0600
  • 35ddc729fd
    getopt.rs(3): makes optind part of the Opt struct emma 2024-06-04 19:15:22 -0600
  • 46c4be5c59
    CONDUCT: no llm contributions emma 2024-06-04 16:21:25 -0600
  • f4cad598c4
    docs: formatting emma 2024-06-04 16:11:33 -0600
  • b7283d54fe
    getopt.rs(3): formatting & organization emma 2024-06-04 15:07:11 -0600
  • a5a9c91cb6
    getopt.rs(3): optind support emma 2024-06-04 14:28:19 -0600
  • 896b251434
    hru.1: fixes formatting emma 2024-06-03 23:52:28 -0600
  • fec61fee1b
    swab.1: fixes formatting emma 2024-06-03 23:47:14 -0600
  • beff2d98c6
    mm.1: fixed manpage reference formatting emma 2024-06-03 23:45:26 -0600
  • e7ba74013b
    dj.1: fixes man page reference formatting emma 2024-06-03 23:21:00 -0600
  • 1211524dee
    Merge branch 'README-updates' emma 2024-06-03 23:08:02 -0600