|
b95b198923
|
rpn(1): typo
|
2024-02-07 19:12:31 -07:00 |
|
|
af53375ff2
|
rpn.1: fixed some clunky stuff
|
2024-02-07 19:11:53 -07:00 |
|
|
4e040e0021
|
rpn(1): added alternative representation for powers
|
2024-02-07 18:51:58 -07:00 |
|
|
d768a257a3
|
rpn(1): made EvaluationError struct contain exit code
|
2024-02-06 23:29:43 -07:00 |
|
|
5b47936477
|
Makefile: removed configure and made library builds better
|
2024-02-06 22:21:46 -07:00 |
|
|
8e0eaeab38
|
rpn.1: made more better
|
2024-02-03 17:20:31 -07:00 |
|
|
6d7522be01
|
rpn.1: made better
|
2024-02-02 23:24:45 -07:00 |
|
|
228a0111c7
|
rpn(1): fixed Invalid error handling
|
2024-02-02 21:05:34 -07:00 |
|
|
a30152d783
|
rpn.1: made more precise
|
2024-02-02 20:12:12 -07:00 |
|
|
4993c53080
|
rpn(1): re-fixed arg parsing
|
2024-02-02 19:17:00 -07:00 |
|
|
6f98fdd1d4
|
rpn(1): fixed expressions on one line
|
2024-02-02 19:13:53 -07:00 |
|
|
fb2a164507
|
rpn(1): rewrote parser for the second time
|
2024-02-02 15:35:36 -07:00 |
|
|
4cb5e8e2b0
|
rpn(1): better error handling
|
2024-02-02 14:16:49 -07:00 |
|
|
885f167afc
|
rpn(1): changes to error message
|
2024-02-02 13:04:57 -07:00 |
|
|
2ec04c0564
|
true(1): fix my copyright dates in man page
|
2024-02-02 06:23:12 -07:00 |
|
|
a39772d7a1
|
false(1): fix my copyright dates in man page
|
2024-02-02 06:22:59 -07:00 |
|
|
258881dbb2
|
rpn(1): minor change
|
2024-02-01 23:35:49 -07:00 |
|
|
b35f87bd27
|
rpn(1): code cleanup
|
2024-02-01 23:34:20 -07:00 |
|
|
e7ee75b03f
|
rpn(1): added From trait to CalcType
|
2024-02-01 23:32:37 -07:00 |
|
|
a90c9b7998
|
true(1): fix man page POSIX reference
|
2024-02-01 20:42:28 -07:00 |
|
|
fb929e63f5
|
strcmp(1): fix man page POSIX reference
|
2024-02-01 20:42:15 -07:00 |
|
|
791db2ed6d
|
str(1): fix man page POSIX reference
|
2024-02-01 20:41:57 -07:00 |
|
|
870548b46b
|
npc(1): fix man page POSIX reference
|
2024-02-01 20:41:42 -07:00 |
|
|
af0c472173
|
intcmp(1): fix man page POSIX reference
|
2024-02-01 20:40:50 -07:00 |
|
|
6715e0a50f
|
false(1): fix man page POSIX reference
|
2024-02-01 20:40:18 -07:00 |
|
|
0d97f81f49
|
rpn(1): unicode subtraction, multiplication, division & code cleanup
|
2024-02-01 13:06:46 -07:00 |
|
|
b68f13acdc
|
rpn(1): added floor division
|
2024-02-01 12:38:12 -07:00 |
|
|
42d268319e
|
docs/rpn.1: added manpage
|
2024-02-01 11:36:38 -07:00 |
|
|
f7108245ea
|
rpn(1): more code cleanup
|
2024-02-01 10:54:28 -07:00 |
|
|
34b9519e03
|
rpn(1): code cleanup
|
2024-02-01 10:46:10 -07:00 |
|
|
90ca10990f
|
Makefile: fixed build
|
2024-02-01 01:35:31 -07:00 |
|
|
f966233e19
|
Makefile: RUSTCFLAGS -> RUSTFLAGS
|
2024-02-01 01:33:47 -07:00 |
|
|
5f8e90b592
|
rpn(1): added modulo
|
2024-02-01 01:26:48 -07:00 |
|
|
5debb9d954
|
rpn(1): highest possible precision
|
2024-02-01 01:18:13 -07:00 |
|
|
942e284f93
|
rpn(1): fixed exiting the program on EOF
|
2024-02-01 00:57:51 -07:00 |
|
|
4870f4679c
|
Makefile, rpn(1): add sysexits dependency
|
2024-02-01 00:41:27 -07:00 |
|
|
32537895cb
|
Makefile: added rpn build recipe
|
2024-02-01 00:31:41 -07:00 |
|
|
ab4d732aaf
|
rpn: initial working prototype
|
2024-02-01 00:24:38 -07:00 |
|
|
e246290bff
|
Merge branch 'djfix'
|
2024-01-31 13:56:04 -07:00 |
|
|
271510476c
|
dj(1): fix getopt optstring
|
2024-01-29 22:33:04 -07:00 |
|
|
caff26209e
|
configure: fixed lack of rustc compiler argument parsing
|
2024-01-19 20:31:34 -07:00 |
|
|
9095602296
|
Merge branch 'makefile-fixes' (closes #29)
|
2024-01-19 20:29:14 -07:00 |
|
|
7cc5cf162c
|
Merge branch 'djman' (closes #30)
|
2024-01-19 20:28:18 -07:00 |
|
|
601954a0f6
|
Merge branch 'dj-fixes'
|
2024-01-19 20:27:31 -07:00 |
|
|
b7bd6a6e7b
|
dj(1): add copyright header in man page
|
2024-01-17 21:03:09 -07:00 |
|
|
5e1749ca43
|
configure: now you can do multiple compilers!
|
2024-01-16 16:47:26 -07:00 |
|
|
f99cc797e6
|
Makefile: changed to be POSIX-compliant
|
2024-01-16 16:43:00 -07:00 |
|
|
a1b29bb6ed
|
Makefile: fix PHONYness of existing recipes and make non-PHONY recipes
|
2024-01-16 00:06:48 -07:00 |
|
|
c237af0e37
|
Makefile: move PHONYs to their respective recipes
|
2024-01-15 23:54:42 -07:00 |
|
|
48c6ad1252
|
tests: updated tests with copyright and Makefile
|
2024-01-15 23:28:52 -07:00 |
|