index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
misc
/
decimal.c
Commit message (
Expand
)
Author
Age
*
Additional 'array index is signed char' warning cleanups for the shell and it...
stephan
2025-03-06
*
Approximately 100 typo corrections spanning the whole tree, submitted via [fo...
stephan
2025-02-27
*
Rename the decimal_sci() function to decimal_exp().
drh
2023-08-18
*
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