aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/ieee754.c
Commit message (Expand)AuthorAge
* Add the ieee754_inc(r,N) function to the ieee754.c extension.drh2023-07-05
* Remove stray tab characters from auxiliary source code files.drh2022-02-21
* Fix harmless compiler warnings.drh2021-10-01
* Limit the size of the exponent input in the second argument to thedrh2021-03-02
* More harmless compiler warning fixes.drh2020-07-18
* Add the ieee754_to_blob() and ieee754_from_blob() functions. Fix the handlingdrh2020-06-26
* Add the ieee754_mantissa() and ieee754_exponent() functions to the iee754drh2020-06-24
* Fix the decoding of subnormal values in the ieee754 extension.drh2020-06-24
* In the one-argument version of the ieee754() extension function, if thedrh2020-06-24
* Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to setdrh2020-01-07
* Fix a harmless sanitizer warning in the ieee754 extension.drh2015-11-07
* Test cases for the ieee754 extension.drh2015-11-06
* Fix harmless typos in comments of two extensions.drh2013-07-02
* Added the transitive_closure, ieee754, and amatch extensions.drh2013-04-25