aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/decimal.c
Commit message (Expand)AuthorAge
* Additional 'array index is signed char' warning cleanups for the shell and it...stephan2025-03-06
* Approximately 100 typo corrections spanning the whole tree, submitted via [fo...stephan2025-02-27
* Rename the decimal_sci() function to decimal_exp().drh2023-08-18
* Cleanup and commenting of the new DECIMAL extension code. No functionaldrh2023-06-29
* Enhancements to the DECIMAL extension:drh2023-06-29
* Fix harmless compiler warnings about unused function arguments.drh2023-06-29
* Add the decimal_sci(X) function to the Decimal extension for showing a decimaldrh2023-06-29
* Fix lots of harmless, nuisance compiler warnings, mostly unused parameterdrh2022-12-23
* Fix a potential memory leak following OOM in the decimal extension.drh2021-05-03
* Reorder declarations in the decimal extension for C89.drh2020-08-08
* More harmless compiler warning fixes.drh2020-07-18
* Fix a harmless compiler warning.drh2020-06-23
* Avoid unnecessary normalization in decimal_sum(). Trim excess trailingdrh2020-06-23
* Add the decimal_mul() function.drh2020-06-22
* An extension for doing decimal arithmetic on strings.drh2020-06-22