Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Cleanup and commenting of the new DECIMAL extension code. No functional | drh | 2023-06-29 |
* | Enhancements to the DECIMAL extension: | drh | 2023-06-29 |
* | Fix harmless compiler warnings about unused function arguments. | drh | 2023-06-29 |
* | Add the decimal_sci(X) function to the Decimal extension for showing a decimal | drh | 2023-06-29 |
* | Fix lots of harmless, nuisance compiler warnings, mostly unused parameter | drh | 2022-12-23 |
* | Fix a potential memory leak following OOM in the decimal extension. | drh | 2021-05-03 |
* | Reorder declarations in the decimal extension for C89. | drh | 2020-08-08 |
* | More harmless compiler warning fixes. | drh | 2020-07-18 |
* | Fix a harmless compiler warning. | drh | 2020-06-23 |
* | Avoid unnecessary normalization in decimal_sum(). Trim excess trailing | drh | 2020-06-23 |
* | Add the decimal_mul() function. | drh | 2020-06-22 |
* | An extension for doing decimal arithmetic on strings. | drh | 2020-06-22 |