|
ea8b58554e
|
pg(1): make it fit the project better
|
2024-04-21 06:30:01 -06:00 |
|
|
e26d8e0e1b
|
pg(1): import from trinity/src
|
2024-04-21 06:21:15 -06:00 |
|
|
8d9ac33566
|
Merge branch 'strerror'
|
2024-03-29 19:23:27 -06:00 |
|
|
d87b5d0958
|
hru(1), fop(1): changed to reflect strerror changes
|
2024-03-18 21:31:25 -06:00 |
|
|
1891c3e1aa
|
strerror(3): created strerror() method
|
2024-03-18 21:30:43 -06:00 |
|
|
127192185f
|
Merge branch 'dj-fix' (closes #66)
|
2024-03-18 21:01:48 -06:00 |
|
|
f81232685a
|
Merge branch 'mm'
|
2024-03-18 20:56:06 -06:00 |
|
|
05b5a4480c
|
Merge branch 'swab' (closes #22)
|
2024-03-18 20:53:08 -06:00 |
|
|
b356ac522f
|
strerror(3): changed panic to 0
|
2024-03-18 20:45:53 -06:00 |
|
|
8193e471f0
|
changes redundant .unwrap_or_else(panic!()) to .unwrap()
|
2024-03-03 17:26:40 -07:00 |
|
|
c392dbc680
|
Makefile: better deps; fop(1), hru(1), strerror(3): changed strerror wrapper function name
|
2024-03-02 10:16:32 -07: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 |
|
|
cf1d16f860
|
hru(1): changed to use strerror(3)
|
2024-03-01 23:12:44 -07:00 |
|
|
8f956d775c
|
fop(1): changed to use strerror(3)
|
2024-03-01 23:10:28 -07:00 |
|
|
e81703c6e1
|
sterror(3): added library for C-like error messages; Makefile: some efficiency changes
|
2024-03-01 23:04:53 -07:00 |
|
|
135bf2a8eb
|
mm(1), mm.1: bring source in line with documentation
|
2024-02-26 09:11:47 -07:00 |
|
|
d74bc715cf
|
mm(1): fix full file handling
|
2024-02-26 09:02:58 -07:00 |
|
|
bbac85daf8
|
swab(1): add copyright notice
|
2024-02-26 08:42:06 -07:00 |
|
|
e788947fc4
|
swab(1): add argument parsing
|
2024-02-24 03:04:05 -07:00 |
|
|
e6b1db3f40
|
Merge branch 'hru' (closes #33)
|
2024-02-23 22:15:43 -07:00 |
|
|
ef1643660b
|
hru(1): fixed lack of newline
|
2024-02-23 22:11:23 -07:00 |
|
|
b0636b416e
|
Merge branch 'fop-trim' (closes #54, closes #58)
|
2024-02-23 22:05:56 -07:00 |
|
|
bd08ef479c
|
hru(1): error handling tweaks
|
2024-02-23 21:58:23 -07:00 |
|
|
3cee3de900
|
fop(1): committing to Rust error messages
|
2024-02-23 21:46:50 -07:00 |
|
|
3f0d95fe8f
|
swab(1): minimum viable program
|
2024-02-23 20:49:24 -07:00 |
|
|
58245c9484
|
dj(1): remove function pointer hijinks (fixes #66)
|
2024-02-22 19:27:14 -07:00 |
|
|
0801d89128
|
hru(1): fixed kilo prefix
|
2024-02-18 14:49:09 -07:00 |
|
|
194b19f94b
|
mm(1): add
|
2024-02-17 23:43:22 -07:00 |
|
|
64a1a19bd8
|
scrut(1): fix buffer overflow in option parsing
|
2024-02-16 01:13:37 -07:00 |
|
|
448211bbe2
|
fop(1): better newline removal (preserves existing newlines)
|
2024-02-14 23:05:39 -07:00 |
|
|
4c663bf9dd
|
fop(1): closure fix
|
2024-02-14 22:55:28 -07:00 |
|
|
f8e3013563
|
fop(1): fixed trimming and handled unwraps (closes #58)
|
2024-02-14 22:53:45 -07:00 |
|
|
e3a0069180
|
hru(1): improved SI prefix logic
|
2024-02-14 00:07:06 -07:00 |
|
|
1299aefc39
|
hru(1): fixed overflow
|
2024-02-13 23:56:01 -07:00 |
|
|
d0205b71da
|
hru(1): read stdin until EOF
|
2024-02-13 17:48:25 -07:00 |
|
|
1ee668aed6
|
hru(1): made it actually work
|
2024-02-13 17:32:31 -07:00 |
|
|
5b364e104e
|
rpn(1): fixed exponentiation
|
2024-02-13 16:57:29 -07:00 |
|
|
fa686eefb9
|
hru(1): updated copyright year
|
2024-02-07 21:42:43 -07:00 |
|
|
be89e72c45
|
Makefile, hru(1): add hru(1)
|
2024-02-07 20:58:57 -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 |
|