| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | enter duplicates stack val if buf empty | Sam Anthony | 2025-09-29 | 1 | -0/+2 |
| * | don't panic if there are not enough operands | Sam Anthony | 2024-06-25 | 1 | -3/+1 |
| * | make functions that modify Calculator take pointer parameter | Sam Anthony | 2024-02-05 | 1 | -1/+1 |
| * | use builtin min() function from go 1.21 | Sam Anthony | 2024-01-22 | 1 | -8/+0 |
| * | rename angle mode constants | Sam Anthony | 2024-01-22 | 1 | -6/+6 |
| * | error handling and tidying | Sam Anthony | 2023-10-01 | 1 | -6/+4 |
| * | limit width of windowv1.0.1 | Sam Anthony | 2023-07-29 | 1 | -8/+21 |
| * | move comment | Sam Anthony | 2023-07-29 | 1 | -2/+1 |
| * | rename var lines -> padlines | Sam Anthony | 2023-07-29 | 1 | -4/+4 |
| * | add padding to ui | Sam Anthony | 2023-07-29 | 1 | -9/+40 |
| * | radian/degree mode toggle command | Sam Anthony | 2023-07-29 | 1 | -0/+2 |
| * | trig functions | Sam Anthony | 2023-07-29 | 1 | -1/+1 |
| * | use Stack push, pop methods | Sam Anthony | 2023-07-29 | 1 | -2/+2 |
| * | negation command | Sam Anthony | 2023-07-29 | 1 | -2/+4 |
| * | CE and AC commands | Sam Anthony | 2023-07-29 | 1 | -0/+5 |
| * | swap command | Sam Anthony | 2023-07-29 | 1 | -1/+7 |
| * | exponentiation operator | Sam Anthony | 2023-07-28 | 1 | -1/+1 |
| * | arithmetic operators | Sam Anthony | 2023-07-28 | 1 | -2/+4 |
| * | rename Calculator.buffer to Calculator.buf | Sam Anthony | 2023-07-28 | 1 | -8/+8 |
| * | addition operator | Sam Anthony | 2023-07-27 | 1 | -0/+2 |
| * | fix typo in input parsing block | Sam Anthony | 2023-07-23 | 1 | -1/+1 |
| * | constant and function parsing skeleton | Sam Anthony | 2023-07-23 | 1 | -1/+11 |
| * | use UTF-8 box characters in ui | Sam Anthony | 2023-07-23 | 1 | -12/+60 |
| * | ui skeleton | Sam Anthony | 2023-07-22 | 1 | -0/+48 |