This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
sqlite
/
ext
/
misc
History
drh
ff621c6894
Test cases for the ieee754 extension.
...
FossilOrigin-Name: 840cbda88675b6012dae2423252bf42d0d563874
2015-11-06 17:01:20 +00:00
..
amatch.c
Fix uses of ctype functions (ex: isspace()) on signed characters in test
2015-10-29 13:48:15 +00:00
closure.c
Fix uses of ctype functions (ex: isspace()) on signed characters in test
2015-10-29 13:48:15 +00:00
compress.c
Fix potential memory leaks in the misc 'compress' extension.
2015-02-26 21:04:44 +00:00
eval.c
Fix compiler warnings.
2014-12-05 00:32:09 +00:00
fileio.c
Fix harmless compiler warnings.
2014-08-11 14:21:32 +00:00
fuzzer.c
Fix harmless compiler warnings seen with MSVC 2015.
2015-04-19 21:43:16 +00:00
ieee754.c
Test cases for the ieee754 extension.
2015-11-06 17:01:20 +00:00
json1.c
Fix the JSON1 extension so that it does not depend on isdigit() and
2015-10-16 15:35:39 +00:00
nextchar.c
…
percentile.c
…
regexp.c
…
rot13.c
…
series.c
Fix a corner-case bug in table-valued functions. Update the generate_series()
2015-08-21 17:14:48 +00:00
showauth.c
Add the "showauth" extension in ext/misc.
2014-09-21 17:51:37 +00:00
spellfix.c
Fix uses of ctype functions (ex: isspace()) on signed characters in test
2015-10-29 13:48:15 +00:00
totype.c
Fix harmless macro redefinition warnings in the totype extension.
2013-10-15 10:43:04 +00:00
vfslog.c
Improved header comment with better instructions on the vfslog.c
2013-10-19 16:51:39 +00:00
vtshim.c
…
wholenumber.c
…