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
drh
4dc8ef520a
In lemon: coalesce identical destructors. (CVS 5335)
...
FossilOrigin-Name: 3447086cd3f6e9b89a8cf61afcf4715977bbf4cd
2008-07-01 17:13:57 +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
In lemon: coalesce identical destructors. (CVS 5335)
2008-07-01 17:13:57 +00:00
lempar.c
Fix the lemon parser generator so that it works again with the "error"
2008-04-27 18:45:10 +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
Have mem3.c and mem5.c grab a mutex when required. Include them both in the amalgamation again. (CVS 5306)
2008-06-25 14:57:53 +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
Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", "OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311)
2008-06-26 10:41:19 +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
…