aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expressions.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-26properly document some functions in expressions.c and simplified codeRobin Haberkorn1-0/+36
2025-07-21support <==> and <===> for printing octal and hexadecimal numbersRobin Haberkorn1-1/+1
2025-04-10fixed formatting of the smallest possible integerRobin Haberkorn1-2/+2
2025-01-13updated copyright to 2025Robin Haberkorn1-1/+1
2024-11-25fixed operator precedence application (fixup 5597bc72671d0128e6f0dba446c4dc8d...Robin Haberkorn1-6/+10
2024-11-25avoid dynamic stack allocation in teco_expressions_brace_return()Robin Haberkorn1-4/+1
2024-11-25fixed subtle operator precedence bugRobin Haberkorn1-1/+1
2024-11-23the search mode and current radix are mapped to __local__ Q-Registers ^X and ...Robin Haberkorn1-6/+19
2024-09-13fixed up 68578072bfaf6054a96bb6bcedfccb6e56a508fe: negative numbers weren't p...Robin Haberkorn1-1/+1
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-1/+2
2024-09-09define G_DISABLE_ASSERT unless --enable-debug is specifiedRobin Haberkorn1-1/+1
2024-02-08fixed expressions like `1,(2)` or `(1),(2)`: they are reported as two numbers...Robin Haberkorn1-0/+3
2024-02-06fixed the power (^*) operator: did not handle corner cases and was inefficientRobin Haberkorn1-1/+22
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-07-03introduced TECO_DEBUG_CLEANUP to mark destructors that should only be used fo...Robin Haberkorn1-3/+1
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-0/+384