Commit Graph

  • 7fb68a2c7a
    rpn.1: fixed DESCRIPTION emma 2024-02-07 19:17:59 -0700
  • b95b198923
    rpn(1): typo emma 2024-02-07 19:12:31 -0700
  • af53375ff2
    rpn.1: fixed some clunky stuff emma 2024-02-07 19:11:53 -0700
  • 4e040e0021
    rpn(1): added alternative representation for powers emma 2024-02-07 18:51:58 -0700
  • d768a257a3
    rpn(1): made EvaluationError struct contain exit code emma 2024-02-06 23:29:43 -0700
  • 5b47936477
    Makefile: removed configure and made library builds better emma 2024-02-06 22:21:46 -0700
  • 8e0eaeab38
    rpn.1: made more better emma 2024-02-03 17:20:31 -0700
  • 6d7522be01
    rpn.1: made better emma 2024-02-02 23:24:45 -0700
  • 228a0111c7
    rpn(1): fixed Invalid error handling emma 2024-02-02 21:05:34 -0700
  • a30152d783
    rpn.1: made more precise emma 2024-02-02 20:12:12 -0700
  • 4993c53080
    rpn(1): re-fixed arg parsing emma 2024-02-02 19:17:00 -0700
  • 6f98fdd1d4
    rpn(1): fixed expressions on one line emma 2024-02-02 19:13:53 -0700
  • fb2a164507
    rpn(1): rewrote parser for the second time emma 2024-02-02 15:35:36 -0700
  • 4cb5e8e2b0
    rpn(1): better error handling emma 2024-02-02 14:16:49 -0700
  • 885f167afc
    rpn(1): changes to error message emma 2024-02-02 13:04:57 -0700
  • 2ec04c0564
    true(1): fix my copyright dates in man page DTB 2024-02-02 06:23:12 -0700
  • a39772d7a1
    false(1): fix my copyright dates in man page DTB 2024-02-02 06:22:59 -0700
  • 258881dbb2
    rpn(1): minor change emma 2024-02-01 23:35:49 -0700
  • b35f87bd27
    rpn(1): code cleanup emma 2024-02-01 23:34:07 -0700
  • e7ee75b03f
    rpn(1): added From trait to CalcType emma 2024-02-01 23:32:37 -0700
  • a90c9b7998
    true(1): fix man page POSIX reference DTB 2024-02-01 20:42:28 -0700
  • fb929e63f5
    strcmp(1): fix man page POSIX reference DTB 2024-02-01 20:42:15 -0700
  • 791db2ed6d
    str(1): fix man page POSIX reference DTB 2024-02-01 20:41:57 -0700
  • 870548b46b
    npc(1): fix man page POSIX reference DTB 2024-02-01 20:41:42 -0700
  • af0c472173
    intcmp(1): fix man page POSIX reference DTB 2024-02-01 20:40:50 -0700
  • 6715e0a50f
    false(1): fix man page POSIX reference DTB 2024-02-01 20:40:18 -0700
  • 0d97f81f49
    rpn(1): unicode subtraction, multiplication, division & code cleanup emma 2024-02-01 13:06:46 -0700
  • b68f13acdc
    rpn(1): added floor division emma 2024-02-01 12:38:12 -0700
  • 42d268319e
    docs/rpn.1: added manpage emma 2024-02-01 11:36:38 -0700
  • f7108245ea
    rpn(1): more code cleanup emma 2024-02-01 10:54:28 -0700
  • 34b9519e03
    rpn(1): code cleanup emma 2024-02-01 10:46:10 -0700
  • 90ca10990f
    Makefile: fixed build emma 2024-02-01 01:35:31 -0700
  • f966233e19
    Makefile: RUSTCFLAGS -> RUSTFLAGS emma 2024-02-01 01:33:47 -0700
  • 5f8e90b592
    rpn(1): added modulo emma 2024-02-01 01:26:48 -0700
  • 5debb9d954
    rpn(1): highest possible precision emma 2024-02-01 01:18:13 -0700
  • 942e284f93
    rpn(1): fixed exiting the program on EOF emma 2024-02-01 00:57:51 -0700
  • 4870f4679c
    Makefile, rpn(1): add sysexits dependency emma 2024-02-01 00:41:27 -0700
  • 32537895cb
    Makefile: added rpn build recipe emma 2024-02-01 00:31:41 -0700
  • ab4d732aaf
    rpn: initial working prototype emma 2024-02-01 00:24:38 -0700
  • e246290bff
    Merge branch 'djfix' emma 2024-01-31 13:56:04 -0700
  • 271510476c
    dj(1): fix getopt optstring DTB 2024-01-29 22:33:04 -0700
  • caff26209e
    configure: fixed lack of rustc compiler argument parsing emma 2024-01-19 20:31:34 -0700
  • 9095602296
    Merge branch 'makefile-fixes' (closes #29) emma 2024-01-19 20:29:14 -0700
  • 7cc5cf162c
    Merge branch 'djman' (closes #30) emma 2024-01-19 20:28:18 -0700
  • 601954a0f6
    Merge branch 'dj-fixes' emma 2024-01-19 20:27:31 -0700
  • b7bd6a6e7b
    dj(1): add copyright header in man page DTB 2024-01-17 21:03:09 -0700
  • 5e1749ca43
    configure: now you can do multiple compilers! emma 2024-01-16 16:47:26 -0700
  • f99cc797e6
    Makefile: changed to be POSIX-compliant emma 2024-01-16 16:43:00 -0700
  • a1b29bb6ed
    Makefile: fix PHONYness of existing recipes and make non-PHONY recipes DTB 2024-01-16 00:06:48 -0700
  • c237af0e37
    Makefile: move PHONYs to their respective recipes DTB 2024-01-15 23:54:42 -0700
  • 48c6ad1252
    tests: updated tests with copyright and Makefile emma 2024-01-15 23:28:52 -0700
  • 0cbfb5c6cc
    Makefile: moved man pages to $PREFIX/share/man emma 2024-01-15 23:13:53 -0700
  • 04923fb1ad
    Makefile, true(1), false(1): ported true and false back to C for simplicity and size emma 2024-01-15 16:53:34 -0700
  • c444198efc
    closed #18 emma 2024-01-15 16:48:54 -0700
  • 28becbafbc
    fop(1): updated copyright year and usage info emma 2024-01-15 16:33:51 -0700
  • 52def0a32d
    Makefile, fop(1): added argument parsing and -d option emma 2024-01-15 16:30:00 -0700
  • 91e129b813
    Makefile, getopt-rs: added getopt-rs library emma 2024-01-15 15:50:12 -0700
  • 49a3bb9f30
    Makefile, .gitignore, .editorconfig, configure, tests/cc-compat.sh: added configure script for compiler optimizations emma 2024-01-15 15:30:21 -0700
  • 622c13021d
    GNUmakefile: replaced with POSIX Makefile emma 2024-01-15 14:34:59 -0700
  • ba7bd26fe6
    dj(1): fix typos in comments DTB 2024-01-15 13:34:30 -0700
  • d25c8a64f2
    dj(1): add copyright header to dj.c DTB 2024-01-15 13:32:33 -0700
  • 14fd23ddba Merge pull request 'dj(1) - disk jockey' (#28) from dj into main dtb 2024-01-10 23:07:06 +0000
  • 612067890f
    dj(1): interpret a '-' file name as standard input/output DTB 2024-01-10 15:03:04 -0700
  • 88a66bcc01
    dj(1): import from git.sr.ht/~trinity/src DTB 2024-01-09 23:43:45 -0700
  • 0c2223d4fb
    getopt-rs(3): added getopt library for Rust emma 2023-12-29 15:17:39 -0700
  • 75ead441ec
    .editorconfig: Makefile and shell file indentation emma 2023-12-28 23:34:23 -0700
  • f89a686d3c
    fop(1): made checking argv better emma 2023-12-28 22:42:05 -0700
  • cb12a5b8fc
    GNUmakefile: relative path for include, formatting emma 2023-12-28 22:33:04 -0700
  • 6f4756bc76
    GNUmakefile: made compliant with fhs(5) emma 2023-12-28 01:27:13 -0700
  • e16e7bd322
    GNUmakefile: made install recipe not install non-existent files emma 2023-12-28 01:07:30 -0700
  • 5df9c33d70
    GNUmakefile: bandaid solution to fallback sysexits.h not working with Rust emma 2023-12-27 23:20:31 -0700
  • 9ed70e9648
    GNUmakefile: removed stdlib dep emma 2023-12-27 22:48:36 -0700
  • b74bbd6c92
    fop(1): finished implementing sysexits emma 2023-12-27 22:47:06 -0700
  • 3355cb3dc3
    GNUmakefile, fop(1): added sysexits support emma 2023-12-27 22:42:50 -0700
  • 5d9f6f3245
    GNUmakefile: fixed fop(1) segfault emma 2023-12-27 16:55:50 -0700
  • 7eda8bb721
    fop(1): working prototype emma 2023-12-27 15:44:19 -0700
  • 36c0c9193c
    .editorconfig: fixed utf8 issue emma 2023-12-27 15:43:05 -0700
  • 1dff7d7e18
    Revert ".editorconfig: fixed utf8 issue" emma 2023-12-27 15:42:27 -0700
  • d20a1da6f8
    .editorconfig: fixed utf8 issue emma 2023-12-27 15:40:31 -0700
  • cbe8f5f8e8
    .editorconfig: added editor configuration; CONTRIBUTING: changed tabstop requirement to 4 emma 2023-12-27 15:38:38 -0700
  • 83d6f0b2c2
    GNUmakefile: smaller Rust binaries! emma 2023-12-26 12:35:41 -0700
  • 94ba336ee4
    GNUmakefile, intcmp(1), npc(1), scrut(1), str(1), strcmp(1), include/sysexits.h: added fallback header file for when systems don’t have sysexits.h(3) emma 2023-12-25 20:49:29 -0700
  • 74d5b65f78
    Merge branch 'nosysexits' emma 2023-12-25 19:04:44 -0700
  • 3249a83861
    Merge branch 'rmlibfileis' emma 2023-12-25 19:02:00 -0700
  • 10647a01fd
    GNUmakefile: updated make recipes emma 2023-12-25 19:00:17 -0700
  • a675386fe3
    true(1): ported to Rust emma 2023-12-25 18:59:46 -0700
  • a54a634516
    GNUmakefile: remove libfileis(3) DTB 2023-12-25 17:50:23 -0700
  • de304b7ef7
    remove libfileis(3) DTB 2023-12-25 17:49:05 -0700
  • 8a8558442e
    GNUmakefile: fix build for false(1) DTB 2023-12-25 17:11:34 -0700
  • 324328d2cc
    false(1): rewrite from C to Rust DTB 2023-12-25 17:05:19 -0700
  • 8e330d8a63
    strcmp(1): without <sysexits.h> fall back to ANSI C DTB 2023-12-25 15:58:47 -0700
  • d4ee9bb93b
    str(1): without <sysexits.h> fall back to ANSI C DTB 2023-12-25 15:58:24 -0700
  • 52d150b02b
    scrut(1): without <sysexits.h> fall back to ANSI C DTB 2023-12-25 15:58:08 -0700
  • 1bc574eafa
    npc(1): without <sysexits.h> fall back to ANSI C DTB 2023-12-25 15:57:58 -0700
  • cee6575a57
    intcmp(1): without <sysexits.h> fall back to ANSI C DTB 2023-12-25 15:56:38 -0700
  • 47f673ef45
    GNUmakefile: repair formatting Sasha Koshka 2023-12-24 21:30:05 -0500
  • cfdc2821b2
    cc-compat.sh: list build/bin instead of build Sasha Koshka 2023-12-24 21:24:30 -0500
  • c12f382608
    GNUmakefile: add name Sasha Koshka 2023-12-24 21:22:05 -0500
  • 48acf30cd4
    GNUmakefile: new build dir structure, only install necessary files Sasha Koshka 2023-12-24 21:17:24 -0500
  • 5471e18fea
    CONTRIBUTING: added contribution guidelines emma 2023-12-24 18:31:27 -0700