index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
misc
/
ieee754.c
Commit message (
Expand
)
Author
Age
*
Add the ieee754_inc(r,N) function to the ieee754.c extension.
drh
2023-07-05
*
Remove stray tab characters from auxiliary source code files.
drh
2022-02-21
*
Fix harmless compiler warnings.
drh
2021-10-01
*
Limit the size of the exponent input in the second argument to the
drh
2021-03-02
*
More harmless compiler warning fixes.
drh
2020-07-18
*
Add the ieee754_to_blob() and ieee754_from_blob() functions. Fix the handling
drh
2020-06-26
*
Add the ieee754_mantissa() and ieee754_exponent() functions to the iee754
drh
2020-06-24
*
Fix the decoding of subnormal values in the ieee754 extension.
drh
2020-06-24
*
In the one-argument version of the ieee754() extension function, if the
drh
2020-06-24
*
Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set
drh
2020-01-07
*
Fix a harmless sanitizer warning in the ieee754 extension.
drh
2015-11-07
*
Test cases for the ieee754 extension.
drh
2015-11-06
*
Fix harmless typos in comments of two extensions.
drh
2013-07-02
*
Added the transitive_closure, ieee754, and amatch extensions.
drh
2013-04-25