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
/
tool
History
danielk1977
1c82665040
Add header file sqliteicu.h to the ICU extension. This is analogous to the rtree.h and fts3.h headers used by other extensions to declare their entry points. Fix for ticket
#3361
. (CVS 5680)
...
FossilOrigin-Name: 79364b963b348d5433da737b4e21e97952882389
2008-09-08 08:08:09 +00:00
..
diffdb.c
…
fragck.tcl
Changes to support fragmentation analysis in sqlite3_analyzer. (CVS 3634)
2007-02-10 19:22:35 +00:00
lemon.c
Explicit casts of the return from strlen() to int in lemon. This has
2008-08-13 20:09:06 +00:00
lempar.c
Modify the lemon parser template to avoid using zero-initialized constants
2008-08-20 17:48:21 +00:00
memleak2.awk
…
memleak3.tcl
…
memleak.awk
…
mkkeywordhash.c
Get rid of the following compile-time warnings:
2007-07-30 18:26:19 +00:00
mkopts.tcl
…
mksqlite3c.tcl
Add header file sqliteicu.h to the ICU extension. This is analogous to the rtree.h and fts3.h headers used by other extensions to declare their entry points. Fix for ticket
#3361
. (CVS 5680)
2008-09-08 08:08:09 +00:00
mksqlite3internalh.tcl
Consolidated inline assembly versions of "hwtime()" into hwtime.h. Provided MSVC version. Modified code for consistent use of hwtime(). Changed implementation to use sqlite_uint64 and sqlite_int64 instead of unsigned long long int and long long int for MSVC compiler support. (CVS 5178)
2008-05-29 20:22:37 +00:00
omittest.tcl
fix some tests to take the right branch on OS/2 (hope I got the Tcl syntax right) (CVS 5593)
2008-08-22 13:57:39 +00:00
opcodeDoc.awk
…
report1.txt
…
showdb.c
…
showjournal.c
…
soak1.tcl
Change the TEMP_STORE preprocessor symbol to SQLITE_TEMP_STORE. (CVS 5312)
2008-06-26 10:54:12 +00:00
space_used.tcl
…
spaceanal.tcl
Fix a bug in the TCL code for sqlite3_analyzer. (CVS 4590)
2007-12-04 13:41:51 +00:00
speedtest2.tcl
…
speedtest8.c
Consolidated inline assembly versions of "hwtime()" into hwtime.h. Provided MSVC version. Modified code for consistent use of hwtime(). Changed implementation to use sqlite_uint64 and sqlite_int64 instead of unsigned long long int and long long int for MSVC compiler support. (CVS 5178)
2008-05-29 20:22:37 +00:00
speedtest8inst1.c
Update utility program speedtest8inst1.c. (CVS 5201)
2008-06-11 11:00:31 +00:00
speedtest16.c
Consolidated inline assembly versions of "hwtime()" into hwtime.h. Provided MSVC version. Modified code for consistent use of hwtime(). Changed implementation to use sqlite_uint64 and sqlite_int64 instead of unsigned long long int and long long int for MSVC compiler support. (CVS 5178)
2008-05-29 20:22:37 +00:00
speedtest.tcl
…