Commit Graph

31 Commits

Author SHA1 Message Date
b946469da5
rpn(1): adds null unveil 2024-08-28 00:13:21 -06:00
b875aa1058
rpn(1): more improvements 2024-08-24 19:00:01 -06:00
cc53dab035
rpn(1): handles errors when writing to stdout 2024-08-24 18:18:27 -06:00
a0138be79e
rpn(1): refactor to make code more efficient, readable, and maintainable 2024-08-24 17:22:02 -06:00
821f5d09e9
fop(1), hru(1), intcmp(1), mm(1), rpn(1), swab(1): fixes conditional compilation 2024-08-17 01:51:25 -06:00
326c8f77d1
rpn(1): adds support for pledge(2) 2024-08-10 15:34:14 -06:00
b0602388e7
rpn(1): better comments 2024-07-13 18:29:27 -06:00
ca01ca4074
rpn(1): remove erroneous strerror(3) dependency 2024-03-01 23:14:58 -07:00
3e6dc5cc46
rpn(1): make error messages consistent with other tools 2024-03-01 23:14:18 -07:00
5b364e104e
rpn(1): fixed exponentiation 2024-02-13 16:57:29 -07:00
b95b198923
rpn(1): typo 2024-02-07 19:12:31 -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
228a0111c7
rpn(1): fixed Invalid error handling 2024-02-02 21:05:34 -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
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
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
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
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
ab4d732aaf
rpn: initial working prototype 2024-02-01 00:24:38 -07:00