Commit Graph

  • c7c6ca2c60
    mm(1): formatting emma 2024-07-13 17:23:31 -0600
  • 26b0c93f4d
    strcmp(1): returns -1, specifies sysexits imports emma 2024-07-13 17:04:38 -0600
  • 35a20dca79
    npc(1): specifies sysexits imports, formatting emma 2024-07-13 17:03:41 -0600
  • 8421f8be87
    mm(1): specifies sysexits imports emma 2024-07-13 17:02:23 -0600
  • 0c530dffbf
    intcmp(1): formatting, fixes argv[0] ternary and usage function emma 2024-07-13 17:01:53 -0600
  • d9dd4e6057
    intcmp(1): formatting, lists sysexits imports, allows no args emma 2024-07-13 16:57:52 -0600
  • 1dfad87e87
    dj(1): lists sysexits imports, fixes negation emma 2024-07-13 16:56:56 -0600
  • 99f2b2963a
    dj(1): more formatting emma 2024-07-12 16:39:11 -0600
  • 666c621a02
    strcmp(1): more formatting emma 2024-07-12 16:38:50 -0600
  • 34cd715e37
    mm(1): removes unnecessary macros emma 2024-07-12 16:22:56 -0600
  • 958bfa52ed
    scrut(1): more formatting emma 2024-07-12 16:18:48 -0600
  • 59de0262bd
    strcmp(1): adds copyright header, formatting, removes unused #include emma 2024-07-12 16:15:41 -0600
  • 5d2872d050
    scrut(1): formatting, removes gotos emma 2024-07-12 16:04:07 -0600
  • 6e1e3db6c8
    npc(1): forgot to update copyright emma 2024-07-12 15:55:36 -0600
  • 9cfc48c960
    intcmp(1): formatting, removed gotos emma 2024-07-12 15:54:30 -0600
  • acc3cf3e90
    swab(1): formatting, remove gotos emma 2024-07-12 15:43:00 -0600
  • 1ad4114882
    dj(1): remove unnecessary macros emma 2024-07-12 15:42:24 -0600
  • db0dd02d55
    dj(1): more formatting emma 2024-07-12 15:32:30 -0600
  • 6cf7fd9794
    dj(1): reformatting emma 2024-07-12 15:23:57 -0600
  • 8f8de5de2b
    dj(1): fix io[0].bufuse underflow DTB 2024-07-08 22:53:44 -0600
  • 0df2c9f566
    dj(1): fix infiniskipping DTB 2024-07-08 22:48:16 -0600
  • 94873a2ddc
    tests: bonsai/dj.sh: iron out some existing tests DTB 2024-07-08 22:25:18 -0600
  • aa819cabc2
    tests: bonsai/npc.sh: initial arg parsing tests DTB 2024-07-08 22:24:18 -0600
  • 7939985c98
    Merge branch 'main' into testing DTB 2024-07-08 14:53:47 -0600
  • b7bc1f16ad
    swab(1): use the getopt error message DTB 2024-07-08 14:34:42 -0600
  • ca6865688a
    swab(1): updates getopt usage emma 2024-07-08 13:22:38 -0600
  • 1fd768057c
    swab(1): don't accept positional arguments DTB 2024-07-08 11:45:01 -0600
  • 35d54d84b0
    swab(1): don't use the getopt error message DTB 2024-07-08 11:31:35 -0600
  • a141b95293
    swab(1): remove -f DTB 2024-07-08 11:30:21 -0600
  • bf06e91be5
    Merge branch 'main' into dj 0.13.17 DTB 2024-07-08 11:20:52 -0600
  • 5d5a6d2172
    dj(1): fix retvals DTB 2024-07-07 21:13:44 -0600
  • 691e94c0c1
    dj(1): error reporting more of the time DTB 2024-07-07 20:33:54 -0600
  • 45329ccb8c
    tests/README: initial commit; tests/posix_env, tests/test.sh: updated to match README emma 2024-07-07 19:19:38 -0600
  • cf744efc1b
    swab(1): fixes not using strerror(3) emma 2024-07-07 18:21:48 -0600
  • bab3cdd90e
    dj(1): Io_write: don't add to bufuse DTB 2024-07-07 18:14:48 -0600
  • abfe7046e7
    dj(1): fix some type issues DTB 2024-07-05 08:02:09 -0600
  • 6ed7089b25
    dj(1): statistics now track hard seeks DTB 2024-07-04 21:32:05 -0600
  • 571796fe0d
    dj.1: update man page to match behavior DTB 2024-07-04 21:05:15 -0600
  • 9e8b82c4bb
    dj(1): fix inaccurate statistics after Io_read and Io_write DTB 2024-07-04 20:47:30 -0600
  • 906eb92f5a
    dj(1): (broken) move hard skipping to the main loop DTB 2024-07-04 20:27:31 -0600
  • 9f420131ee
    dj(1): more work adapting hard skipping to the main loop DTB 2024-07-04 20:16:54 -0600
  • 1fab60d779
    dj(1): no more pointer arithmetic DTB 2024-07-04 20:05:18 -0600
  • fe175cab19
    dj(1): add a variable for skipping in the main loop DTB 2024-07-04 20:00:40 -0600
  • 8c33f0116c
    dj(1): move open(2) flags, remove unnecessary comments DTB 2024-07-04 19:45:53 -0600
  • f8c0e0570c
    dj(1): make Io_write handle prec and rec DTB 2024-07-04 19:36:32 -0600
  • fc0d9e374b
    dj(1): make printio fprintio DTB 2024-07-04 19:23:09 -0600
  • f49a2d2eb8
    dj(1): move prec and rec adjustment into Io_read DTB 2024-07-04 19:21:40 -0600
  • 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' 0.13.16 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 0.13.15 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' 0.13.14 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
  • f447fb2487
    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' 0.13.13 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
  • 4b71c7fd60
    dj(1): updates copyright emma 2024-06-28 13:16:11 -0600
  • 8b8d3d5296
    dj(1): fixes for OpenBSD emma 2024-06-28 13:00:23 -0600
  • 1660df4a63
    Makefile: OpenBSD fixes emma 2024-06-28 12:58:34 -0600
  • 50bbee10a9
    libgetopt.rs(3): fixes typecasting for ARM devices emma 2024-06-28 10:22:20 -0600
  • 26558d6ffe
    Merge branch 'main' into peek DTB 2024-06-28 08:40:17 -0600
  • c7a4cd1d19
    peek.1: s/inputted/input/ DTB 2024-06-28 08:37:49 -0600
  • e807a49612
    peek.1: fix version string DTB 2024-06-28 08:36:47 -0600
  • d07bb7da41
    swab(1): untested move to new getopt bindings DTB 2024-06-28 08:33:31 -0600
  • 17b5573d40
    Makefile: build/include/sysexits.h depends on include/sysexits.h.template sysxs DTB 2024-06-28 08:09:02 -0600
  • 06d7d331cf
    Makefile: fix npc, clean up swab DTB 2024-06-28 08:06:14 -0600
  • 2bc696425c
    intcmp(1): fix usage taocana 2024-06-28 02:13:59 -0400
  • 8c4552c0f3
    Makefile: replace bindgen with awk DTB 2024-06-27 21:33:03 -0600
  • c7ed30bd6e
    Makefile: remove SYSEXITS; auto-generate sysexits.h falling back to the template DTB 2024-06-27 21:09:31 -0600
  • 6efd398425
    Makefile: SYSEXITS: use /dev/null directly instead of in a pipe DTB 2024-06-27 20:41:49 -0600
  • de14d75958
    docs: fix fixes and add copyright notices taocana 2024-06-27 22:41:15 -0400
  • ab14fd6c0c
    Makefile: SYSEXITS: use cpp -include instead of printf DTB 2024-06-27 20:40:14 -0600
  • bdd258e7c4
    Makefile: SYSEXITS: fix non-portable (openbsd) sed line DTB 2024-06-27 20:30:40 -0600