Commit Graph

212 Commits

Author SHA1 Message Date
dtb 791db2ed6d
str(1): fix man page POSIX reference 2024-02-01 20:41:57 -07:00
dtb 870548b46b
npc(1): fix man page POSIX reference 2024-02-01 20:41:42 -07:00
dtb af0c472173
intcmp(1): fix man page POSIX reference 2024-02-01 20:40:50 -07:00
dtb 6715e0a50f
false(1): fix man page POSIX reference 2024-02-01 20:40:18 -07:00
Emma Tebibyte 0d97f81f49
rpn(1): unicode subtraction, multiplication, division & code cleanup 2024-02-01 13:06:46 -07:00
Emma Tebibyte b68f13acdc
rpn(1): added floor division 2024-02-01 12:38:12 -07:00
Emma Tebibyte 42d268319e
docs/rpn.1: added manpage 2024-02-01 11:36:38 -07:00
Emma Tebibyte f7108245ea
rpn(1): more code cleanup 2024-02-01 10:54:28 -07:00
Emma Tebibyte 34b9519e03
rpn(1): code cleanup 2024-02-01 10:46:10 -07:00
Emma Tebibyte 90ca10990f
Makefile: fixed build 2024-02-01 01:35:31 -07:00
Emma Tebibyte f966233e19
Makefile: RUSTCFLAGS -> RUSTFLAGS 2024-02-01 01:33:47 -07:00
Emma Tebibyte 5f8e90b592
rpn(1): added modulo 2024-02-01 01:26:48 -07:00
Emma Tebibyte 5debb9d954
rpn(1): highest possible precision 2024-02-01 01:18:13 -07:00
Emma Tebibyte 942e284f93
rpn(1): fixed exiting the program on EOF 2024-02-01 00:57:51 -07:00
Emma Tebibyte 4870f4679c
Makefile, rpn(1): add sysexits dependency 2024-02-01 00:41:27 -07:00
Emma Tebibyte 32537895cb
Makefile: added rpn build recipe 2024-02-01 00:31:41 -07:00
Emma Tebibyte ab4d732aaf
rpn: initial working prototype 2024-02-01 00:24:38 -07:00
Emma Tebibyte e246290bff
Merge branch 'djfix' 2024-01-31 13:56:04 -07:00
dtb 271510476c
dj(1): fix getopt optstring 2024-01-29 22:33:04 -07:00
Emma Tebibyte caff26209e
configure: fixed lack of rustc compiler argument parsing 2024-01-19 20:31:34 -07:00
Emma Tebibyte 9095602296
Merge branch 'makefile-fixes' (closes #29) 2024-01-19 20:29:14 -07:00
Emma Tebibyte 7cc5cf162c
Merge branch 'djman' (closes #30) 2024-01-19 20:28:18 -07:00
Emma Tebibyte 601954a0f6
Merge branch 'dj-fixes' 2024-01-19 20:27:31 -07:00
dtb b7bd6a6e7b
dj(1): add copyright header in man page 2024-01-17 21:03:09 -07:00
Emma Tebibyte 5e1749ca43
configure: now you can do multiple compilers! 2024-01-16 16:47:26 -07:00
Emma Tebibyte f99cc797e6
Makefile: changed to be POSIX-compliant 2024-01-16 16:43:00 -07:00
dtb a1b29bb6ed
Makefile: fix PHONYness of existing recipes and make non-PHONY recipes 2024-01-16 00:06:48 -07:00
dtb c237af0e37
Makefile: move PHONYs to their respective recipes 2024-01-15 23:54:42 -07:00
Emma Tebibyte 48c6ad1252
tests: updated tests with copyright and Makefile 2024-01-15 23:28:52 -07:00
Emma Tebibyte 0cbfb5c6cc
Makefile: moved man pages to $PREFIX/share/man 2024-01-15 23:13:53 -07:00
Emma Tebibyte 04923fb1ad
Makefile, true(1), false(1): ported true and false back to C for simplicity and size 2024-01-15 16:53:34 -07:00
Emma Tebibyte c444198efc
closed #18 2024-01-15 16:49:46 -07:00
Emma Tebibyte 28becbafbc
fop(1): updated copyright year and usage info 2024-01-15 16:33:51 -07:00
Emma Tebibyte 52def0a32d
Makefile, fop(1): added argument parsing and -d option 2024-01-15 16:30:00 -07:00
Emma Tebibyte 91e129b813
Makefile, getopt-rs: added getopt-rs library 2024-01-15 15:50:12 -07:00
Emma Tebibyte 49a3bb9f30
Makefile, .gitignore, .editorconfig, configure, tests/cc-compat.sh: added configure script for compiler optimizations 2024-01-15 15:30:21 -07:00
Emma Tebibyte 622c13021d
GNUmakefile: replaced with POSIX Makefile 2024-01-15 14:34:59 -07:00
dtb ba7bd26fe6
dj(1): fix typos in comments 2024-01-15 13:34:30 -07:00
dtb d25c8a64f2
dj(1): add copyright header to dj.c 2024-01-15 13:32:33 -07:00
dtb 14fd23ddba Merge pull request 'dj(1) - disk jockey' (#28) from dj into main
Reviewed-on: #28
2024-01-10 23:07:06 +00:00
dtb 612067890f
dj(1): interpret a '-' file name as standard input/output 2024-01-10 15:03:04 -07:00
dtb 88a66bcc01
dj(1): import from git.sr.ht/~trinity/src 2024-01-09 23:43:45 -07:00
Emma Tebibyte 0c2223d4fb
getopt-rs(3): added getopt library for Rust 2023-12-29 15:17:39 -07:00
Emma Tebibyte 75ead441ec
.editorconfig: Makefile and shell file indentation 2023-12-28 23:34:23 -07:00
Emma Tebibyte f89a686d3c
fop(1): made checking argv better 2023-12-28 22:42:05 -07:00
Emma Tebibyte cb12a5b8fc
GNUmakefile: relative path for include, formatting 2023-12-28 22:33:04 -07:00
Emma Tebibyte 6f4756bc76
GNUmakefile: made compliant with fhs(5) 2023-12-28 01:27:13 -07:00
Emma Tebibyte e16e7bd322
GNUmakefile: made install recipe not install non-existent files 2023-12-28 01:07:30 -07:00
Emma Tebibyte 5df9c33d70
GNUmakefile: bandaid solution to fallback sysexits.h not working with Rust 2023-12-27 23:20:31 -07:00
Emma Tebibyte 9ed70e9648
GNUmakefile: removed stdlib dep 2023-12-27 22:48:36 -07:00